Skip to content

Commit

Permalink
Merge pull request #19 from MegavexNetwork/renovate/junit5-monorepo
Browse files Browse the repository at this point in the history
Update junit5 monorepo to v5.10.2
  • Loading branch information
vytskalt authored Mar 10, 2024
2 parents 57e8470 + ee16d32 commit 78442b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ subprojects {
compileOnly("net.kyori:adventure-text-serializer-legacy:$adventureVersion")
compileOnly("net.kyori:adventure-text-serializer-gson:$adventureVersion")

testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.3")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.3")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")

testImplementation("org.spigotmc:spigot-api:1.12.2-R0.1-SNAPSHOT")
testImplementation("net.kyori:adventure-api:$adventureVersion")
Expand Down

0 comments on commit 78442b6

Please sign in to comment.