File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,17 +21,17 @@ jobs:
2121 - name : Build with Gradle
2222 run : ./gradlew build
2323 - name : Upload PistonChat
24- uses : actions/upload-artifact@v4.6.1
24+ uses : actions/upload-artifact@v4.6.2
2525 with :
2626 name : PistonChat
2727 path : PistonChat/build/libs/*.jar
2828 - name : Upload PistonMute
29- uses : actions/upload-artifact@v4.6.1
29+ uses : actions/upload-artifact@v4.6.2
3030 with :
3131 name : PistonMute
3232 path : PistonMute/build/libs/*.jar
3333 - name : Upload PistonFilter
34- uses : actions/upload-artifact@v4.6.1
34+ uses : actions/upload-artifact@v4.6.2
3535 with :
3636 name : PistonFilter
3737 path : PistonFilter/build/libs/*.jar
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ dependencies {
1414 implementation(" com.github.technicallycoded:FoliaLib:main-SNAPSHOT" )
1515 implementation(" com.google.code.gson:gson:2.12.1" )
1616 implementation(" net.kyori:adventure-platform-bukkit:4.3.4" )
17- implementation(" net.kyori:adventure-text-minimessage:4.19 .0" )
17+ implementation(" net.kyori:adventure-text-minimessage:4.20 .0" )
1818 implementation(" org.bstats:bstats-bukkit:3.1.0" )
19- implementation(" org.mariadb.jdbc:mariadb-java-client:3.5.2 " )
19+ implementation(" org.mariadb.jdbc:mariadb-java-client:3.5.3 " )
2020 implementation(" com.github.ben-manes.caffeine:caffeine:3.2.0" )
2121}
2222
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ dependencies {
1212
1313 implementation(" net.pistonmaster:PistonUtils:1.4.0" )
1414 implementation(" me.xdrop:fuzzywuzzy:1.4.0" )
15- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.12.0 " )
16- testImplementation(" org.junit.jupiter:junit-jupiter-engine:5.12.0 " )
15+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.12.1 " )
16+ testImplementation(" org.junit.jupiter:junit-jupiter-engine:5.12.1 " )
1717 implementation(" org.bstats:bstats-bukkit:3.1.0" )
1818 implementation(" org.apache.commons:commons-collections4:4.4" )
1919}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
88}
99
1010dependencies {
11- implementation(" com.gradleup.shadow:shadow-gradle-plugin:9.0.0-beta10 " )
11+ implementation(" com.gradleup.shadow:shadow-gradle-plugin:9.0.0-beta12 " )
1212}
1313
1414java {
Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ dependencies {
88
99 compileOnly(" net.luckperms:api:5.4" )
1010
11- compileOnly(" org.projectlombok:lombok:1.18.36 " )
12- annotationProcessor(" org.projectlombok:lombok:1.18.36 " )
11+ compileOnly(" org.projectlombok:lombok:1.18.38 " )
12+ annotationProcessor(" org.projectlombok:lombok:1.18.38 " )
1313
1414 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
15- testImplementation(" org.junit.jupiter:junit-jupiter:5.12.0 " )
16- testImplementation(" org.mockito:mockito-core:5.16 .0" )
17- testImplementation(" org.mockito:mockito-junit-jupiter:5.16 .0" )
15+ testImplementation(" org.junit.jupiter:junit-jupiter:5.12.1 " )
16+ testImplementation(" org.mockito:mockito-core:5.17 .0" )
17+ testImplementation(" org.mockito:mockito-junit-jupiter:5.17 .0" )
1818}
1919
2020tasks {
You can’t perform that action at this time.
0 commit comments