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.0.2 " )
10+ implementation(" com.gradleup.shadow:shadow-gradle-plugin:9.1.0 " )
1111}
1212
1313java {
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ java {
1010}
1111
1212dependencies {
13- implementation(" org.jetbrains:annotations:26.0.2" )
13+ implementation(" org.jetbrains:annotations:26.0.2-1 " )
1414
15- compileOnly(" org.projectlombok:lombok:1.18.38 " )
16- annotationProcessor(" org.projectlombok:lombok:1.18.38 " )
15+ compileOnly(" org.projectlombok:lombok:1.18.42 " )
16+ annotationProcessor(" org.projectlombok:lombok:1.18.42 " )
1717
1818 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
1919 testImplementation(" org.junit.jupiter:junit-jupiter:5.13.4" )
20- testImplementation(" org.mockito:mockito-core:5.19 .0" )
21- testImplementation(" org.mockito:mockito-junit-jupiter:5.19 .0" )
20+ testImplementation(" org.mockito:mockito-core:5.20 .0" )
21+ testImplementation(" org.mockito:mockito-junit-jupiter:5.20 .0" )
2222}
2323
2424tasks {
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ dependencies {
66 compileOnly(" org.spigotmc:spigot-api:1.18.1-R0.1-SNAPSHOT" )
77 compileOnly(" me.clip:placeholderapi:2.11.6" )
88
9- compileOnly(" org.projectlombok:lombok:1.18.38 " )
10- annotationProcessor(" org.projectlombok:lombok:1.18.38 " )
9+ compileOnly(" org.projectlombok:lombok:1.18.42 " )
10+ annotationProcessor(" org.projectlombok:lombok:1.18.42 " )
1111
1212 implementation(" net.pistonmaster:PistonUtils:1.4.0" )
1313}
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ plugins {
55dependencies {
66 implementation(" org.spongepowered:configurate-yaml:4.2.0" )
77 compileOnly(" net.pistonmaster:pistonmotd-api:5.2.7" )
8- compileOnly(" com.google.guava:guava:33.4.8 -jre" )
8+ compileOnly(" com.google.guava:guava:33.5.0 -jre" )
99}
You can’t perform that action at this time.
0 commit comments