File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ repositories {
1515}
1616
1717dependencies {
18- annotationProcessor(" org.jetbrains:annotations:26.0.1" )
18+ annotationProcessor(" org.jetbrains:annotations:26.0.2- 1" )
1919 compileOnly(" net.kyori:adventure-api:4.25.0" )
2020 compileOnly(" net.kyori:adventure-text-minimessage:4.25.0" )
2121 compileOnly(" net.kyori:adventure-text-serializer-plain:4.25.0" )
2222 testImplementation(" net.kyori:adventure-api:4.25.0" )
2323 testImplementation(" net.kyori:adventure-text-minimessage:4.25.0" )
2424 testImplementation(" net.kyori:adventure-text-serializer-plain:4.25.0" )
25- testImplementation(" org.junit.jupiter:junit-jupiter:6.0.0 " )
25+ testImplementation(" org.junit.jupiter:junit-jupiter:6.0.1 " )
2626 testImplementation(" org.junit.platform:junit-platform-launcher" )
2727}
2828
You can’t perform that action at this time.
0 commit comments