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

Bump org.junit.jupiter:junit-jupiter from 5.10.0 to 5.10.3 (#3)

Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.10.0 to 5.10.3.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.10.0...r5.10.3)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter
dependency-type: direct:production
update-type: version-update:semver-patch
...

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

authored by dependabot[bot] dependabot[bot] melontini and committed by GitHub 4ca4aaae dcfc13e4

Changed files
+1 -1
gradle
+1 -1
gradle/libs.versions.toml
··· 5 5 6 6 [libraries] 7 7 junit-bom = { module = "org.junit:junit-bom", version = "5.10.3" } 8 - junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version = "5.10.0" } 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 10 mockito-core = { module = "org.mockito:mockito-core", version = "4.8.0" } 11 11 jabel = { module = "com.pkware.jabel:jabel-javac-plugin", version = "1.0.1-1" }