File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ dependencies {
1212
1313 implementation(" net.pistonmaster:PistonUtils:1.4.0" )
1414 implementation(" me.xdrop:fuzzywuzzy:1.4.0" )
15- testImplementation(" org.junit.jupiter:junit-jupiter-api:6.0.1 " )
16- testImplementation(" org.junit.jupiter:junit-jupiter-engine:6.0.1 " )
15+ testImplementation(" org.junit.jupiter:junit-jupiter-api:6.0.2 " )
16+ testImplementation(" org.junit.jupiter:junit-jupiter-engine:6.0.2 " )
1717 implementation(" org.bstats:bstats-bukkit:3.1.0" )
1818 implementation(" org.apache.commons:commons-collections4:4.5.0" )
1919}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
88}
99
1010dependencies {
11- implementation(" com.gradleup.shadow:shadow-gradle-plugin:9.3.0 " )
11+ implementation(" com.gradleup.shadow:shadow-gradle-plugin:9.3.1 " )
1212 implementation(" com.github.spotbugs.snom:spotbugs-gradle-plugin:6.4.8" )
1313 implementation(" net.ltgt.errorprone:net.ltgt.errorprone.gradle.plugin:4.3.0" )
1414 implementation(" org.openrewrite:plugin:7.23.0" )
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies {
3232 annotationProcessor(" org.projectlombok:lombok:1.18.42" )
3333
3434 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
35- testImplementation(" org.junit.jupiter:junit-jupiter:6.0.1 " )
35+ testImplementation(" org.junit.jupiter:junit-jupiter:6.0.2 " )
3636 testImplementation(" org.mockito:mockito-core:5.21.0" )
3737 testImplementation(" org.mockito:mockito-junit-jupiter:5.21.0" )
3838}
You can’t perform that action at this time.
0 commit comments