File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11dependencies {
22 compileOnlyApi(" org.jetbrains:annotations:26.0.2-1" )
33
4- testImplementation(" org.junit.jupiter:junit-jupiter:6.0.1 " )
4+ testImplementation(" org.junit.jupiter:junit-jupiter:6.0.2 " )
55 testImplementation(" org.assertj:assertj-core:3.27.6" )
66 testImplementation(" org.mockito:mockito-core:5.20.0" )
77 testImplementation(" org.mockito:mockito-junit-jupiter:5.20.0" )
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ dependencies {
3535 implementation(" dev.rollczi:litecommands-bukkit:3.10.9" )
3636 implementation(" dev.rollczi:litecommands-annotations:3.10.9" )
3737
38- testImplementation(" org.junit.jupiter:junit-jupiter:6.0.1 " )
38+ testImplementation(" org.junit.jupiter:junit-jupiter:6.0.2 " )
3939 testImplementation(" org.assertj:assertj-core:3.27.6" )
4040 testImplementation(" org.mockito:mockito-core:5.20.0" )
4141 testImplementation(" org.mockito:mockito-junit-jupiter:5.20.0" )
You can’t perform that action at this time.
0 commit comments