Skip to content

Commit 4f49cd9

Browse files
GH-123 Update all dependencies
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c7e79cd commit 4f49cd9

File tree

6 files changed

+25
-25
lines changed

6 files changed

+25
-25
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Build with Gradle
3333
run: ./gradlew clean shadowJar
3434
- name: Upload a Build Artifact
35-
uses: actions/[email protected].0
35+
uses: actions/[email protected].2
3636
with:
3737
name: 'ParcelLockers (MC 1.8.8 - 1.20.x)'
3838
path: build/libs/ParcelLockers*

build.gradle.kts

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,23 @@ repositories {
2626
dependencies {
2727
// minecraft development api
2828
compileOnly("org.spigotmc:spigot-api:1.21.4-R0.1-SNAPSHOT")
29-
implementation("net.kyori:adventure-platform-bukkit:4.3.4")
30-
implementation("net.kyori:adventure-text-minimessage:4.18.0")
31-
implementation("dev.rollczi:litecommands-bukkit:3.9.7")
32-
implementation("dev.rollczi:litecommands-adventure:3.9.7")
29+
implementation("net.kyori:adventure-platform-bukkit:4.4.0")
30+
implementation("net.kyori:adventure-text-minimessage:4.23.0")
31+
implementation("dev.rollczi:litecommands-bukkit:3.10.0")
32+
implementation("dev.rollczi:litecommands-adventure:3.10.0")
3333

3434
// skull api
35-
implementation("dev.rollczi:liteskullapi:1.3.0")
35+
implementation("dev.rollczi:liteskullapi:2.0.0")
3636

3737
// gui
38-
implementation("dev.triumphteam:triumph-gui:3.1.11")
39-
implementation("de.rapha149.signgui:signgui:2.5.0")
38+
implementation("dev.triumphteam:triumph-gui:3.1.12")
39+
implementation("de.rapha149.signgui:signgui:2.5.2")
4040

4141
// economy
4242
compileOnly("com.github.MilkBowl:VaultAPI:1.7.1")
4343

4444
// CDN
45-
implementation("net.dzikoysk:cdn:1.14.6")
45+
implementation("net.dzikoysk:cdn:1.14.9")
4646

4747
// expressible
4848
implementation("org.panda-lang:expressible:1.3.6")
@@ -52,17 +52,17 @@ dependencies {
5252

5353
// metrics and sentry
5454
implementation("org.bstats:bstats-bukkit:3.1.0")
55-
implementation("io.sentry:sentry:8.0.0")
55+
implementation("io.sentry:sentry:8.14.0")
5656

5757
// database
58-
implementation("com.zaxxer:HikariCP:6.2.1")
58+
implementation("com.zaxxer:HikariCP:6.3.0")
5959
implementation("com.j256.ormlite:ormlite-jdbc:6.1")
6060
implementation("com.h2database:h2:2.3.232")
61-
implementation("org.postgresql:postgresql:42.7.5")
61+
implementation("org.postgresql:postgresql:42.7.7")
6262

6363
// lombok
64-
compileOnly("org.projectlombok:lombok:1.18.36")
65-
annotationProcessor("org.projectlombok:lombok:1.18.36")
64+
compileOnly("org.projectlombok:lombok:1.18.38")
65+
annotationProcessor("org.projectlombok:lombok:1.18.38")
6666

6767
// jetbrains annotations
6868
api("org.jetbrains:annotations:26.0.2")
@@ -83,12 +83,12 @@ dependencies {
8383
implementation("com.eternalcode:eternalcode-commons-adventure:1.1.6")
8484
implementation("com.eternalcode:eternalcode-commons-bukkit:1.1.6")
8585

86-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
87-
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.4")
88-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
86+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.1")
87+
testImplementation("org.junit.jupiter:junit-jupiter-params:5.13.1")
88+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.1")
8989

90-
testImplementation("org.testcontainers:junit-jupiter:1.20.4")
91-
testImplementation("org.testcontainers:mysql:1.20.4")
90+
testImplementation("org.testcontainers:junit-jupiter:1.21.2")
91+
testImplementation("org.testcontainers:mysql:1.21.2")
9292
testImplementation("mysql:mysql-connector-java:8.0.33")
9393
}
9494

gradle/wrapper/gradle-wrapper.jar

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

gradlew

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ case "$( uname )" in #(
114114
NONSTOP* ) nonstop=true ;;
115115
esac
116116

117-
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
117+
CLASSPATH="\\\"\\\""
118118

119119

120120
# Determine the Java command to use to start the JVM.
@@ -205,15 +205,15 @@ fi
205205
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
206206

207207
# Collect all arguments for the java command:
208-
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
208+
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
209209
# and any embedded shellness will be escaped.
210210
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
211211
# treated as '${Hostname}' itself on the command line.
212212

213213
set -- \
214214
"-Dorg.gradle.appname=$APP_BASE_NAME" \
215215
-classpath "$CLASSPATH" \
216-
org.gradle.wrapper.GradleWrapperMain \
216+
-jar "$APP_HOME/gradle/wrapper/gradle-wrapper.jar" \
217217
"$@"
218218

219219
# Stop when "xargs" is not available.

gradlew.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ goto fail
7070
:execute
7171
@rem Setup the command line
7272

73-
set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
73+
set CLASSPATH=
7474

7575

7676
@rem Execute Gradle
77-
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
77+
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %*
7878

7979
:end
8080
@rem End local scope for the variables with windows NT shell

0 commit comments

Comments
 (0)