a fork of EvalEx by ezylang with a handful of breaking changes

Bump org.mockito:mockito-core from 4.8.0 to 5.14.2 (#17)

Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.8.0 to 5.14.2.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v4.8.0...v5.14.2)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-type: direct:production
update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
0f75188b 8ecfca4a

+1 -1
+1 -1
gradle/libs.versions.toml
··· 7 7 junit-bom = { module = "org.junit:junit-bom", version = "5.11.3" } 8 8 junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version = "5.10.3" } 9 9 assertj-core = { module = "org.assertj:assertj-core", version = "3.23.1" } 10 - mockito-core = { module = "org.mockito:mockito-core", version = "4.8.0" } 10 + mockito-core = { module = "org.mockito:mockito-core", version = "5.14.2" } 11 11 jabel = { module = "com.pkware.jabel:jabel-javac-plugin", version = "1.0.1-1" } 12 12 jetbrains-annotations = { module = "org.jetbrains:annotations", version = "24.1.0"} 13 13