Skip to content

Commit 2d36b47

Browse files
GH-74 Update all dependencies (#74)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent af923f2 commit 2d36b47

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
distribution: adopt
2020
java-version: '${{ matrix.java }}'
2121
- name: Cache Gradle
22-
uses: actions/[email protected].5
22+
uses: actions/[email protected].6
2323
with:
2424
path: ~/.gradle
2525
key: >-

build.gradle.kts

Lines changed: 4 additions & 4 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
`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.0.0"
6+
id("net.minecrell.plugin-yml.bukkit") version "0.5.3"
77
id("xyz.jpenilla.run-paper") version "2.0.1"
88
}
99

@@ -61,11 +61,11 @@ project(":chat-formatter") {
6161
implementation("net.kyori:adventure-text-minimessage:4.12.0")
6262

6363
// LiteCommands & CDN
64-
implementation("dev.rollczi.litecommands:bukkit:2.8.3")
64+
implementation("dev.rollczi.litecommands:bukkit:2.8.4")
6565
implementation("net.dzikoysk:cdn:1.14.3")
6666

6767
// bStats
68-
implementation("org.bstats:bstats-bukkit:3.0.0")
68+
implementation("org.bstats:bstats-bukkit:3.0.1")
6969

7070
// PlaceholderAPI & Vault
7171
compileOnly("me.clip:placeholderapi:2.11.2")

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.1-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)