Skip to content

Commit ce6bc3e

Browse files
Update all non-major dependencies
1 parent 136868d commit ce6bc3e

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

gradle/libs.versions.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ cloud-minecraft = "2.0.0-SNAPSHOT"
1010
cloud-minecraft-modded = "2.0.0-SNAPSHOT"
1111
bstats = "3.1.0"
1212
sponge-api = "17.0.0"
13-
sponge-common = "1.21.10-17.0.0-SNAPSHOT"
13+
sponge-common = "1.21.10-17.0.1-SNAPSHOT"
1414
paper-api = "1.21.11-R0.1-SNAPSHOT"
1515
minecraft = "1.21.11"
16-
fabric-loom = "1.14.10"
17-
fabric-api = "0.141.1+1.21.11"
16+
fabric-loom = "1.15.3"
17+
fabric-api = "0.141.3+1.21.11"
1818
fabric-loader = "0.18.4"
19-
shadow = "9.3.0"
20-
flyway = "11.20.1"
19+
shadow = "9.3.1"
20+
flyway = "11.20.3"
2121
junit = "6.0.2"
2222
jspecify = "1.0.0"
23-
moddevgradle = "2.0.139"
23+
moddevgradle = "2.0.140"
2424
neoform = "1.21.11-20251209.172050"
2525

2626
[libraries]
@@ -70,27 +70,27 @@ cloud-fabric = { module = "org.incendo:cloud-fabric", version.ref = "cloud-minec
7070
cloud-sponge = { module = "org.incendo:cloud-sponge", version.ref = "cloud-minecraft" }
7171

7272
# Databases
73-
mysql = { module = "com.mysql:mysql-connector-j", version = "9.5.0" }
73+
mysql = { module = "com.mysql:mysql-connector-j", version = "9.6.0" }
7474
mariadb = { module = "org.mariadb.jdbc:mariadb-java-client", version = "3.5.7" }
75-
postgresql = { module = "org.postgresql:postgresql", version = "42.7.8" }
75+
postgresql = { module = "org.postgresql:postgresql", version = "42.7.9" }
7676
h2 = { module = "com.h2database:h2", version = "2.4.240" }
7777
hsql = { module = "org.hsqldb:hsqldb", version = "2.7.4" }
7878

7979
# Fabric
8080
fabric-minecraft = { module = "com.mojang:minecraft", version.ref = "minecraft" }
8181
fabric-api = { module = "net.fabricmc.fabric-api:fabric-api", version.ref = "fabric-api" }
8282
fabric-loader = { module = "net.fabricmc:fabric-loader", version.ref = "fabric-loader" }
83-
fabric-placeholder = { module = "eu.pb4:placeholder-api", version = "2.8.1+1.21.10" }
83+
fabric-placeholder = { module = "eu.pb4:placeholder-api", version = "2.8.2+1.21.10" }
8484
sgui = { module = "eu.pb4:sgui", version = "1.12.0+1.21.11" }
8585
fabric-permissions = { module = "me.lucko:fabric-permissions-api", version = "0.6.1" }
8686

8787
# Bukkit
8888
inventory-framework = { module = "com.github.stefvanschie.inventoryframework:IF", version = "0.10.19-dev" }
89-
grief-prevention = { module = "com.github.TechFortress:GriefPrevention", version = "16.18.5" }
89+
grief-prevention = { module = "com.github.TechFortress:GriefPrevention", version = "16.18.6" }
9090
towny = { module = "com.palmergames.bukkit.towny:towny", version = "0.102.0.0" }
9191
bolt = { module = "org.popcraft:bolt-bukkit", version = "1.2.86" }
9292
worldguard = { module = "com.sk89q.worldguard:worldguard-bukkit", version = "7.0.15" }
93-
papi = { module = "me.clip:placeholderapi", version = "2.11.7" }
93+
papi = { module = "me.clip:placeholderapi", version = "2.12.2" }
9494

9595
# Sponge
9696
sponge-api = { module = "org.spongepowered:spongeapi", version.ref = "sponge-api" }
@@ -99,7 +99,7 @@ sponge-mixin = { module = "org.spongepowered:mixin", version = "0.8.7" }
9999

100100
# Plugins for build-logic
101101
shadow = { module = "com.gradleup.shadow:shadow-gradle-plugin", version.ref = "shadow" }
102-
maven-publish = { module = "com.vanniktech.maven.publish:com.vanniktech.maven.publish.gradle.plugin", version = "0.35.0" }
102+
maven-publish = { module = "com.vanniktech.maven.publish:com.vanniktech.maven.publish.gradle.plugin", version = "0.36.0" }
103103
moddevgradle = { module = "net.neoforged:moddev-gradle", version.ref = "moddevgradle" }
104104
minotaur = { module = "com.modrinth.minotaur:Minotaur", version = "2.8.10" }
105105

gradle/wrapper/gradle-wrapper.jar

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

0 commit comments

Comments
 (0)