Skip to content

Commit e26ea94

Browse files
committed
chore: update dependencies
1 parent 99580f4 commit e26ea94

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
distribution: "zulu"
3434

3535
- name: Setup Gradle
36-
uses: gradle/actions/setup-gradle@v4
36+
uses: gradle/actions/setup-gradle@v5
3737
with:
3838
add-job-summary: always
3939
cache-cleanup: on-success
@@ -57,7 +57,7 @@ jobs:
5757
run: cp cloudnet-rest-module/build/libs/cloudnet-rest.jar cloudnet-rest.jar
5858

5959
- name: Upload artifact jar
60-
uses: actions/upload-artifact@v4
60+
uses: actions/upload-artifact@v5
6161
with:
6262
name: CloudNet-Rest
6363
path: cloudnet-rest.jar

gradle/libs.versions.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ shadow = "9.2.2"
55
juppiter = "0.5.0-beta.2"
66
spotless = "8.0.0"
77
nexusPublish = "2.0.0"
8-
checkstyleTools = "11.1.0"
8+
checkstyleTools = "12.1.1"
99

1010
# testing
11-
junit = "6.0.0"
11+
junit = "6.0.1"
1212
mockito = "5.20.0"
13-
testcontainers = "1.21.3"
13+
testcontainers = "2.0.1"
1414

1515
# compile time processing
1616
lombok = "1.18.42"
@@ -21,16 +21,16 @@ jjwt = "0.13.0"
2121
guava = "33.5.0-jre"
2222
annotations = "26.0.2-1"
2323
unirest = "4.5.1"
24-
caffeine = "3.2.2"
24+
caffeine = "3.2.3"
2525

2626
# logging
2727
slf4j = "2.0.17"
28-
logback = "1.5.19"
28+
logback = "1.5.20"
2929

3030
# validation
3131
expressly = "6.0.0"
3232
jakartaValidationApi = "3.1.1"
33-
hibernateValidator = "9.0.1.Final"
33+
hibernateValidator = "9.1.0.Final"
3434

3535
# netty stuff
3636
netty = "2025.11.08-3a259e91"
@@ -70,7 +70,7 @@ mockito = { group = "org.mockito", name = "mockito-junit-jupiter", version.ref =
7070

7171
# testcontainers
7272
testContainers = { group = "org.testcontainers", name = "testcontainers", version.ref = "testcontainers" }
73-
testContainersJunit = { group = "org.testcontainers", name = "junit-jupiter", version.ref = "testcontainers" }
73+
testContainersJunit = { group = "org.testcontainers", name = "testcontainers-junit-jupiter", version.ref = "testcontainers" }
7474

7575
# validation
7676
expressly = { group = "org.glassfish.expressly", name = "expressly", version.ref = "expressly" }

gradle/wrapper/gradle-wrapper.jar

176 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)