Skip to content

Commit

Permalink
Update all non-major dependencies to v5.10.0 (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 10, 2023
1 parent b76e06f commit a83f8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion funnycommands/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
compileOnlyApi("com.google.code.findbugs:jsr305:3.0.2")

// Tests
val junit = "5.9.3"
val junit = "5.10.0"
testImplementation("org.junit.jupiter:junit-jupiter-api:$junit")
testImplementation("org.junit.jupiter:junit-jupiter-engine:$junit")
testImplementation("org.spigotmc:spigot-api:$spigotVersion")
Expand Down

0 comments on commit a83f8de

Please sign in to comment.