Upgrade: Bump org.junit.jupiter:junit-jupiter from 5.11.1 to 5.11.3 (#40)

Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.11.1 to 5.11.3.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.11.1...r5.11.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>
This commit is contained in:
dependabot[bot] 2024-11-12 20:11:00 +01:00 committed by GitHub
parent d4fda17aa1
commit 2fe33c1e9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@ dependencies {
// Uncomment to manually run mappings gen in ide // Uncomment to manually run mappings gen in ide
// compileOnly(files("server.jar")) // compileOnly(files("server.jar"))
testImplementation("org.junit.jupiter:junit-jupiter:5.11.1") testImplementation("org.junit.jupiter:junit-jupiter:5.11.3")
testRuntimeOnly("org.junit.platform:junit-platform-launcher") testRuntimeOnly("org.junit.platform:junit-platform-launcher")
} }