File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ repositories {
77}
88
99dependencies {
10- implementation(" com.gradleup.shadow:shadow-gradle-plugin:9.1.0 " )
10+ implementation(" com.gradleup.shadow:shadow-gradle-plugin:9.2.2 " )
1111}
1212
1313java {
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies {
1616 annotationProcessor(" org.projectlombok:lombok:1.18.42" )
1717
1818 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
19- testImplementation(" org.junit.jupiter:junit-jupiter:5.13.4 " )
19+ testImplementation(" org.junit.jupiter:junit-jupiter:5.14.0 " )
2020 testImplementation(" org.mockito:mockito-core:5.20.0" )
2121 testImplementation(" org.mockito:mockito-junit-jupiter:5.20.0" )
2222}
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ dependencies {
88 implementation(" net.pistonmaster:PistonUtils:1.4.0" )
99 implementation(" org.bstats:bstats-bungeecord:3.1.0" )
1010
11- compileOnly(" net.md-5:bungeecord-api:1.21-R0.3 " )
11+ compileOnly(" net.md-5:bungeecord-api:1.21-R0.4 " )
1212}
You can’t perform that action at this time.
0 commit comments