@@ -11,12 +11,12 @@ paper = "1.20.2-R0.1-SNAPSHOT"
11
11
sponge-api = " 11.0.0-SNAPSHOT"
12
12
sponge-common = " 1.20.1-11.0.0-SNAPSHOT"
13
13
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 "
17
17
shadow = " 8.1.1"
18
- flyway = " 9.22.2 "
19
- junit = " 5.10.0 "
18
+ flyway = " 9.22.3 "
19
+ junit = " 5.10.1 "
20
20
21
21
[libraries ]
22
22
storage = { module = " me.moros:storage" , version = " 3.2.0" }
@@ -32,9 +32,9 @@ javapoet = { module = "com.squareup:javapoet", version = "1.13.0" }
32
32
gson = { module = " com.google.code.gson:gson" , version = " 2.10.1" }
33
33
articdata = { module = " de.articdive:articdata" , version = " 1.20.1-77b86bc4" }
34
34
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" }
36
36
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 " }
38
38
flyway-core = { module = " org.flywaydb:flyway-core" , version.ref = " flyway" }
39
39
flyway-mysql = { module = " org.flywaydb:flyway-mysql" , version.ref = " flyway" }
40
40
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
48
48
adventure-legacy = { module = " net.kyori:adventure-text-serializer-legacy" , version.ref = " adventure" }
49
49
50
50
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 " }
52
52
53
53
configurate-core = { module = " org.spongepowered:configurate-core" , version.ref = " configurate" }
54
54
configurate-hocon = { module = " org.spongepowered:configurate-hocon" , version.ref = " configurate" }
@@ -64,7 +64,7 @@ cloud-fabric = { module = "cloud.commandframework:cloud-fabric", version.ref = "
64
64
cloud-sponge = { module = " cloud.commandframework:cloud-sponge" , version.ref = " cloud-snapshot" }
65
65
66
66
# 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" }
68
68
mariadb = { module = " org.mariadb.jdbc:mariadb-java-client" , version = " 3.2.0" }
69
69
postgresql = { module = " org.postgresql:postgresql" , version = " 42.6.0" }
70
70
h2 = { module = " com.h2database:h2" , version = " 2.2.224" }
@@ -80,12 +80,12 @@ fabric-permissions = { module = "me.lucko:fabric-permissions-api", version = "0.
80
80
81
81
# Bukkit
82
82
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 " }
84
84
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 " }
86
86
lwc = { module = " com.griefcraft:lwc" , version = " 2.3.1" }
87
87
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 " }
89
89
90
90
# Sponge
91
91
sponge-api = { module = " org.spongepowered:spongeapi" , version.ref = " sponge-api" }
@@ -96,7 +96,7 @@ sponge-mixin = { module = "org.spongepowered:mixin", version = "0.8.5" }
96
96
shadow = { module = " com.github.johnrengelman:shadow" , version.ref = " shadow" }
97
97
vanilla = { module = " org.spongepowered:vanillagradle" , version = " 0.2.1-SNAPSHOT" }
98
98
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 " }
100
100
101
101
[bundles ]
102
102
cloud = [" cloud-core" , " cloud-minecraft" ]
@@ -108,9 +108,9 @@ flyway = ["flyway-core", "flyway-mysql"]
108
108
junit = [" junit-api" , " junit-engine" ]
109
109
110
110
[plugins ]
111
- jmh = { id = " me.champeau.jmh" , version = " 0.7.1 " }
111
+ jmh = { id = " me.champeau.jmh" , version = " 0.7.2 " }
112
112
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 " }
114
114
sponge = { id = " org.spongepowered.gradle.plugin" , version = " 2.2.0" }
115
115
hangar = { id = " io.papermc.hangar-publish-plugin" , version = " 0.1.0" }
116
116
run-paper = { id = " xyz.jpenilla.run-paper" , version = " 2.2.0" }
0 commit comments