File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ dependencies {
12
12
13
13
implementation(" net.pistonmaster:PistonUtils:1.4.0" )
14
14
implementation(" me.xdrop:fuzzywuzzy:1.4.0" )
15
- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.12.2 " )
16
- testImplementation(" org.junit.jupiter:junit-jupiter-engine:5.12.2 " )
15
+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.13.0 " )
16
+ testImplementation(" org.junit.jupiter:junit-jupiter-engine:5.13.0 " )
17
17
implementation(" org.bstats:bstats-bukkit:3.1.0" )
18
18
implementation(" org.apache.commons:commons-collections4:4.5.0" )
19
19
}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
12
12
annotationProcessor(" org.projectlombok:lombok:1.18.38" )
13
13
14
14
testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
15
- testImplementation(" org.junit.jupiter:junit-jupiter:5.12.2 " )
15
+ testImplementation(" org.junit.jupiter:junit-jupiter:5.13.0 " )
16
16
testImplementation(" org.mockito:mockito-core:5.18.0" )
17
17
testImplementation(" org.mockito:mockito-junit-jupiter:5.18.0" )
18
18
}
You can’t perform that action at this time.
0 commit comments