Skip to content

Commit 7e5e4b1

Browse files
GH-69 Update all dependencies (#69)
* Update all dependencies * revert holoeasy --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Martin Sulikowski <[email protected]>
1 parent c513c25 commit 7e5e4b1

File tree

8 files changed

+24
-19
lines changed

8 files changed

+24
-19
lines changed

.github/workflows/gradle.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
fail-fast: false
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v4.1.7
19+
uses: actions/checkout@v4.2.2
2020
- name: 'Set up JDK ${{ matrix.java }}'
21-
uses: actions/setup-java@v4.2.1
21+
uses: actions/setup-java@v4.5.0
2222
with:
2323
distribution: adopt
2424
java-version: '${{ matrix.java }}'
2525
- name: Cache Gradle
26-
uses: actions/cache@v4.0.2
26+
uses: actions/cache@v4.1.2
2727
with:
2828
path: ~/.gradle/caches
2929
key: >-
@@ -35,7 +35,7 @@ jobs:
3535
- name: Build the Jar
3636
run: './gradlew clean shadowJar'
3737
- name: Upload a Build Artifact
38-
uses: actions/upload-artifact@v4.3.3
38+
uses: actions/upload-artifact@v4.4.3
3939
with:
4040
name: 'LobbyHeads'
4141
path: build/libs/LobbyHeads*.jar

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.17.0"
6+
toolVersion = "10.20.1"
77

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

buildSrc/src/main/kotlin/lobbyheads-java-unit-test.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ plugins {
33
}
44

55
dependencies {
6-
testImplementation("org.codehaus.groovy:groovy-all:3.0.21")
7-
testImplementation(platform("org.junit:junit-bom:5.10.2"))
6+
testImplementation("org.codehaus.groovy:groovy-all:3.0.23")
7+
testImplementation(platform("org.junit:junit-bom:5.11.3"))
88
testImplementation("org.junit.jupiter:junit-jupiter")
9-
testImplementation("org.mockito:mockito-core:5.12.0")
9+
testImplementation("org.mockito:mockito-core:5.14.2")
1010
}
1111

1212
tasks.getByName<Test>("test") {

gradle/wrapper/gradle-wrapper.jar

130 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-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

gradlew

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
# See the License for the specific language governing permissions and
1616
# limitations under the License.
1717
#
18+
# SPDX-License-Identifier: Apache-2.0
19+
#
1820

1921
##############################################################################
2022
#
@@ -84,7 +86,8 @@ done
8486
# shellcheck disable=SC2034
8587
APP_BASE_NAME=${0##*/}
8688
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
87-
APP_HOME=$( cd "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit
89+
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
90+
' "$PWD" ) || exit
8891

8992
# Use the maximum available, or set MAX_FD != -1 to use that value.
9093
MAX_FD=maximum

gradlew.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
@rem See the License for the specific language governing permissions and
1414
@rem limitations under the License.
1515
@rem
16+
@rem SPDX-License-Identifier: Apache-2.0
17+
@rem
1618

1719
@if "%DEBUG%"=="" @echo off
1820
@rem ##########################################################################

lobbyheads-core/build.gradle.kts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,28 @@ plugins {
55
`lobbyheads-checkstyle`
66

77
id("net.minecrell.plugin-yml.bukkit") version "0.6.0"
8-
id("com.gradleup.shadow") version "8.3.2"
9-
id("xyz.jpenilla.run-paper") version "2.3.0"
8+
id("com.gradleup.shadow") version "8.3.5"
9+
id("xyz.jpenilla.run-paper") version "2.3.1"
1010
}
1111

1212
dependencies {
1313
// okaeri configs
14-
val okaeriConfigsVersion = "5.0.2"
14+
val okaeriConfigsVersion = "5.0.5"
1515
implementation("eu.okaeri:okaeri-configs-yaml-snakeyaml:${okaeriConfigsVersion}")
1616
implementation("eu.okaeri:okaeri-configs-serdes-commons:${okaeriConfigsVersion}")
1717

1818
// api
1919
api(project(":lobbyheads-api"))
2020

2121
// a cool library, kyori
22-
implementation("net.kyori:adventure-platform-bukkit:4.3.3")
22+
implementation("net.kyori:adventure-platform-bukkit:4.3.4")
2323
implementation("net.kyori:adventure-text-minimessage:4.17.0")
2424

2525
// Rollczi's skullapi
2626
implementation("dev.rollczi:liteskullapi:1.3.0")
2727

2828
// eternalcode commons
29-
implementation("com.eternalcode:eternalcode-commons-adventure:1.1.3")
29+
implementation("com.eternalcode:eternalcode-commons-adventure:1.1.4")
3030

3131
// spigot-api
3232
compileOnly("org.spigotmc:spigot-api:1.20.2-R0.1-SNAPSHOT")
@@ -42,16 +42,16 @@ dependencies {
4242
compileOnly("me.clip:placeholderapi:2.11.6")
4343

4444
// bstats
45-
implementation("org.bstats:bstats-bukkit:3.0.2")
45+
implementation("org.bstats:bstats-bukkit:3.1.0")
4646

4747
// GitCheck
4848
implementation("com.eternalcode:gitcheck:1.0.0")
4949

5050
// tests setup
51-
testImplementation("org.codehaus.groovy:groovy-all:3.0.21")
52-
testImplementation(platform("org.junit:junit-bom:5.10.2"))
51+
testImplementation("org.codehaus.groovy:groovy-all:3.0.23")
52+
testImplementation(platform("org.junit:junit-bom:5.11.3"))
5353
testImplementation("org.junit.jupiter:junit-jupiter")
54-
testImplementation("org.mockito:mockito-core:5.12.0")
54+
testImplementation("org.mockito:mockito-core:5.14.2")
5555
}
5656

5757
java {

0 commit comments

Comments
 (0)