Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit b0b8cfa

Browse files
GH-79 Update all dependencies (#79)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 93fed4d commit b0b8cfa

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.github/workflows/gradle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
fail-fast: true
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v3.3.0
14+
uses: actions/checkout@v3.5.0
1515
- name: Set up JDK ${{ matrix.java }}
16-
uses: actions/setup-java@v3.9.0
16+
uses: actions/setup-java@v3.11.0
1717
with:
1818
distribution: adopt
1919
java-version: ${{ matrix.java }}
2020
- name: Cache Gradle
21-
uses: actions/cache@v3.2.4
21+
uses: actions/cache@v3.3.1
2222
with:
2323
path: ~/.gradle
2424
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}

build.gradle.kts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
22

33
plugins {
44
id("java-library")
5-
id("com.github.johnrengelman.shadow") version "7.1.2"
6-
id("net.minecrell.plugin-yml.bukkit") version "0.5.2"
5+
id("com.github.johnrengelman.shadow") version "8.1.1"
6+
id("net.minecrell.plugin-yml.bukkit") version "0.5.3"
77
id("xyz.jpenilla.run-paper") version "2.0.1"
88
}
99

@@ -26,17 +26,17 @@ dependencies {
2626
compileOnly("org.spigotmc:spigot-api:1.19.3-R0.1-SNAPSHOT")
2727

2828
// Kyori Adventure
29-
implementation("net.kyori:adventure-platform-bukkit:4.2.0")
30-
implementation("net.kyori:adventure-text-minimessage:4.12.0")
29+
implementation("net.kyori:adventure-platform-bukkit:4.3.0")
30+
implementation("net.kyori:adventure-text-minimessage:4.13.0")
3131

3232
// LiteCommands
33-
implementation("dev.rollczi.litecommands:bukkit:2.8.4")
33+
implementation("dev.rollczi.litecommands:bukkit:2.8.6")
3434

3535
// CDN
3636
implementation("net.dzikoysk:cdn:1.14.4")
3737

3838
// bStats
39-
implementation("org.bstats:bstats-bukkit:3.0.0")
39+
implementation("org.bstats:bstats-bukkit:3.0.2")
4040

4141
// gitcheck
4242
implementation("com.eternalcode:gitcheck:1.0.0")

gradle/wrapper/gradle-wrapper.jar

34 Bytes
Binary file not shown.
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-7.6-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip
44
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

gradlew

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,15 +144,15 @@ if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then
144144
case $MAX_FD in #(
145145
max*)
146146
# In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked.
147-
# shellcheck disable=SC3045
147+
# shellcheck disable=SC3045
148148
MAX_FD=$( ulimit -H -n ) ||
149149
warn "Could not query maximum file descriptor limit"
150150
esac
151151
case $MAX_FD in #(
152152
'' | soft) :;; #(
153153
*)
154154
# In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked.
155-
# shellcheck disable=SC3045
155+
# shellcheck disable=SC3045
156156
ulimit -n "$MAX_FD" ||
157157
warn "Could not set maximum file descriptor limit to $MAX_FD"
158158
esac

0 commit comments

Comments
 (0)