Skip to content

Commit 0ee9f5d

Browse files
Update all non-major dependencies
1 parent 0bfc174 commit 0ee9f5d

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

gradle/libs.versions.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ paper = "1.20.2-R0.1-SNAPSHOT"
1111
sponge-api = "11.0.0-SNAPSHOT"
1212
sponge-common = "1.20.1-11.0.0-SNAPSHOT"
1313
minecraft = "1.20.2"
14-
fabric-loom = "1.4.1"
15-
fabric-api = "0.90.0+1.20.2"
16-
fabric-loader = "0.14.23"
14+
fabric-loom = "1.4.4"
15+
fabric-api = "0.90.7+1.20.3"
16+
fabric-loader = "0.14.24"
1717
shadow = "8.1.1"
18-
flyway = "9.22.2"
19-
junit = "5.10.0"
18+
flyway = "9.22.3"
19+
junit = "5.10.1"
2020

2121
[libraries]
2222
storage = { module = "me.moros:storage", version = "3.2.0" }
@@ -32,9 +32,9 @@ javapoet = { module = "com.squareup:javapoet", version = "1.13.0" }
3232
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" }
35-
guava = { module = "com.google.guava:guava", version = "32.1.2-jre" }
35+
guava = { module = "com.google.guava:guava", version = "32.1.3-jre" }
3636
jdbi = { module = "org.jdbi:jdbi3-core", version = "3.41.3" }
37-
hikari = { module = "com.zaxxer:HikariCP", version = "5.0.1" }
37+
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" }
4040
eventbus = { module = "net.kyori:event-api", version = "5.0.0-SNAPSHOT" }
@@ -48,7 +48,7 @@ adventure-fabric = { module = "net.kyori:adventure-platform-fabric", version.ref
4848
adventure-legacy = { module = "net.kyori:adventure-text-serializer-legacy", version.ref = "adventure" }
4949

5050
luckperms-api = { module = "net.luckperms:api", version = "5.4" }
51-
mini-placeholders = { module = "io.github.miniplaceholders:miniplaceholders-api", version = "2.2.1" }
51+
mini-placeholders = { module = "io.github.miniplaceholders:miniplaceholders-api", version = "2.2.2" }
5252

5353
configurate-core = { module = "org.spongepowered:configurate-core", version.ref = "configurate" }
5454
configurate-hocon = { module = "org.spongepowered:configurate-hocon", version.ref = "configurate" }
@@ -64,7 +64,7 @@ cloud-fabric = { module = "cloud.commandframework:cloud-fabric", version.ref = "
6464
cloud-sponge = { module = "cloud.commandframework:cloud-sponge", version.ref = "cloud-snapshot" }
6565

6666
# Databases
67-
mysql = { module = "com.mysql:mysql-connector-j", version = "8.1.0" }
67+
mysql = { module = "com.mysql:mysql-connector-j", version = "8.2.0" }
6868
mariadb = { module = "org.mariadb.jdbc:mariadb-java-client", version = "3.2.0" }
6969
postgresql = { module = "org.postgresql:postgresql", version = "42.6.0" }
7070
h2 = { module = "com.h2database:h2", version = "2.2.224" }
@@ -80,12 +80,12 @@ fabric-permissions = { module = "me.lucko:fabric-permissions-api", version = "0.
8080

8181
# Bukkit
8282
paper = { module = "io.papermc.paper:paper-api", version.ref = "paper" }
83-
inventory-framework = { module = "com.github.stefvanschie.inventoryframework:IF", version = "0.10.11" }
83+
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.99.6.0" }
85+
towny = { module = "com.palmergames.bukkit.towny:towny", version = "0.100.0.2" }
8686
lwc = { module = "com.griefcraft:lwc", version = "2.3.1" }
8787
worldguard = { module = "com.sk89q.worldguard:worldguard-bukkit", version = "7.0.9" }
88-
papi = { module = "me.clip:placeholderapi", version = "2.11.4" }
88+
papi = { module = "me.clip:placeholderapi", version = "2.11.5" }
8989

9090
# Sponge
9191
sponge-api = { module = "org.spongepowered:spongeapi", version.ref = "sponge-api" }
@@ -96,7 +96,7 @@ sponge-mixin = { module = "org.spongepowered:mixin", version = "0.8.5" }
9696
shadow = { module = "com.github.johnrengelman:shadow", version.ref = "shadow" }
9797
vanilla = { module = "org.spongepowered:vanillagradle", version = "0.2.1-SNAPSHOT" }
9898
minotaur = { module = "com.modrinth.minotaur:Minotaur", version = "2.8.4" }
99-
checker = { module = "org.checkerframework:checkerframework-gradle-plugin", version = "0.6.34" }
99+
checker = { module = "org.checkerframework:checkerframework-gradle-plugin", version = "0.6.35" }
100100

101101
[bundles]
102102
cloud = ["cloud-core", "cloud-minecraft"]
@@ -108,9 +108,9 @@ flyway = ["flyway-core", "flyway-mysql"]
108108
junit = ["junit-api", "junit-engine"]
109109

110110
[plugins]
111-
jmh = { id = "me.champeau.jmh", version = "0.7.1" }
111+
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.8" }
113+
userdev = { id = "io.papermc.paperweight.userdev", version = "1.5.9" }
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.0" }

0 commit comments

Comments
 (0)