Skip to content

Commit

Permalink
Bump junit-jupiter-engine from 5.9.0 to 5.9.2
Browse files Browse the repository at this point in the history
Bumps [junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.9.0 to 5.9.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.9.0...r5.9.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 13, 2023
1 parent 9a07e00 commit 4a46dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ dependencies {
testCompileOnly 'org.jetbrains:annotations:24.0.0'
testImplementation 'org.spigotmc:spigot-api:1.18.2-R0.1-SNAPSHOT'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.2'
testImplementation 'com.github.seeseemelk:MockBukkit-v1.18:1.26.1'
compileOnly 'org.spongepowered:configurate-hocon:4.1.2'
testRuntimeOnly 'org.spongepowered:configurate-hocon:4.1.2' // mockbukkit doesn't support loadlibraries yet.
Expand Down

0 comments on commit 4a46dd8

Please sign in to comment.