Skip to content

Commit 604f9ec

Browse files
committed
chore(deps): update dependencies
1 parent 94d77dd commit 604f9ec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/setup-java@v4
3030
with:
3131
distribution: 'zulu'
32-
java-version: '17'
32+
java-version: '21'
3333
cache: 'gradle'
3434
- name: Build with Gradle
3535
run: ./gradlew clean build

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
kotlin = "2.0.0"
2+
kotlin = "2.0.20"
33
blossom = "2.1.0"
44
shadow = "8.1.1"
55
spigot = "1.21-R0.1-SNAPSHOT"

gradle/wrapper/gradle-wrapper.properties

+1-1
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-8.8-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)