Skip to content

Commit 7e436a1

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

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
steps:
1414
- name: Checkout
15-
uses: actions/[email protected].0
15+
uses: actions/[email protected].2
1616
- name: 'Set up JDK ${{ matrix.java }}'
1717
uses: actions/[email protected]
1818
with:

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ project(":chat-formatter") {
5858

5959
// Kyori Adventure & MiniMessage
6060
implementation("net.kyori:adventure-platform-bukkit:4.3.0")
61-
implementation("net.kyori:adventure-text-minimessage:4.13.0")
61+
implementation("net.kyori:adventure-text-minimessage:4.13.1")
6262

6363
// LiteCommands & CDN
6464
implementation("dev.rollczi.litecommands:bukkit:2.8.7")
@@ -165,7 +165,7 @@ project(":chat-formatter-test") {
165165
testImplementation(project(":chat-formatter"))
166166

167167
testImplementation("net.kyori:adventure-platform-bukkit:4.3.0")
168-
testImplementation("net.kyori:adventure-text-minimessage:4.13.0")
168+
testImplementation("net.kyori:adventure-text-minimessage:4.13.1")
169169
testImplementation("net.dzikoysk:cdn:1.14.4")
170170
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2")
171171
testImplementation("org.spigotmc:spigot-api:1.18.2-R0.1-SNAPSHOT")

gradle/wrapper/gradle-wrapper.jar

468 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-8.0.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip
44
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

gradlew

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,6 @@ done
8585
APP_BASE_NAME=${0##*/}
8686
APP_HOME=$( cd "${APP_HOME:-./}" && pwd -P ) || exit
8787

88-
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
89-
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
90-
9188
# Use the maximum available, or set MAX_FD != -1 to use that value.
9289
MAX_FD=maximum
9390

@@ -197,6 +194,10 @@ if "$cygwin" || "$msys" ; then
197194
done
198195
fi
199196

197+
198+
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
199+
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
200+
200201
# Collect all arguments for the java command;
201202
# * $DEFAULT_JVM_OPTS, $JAVA_OPTS, and $GRADLE_OPTS can contain fragments of
202203
# shell script including quotes and variable substitutions, so put them in

0 commit comments

Comments
 (0)