Skip to content

Commit 792e43c

Browse files
Update all non-major dependencies
1 parent 984d3be commit 792e43c

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

gradle/libs.versions.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ sponge-api = "11.0.0-SNAPSHOT"
1212
sponge-common = "1.20.1-11.0.0-SNAPSHOT"
1313
minecraft = "1.20.2"
1414
fabric-loom = "1.4.4"
15-
fabric-api = "0.90.7+1.20.2"
16-
fabric-loader = "0.14.24"
15+
fabric-api = "0.91.1+1.20.4"
16+
fabric-loader = "0.15.0"
1717
shadow = "8.1.1"
18-
flyway = "10.0.1"
18+
flyway = "10.1.0"
1919
junit = "5.10.1"
2020

2121
[libraries]
@@ -33,7 +33,7 @@ gson = { module = "com.google.code.gson:gson", version = "2.10.1" }
3333
articdata = { module = "de.articdive:articdata", version = "1.20.1-77b86bc4" }
3434
caffeine = { module = "com.github.ben-manes.caffeine:caffeine", version = "3.1.8" }
3535
guava = { module = "com.google.guava:guava", version = "32.1.3-jre" }
36-
jdbi = { module = "org.jdbi:jdbi3-core", version = "3.41.3" }
36+
jdbi = { module = "org.jdbi:jdbi3-core", version = "3.42.0" }
3737
hikari = { module = "com.zaxxer:HikariCP", version = "5.1.0" }
3838
flyway-core = { module = "org.flywaydb:flyway-core", version.ref = "flyway" }
3939
flyway-mysql = { module = "org.flywaydb:flyway-mysql", version.ref = "flyway" }
@@ -65,7 +65,7 @@ cloud-sponge = { module = "cloud.commandframework:cloud-sponge", version.ref = "
6565

6666
# Databases
6767
mysql = { module = "com.mysql:mysql-connector-j", version = "8.2.0" }
68-
mariadb = { module = "org.mariadb.jdbc:mariadb-java-client", version = "3.3.0" }
68+
mariadb = { module = "org.mariadb.jdbc:mariadb-java-client", version = "3.3.1" }
6969
postgresql = { module = "org.postgresql:postgresql", version = "42.7.0" }
7070
h2 = { module = "com.h2database:h2", version = "2.2.224" }
7171
hsql = { module = "org.hsqldb:hsqldb", version = "2.7.2" }
@@ -74,15 +74,15 @@ hsql = { module = "org.hsqldb:hsqldb", version = "2.7.2" }
7474
fabric-minecraft = { module = "com.mojang:minecraft", version.ref = "minecraft" }
7575
fabric-api = { module = "net.fabricmc.fabric-api:fabric-api", version.ref = "fabric-api" }
7676
fabric-loader = { module = "net.fabricmc:fabric-loader", version.ref = "fabric-loader" }
77-
fabric-placeholder = { module = "eu.pb4:placeholder-api", version = "2.2.0+1.20.2" }
77+
fabric-placeholder = { module = "eu.pb4:placeholder-api", version = "2.3.0+1.20.3" }
7878
sgui = { module = "eu.pb4:sgui", version = "1.3.0+1.20.2" }
7979
fabric-permissions = { module = "me.lucko:fabric-permissions-api", version = "0.2-SNAPSHOT" }
8080

8181
# Bukkit
8282
paper = { module = "io.papermc.paper:paper-api", version.ref = "paper" }
8383
inventory-framework = { module = "com.github.stefvanschie.inventoryframework:IF", version = "0.10.12" }
8484
grief-prevention = { module = "com.github.TechFortress:GriefPrevention", version = "16.18.1" }
85-
towny = { module = "com.palmergames.bukkit.towny:towny", version = "0.100.0.5" }
85+
towny = { module = "com.palmergames.bukkit.towny:towny", version = "0.100.0.8" }
8686
lwc = { module = "com.griefcraft:lwc", version = "2.3.1" }
8787
worldguard = { module = "com.sk89q.worldguard:worldguard-bukkit", version = "7.0.9" }
8888
papi = { module = "me.clip:placeholderapi", version = "2.11.5" }
@@ -95,8 +95,8 @@ sponge-mixin = { module = "org.spongepowered:mixin", version = "0.8.5" }
9595
# Plugins for build-logic
9696
shadow = { module = "com.github.johnrengelman:shadow", version.ref = "shadow" }
9797
vanilla = { module = "org.spongepowered:vanillagradle", version = "0.2.1-SNAPSHOT" }
98-
minotaur = { module = "com.modrinth.minotaur:Minotaur", version = "2.8.5" }
99-
checker = { module = "org.checkerframework:checkerframework-gradle-plugin", version = "0.6.35" }
98+
minotaur = { module = "com.modrinth.minotaur:Minotaur", version = "2.8.7" }
99+
checker = { module = "org.checkerframework:checkerframework-gradle-plugin", version = "0.6.36" }
100100

101101
[bundles]
102102
cloud = ["cloud-core", "cloud-minecraft"]
@@ -110,7 +110,7 @@ junit = ["junit-api", "junit-engine"]
110110
[plugins]
111111
jmh = { id = "me.champeau.jmh", version = "0.7.2" }
112112
fabric-loom = { id = "fabric-loom", version.ref = "fabric-loom" }
113-
userdev = { id = "io.papermc.paperweight.userdev", version = "1.5.9" }
113+
userdev = { id = "io.papermc.paperweight.userdev", version = "1.5.10" }
114114
sponge = { id = "org.spongepowered.gradle.plugin", version = "2.2.0" }
115115
hangar = { id = "io.papermc.hangar-publish-plugin", version = "0.1.0" }
116116
run-paper = { id = "xyz.jpenilla.run-paper", version = "2.2.2" }

gradle/wrapper/gradle-wrapper.jar

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

0 commit comments

Comments
 (0)