Skip to content

Commit cf695cd

Browse files
Update all dependencies
1 parent 7e5e4b1 commit cf695cd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
distribution: adopt
2424
java-version: '${{ matrix.java }}'
2525
- name: Cache Gradle
26-
uses: actions/cache@v4.1.2
26+
uses: actions/cache@v4.2.0
2727
with:
2828
path: ~/.gradle/caches
2929
key: >-

buildSrc/src/main/kotlin/lobbyheads-checkstyle.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
checkstyle {
6-
toolVersion = "10.20.1"
6+
toolVersion = "10.20.2"
77

88
configFile = file("${rootDir}/checkstyle/checkstyle.xml")
99
configProperties["checkstyle.suppressions.file"] = "${rootDir}/checkstyle/suppressions.xml"

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

lobbyheads-core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
compileOnly("com.mojang:authlib:5.0.47")
3737

3838
// HoloEasy based on top of the protocolib
39-
implementation("com.github.unldenis:holoeasy:3.0.1")
39+
implementation("com.github.unldenis:holoeasy:3.4.4")
4040

4141
// PlaceholderAPI, if anyone wants to parse placeholders in the head's name
4242
compileOnly("me.clip:placeholderapi:2.11.6")

0 commit comments

Comments
 (0)