File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11dependencies {
22 compileOnly(" org.jetbrains:annotations:26.0.2" )
33
4- testImplementation(" org.junit.jupiter:junit-jupiter:5.10.0 " )
4+ testImplementation(" org.junit.jupiter:junit-jupiter:6.0.1 " )
55 testImplementation(" org.assertj:assertj-core:3.25.2" )
66 testImplementation(" org.mockito:mockito-core:5.8.0" )
77 testImplementation(" org.mockito:mockito-junit-jupiter:5.8.0" )
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dependencies {
3333 implementation(" dev.rollczi:litecommands-bukkit:3.10.6" )
3434 implementation(" dev.rollczi:litecommands-annotations:3.10.6" )
3535
36- testImplementation(" org.junit.jupiter:junit-jupiter:5.10.0 " )
36+ testImplementation(" org.junit.jupiter:junit-jupiter:6.0.1 " )
3737 testImplementation(" org.assertj:assertj-core:3.25.2" )
3838 testImplementation(" org.mockito:mockito-core:5.8.0" )
3939 testImplementation(" org.mockito:mockito-junit-jupiter:5.8.0" )
You can’t perform that action at this time.
0 commit comments