Skip to content

Commit c3f8e8a

Browse files
Merge pull request #80 from PrimordialMoros/renovate/all-minor-patch
Update all non-major dependencies
2 parents b51ebdd + c9d7585 commit c3f8e8a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ sponge-common = "1.21.4-13.0.0-SNAPSHOT"
1313
paper-api = "1.21.4-R0.1-SNAPSHOT"
1414
minecraft = "1.21.4"
1515
fabric-loom = "1.9.2"
16-
fabric-api = "0.110.5+1.21.4"
16+
fabric-api = "0.111.0+1.21.4"
1717
fabric-loader = "0.16.9"
1818
shadow = "8.3.5"
1919
flyway = "11.0.1"
@@ -32,7 +32,7 @@ tasker-fabric = { module = "me.moros:tasker-fabric", version.ref = "tasker" }
3232
javapoet = { module = "com.squareup:javapoet", version = "1.13.0" }
3333
caffeine = { module = "com.github.ben-manes.caffeine:caffeine", version = "3.1.8" }
3434
jdbi = { module = "org.jdbi:jdbi3-core", version = "3.47.0" }
35-
hikari = { module = "com.zaxxer:HikariCP", version = "6.1.0" }
35+
hikari = { module = "com.zaxxer:HikariCP", version = "6.2.1" }
3636
flyway-core = { module = "org.flywaydb:flyway-core", version.ref = "flyway" }
3737
flyway-mysql = { module = "org.flywaydb:flyway-mysql", version.ref = "flyway" }
3838
flyway-pgsql = { module = "org.flywaydb:flyway-database-postgresql", version.ref = "flyway" }
@@ -64,7 +64,7 @@ cloud-sponge = { module = "org.incendo:cloud-sponge", version.ref = "cloud-platf
6464

6565
# Databases
6666
mysql = { module = "com.mysql:mysql-connector-j", version = "9.1.0" }
67-
mariadb = { module = "org.mariadb.jdbc:mariadb-java-client", version = "3.5.0" }
67+
mariadb = { module = "org.mariadb.jdbc:mariadb-java-client", version = "3.5.1" }
6868
postgresql = { module = "org.postgresql:postgresql", version = "42.7.4" }
6969
h2 = { module = "com.h2database:h2", version = "2.3.232" }
7070
hsql = { module = "org.hsqldb:hsqldb", version = "2.7.4" }
@@ -78,7 +78,7 @@ sgui = { module = "eu.pb4:sgui", version = "1.7.2+1.21.2" }
7878
fabric-permissions = { module = "me.lucko:fabric-permissions-api", version = "0.3.3" }
7979

8080
# Bukkit
81-
inventory-framework = { module = "com.github.stefvanschie.inventoryframework:IF", version = "0.10.18-dev" }
81+
inventory-framework = { module = "com.github.stefvanschie.inventoryframework:IF", version = "0.10.18" }
8282
grief-prevention = { module = "com.github.TechFortress:GriefPrevention", version = "16.18.4" }
8383
towny = { module = "com.palmergames.bukkit.towny:towny", version = "0.101.0.2" }
8484
lwc = { module = "com.griefcraft:lwc", version = "2.4.0" }
@@ -94,7 +94,7 @@ sponge-mixin = { module = "org.spongepowered:mixin", version = "0.8.7" }
9494
shadow = { module = "com.gradleup.shadow:shadow-gradle-plugin", version.ref = "shadow" }
9595
sponge-vanilla = { module = "org.spongepowered:vanillagradle", version = "0.2.1-20240507.024226-82" }
9696
minotaur = { module = "com.modrinth.minotaur:Minotaur", version = "2.8.7" }
97-
checker = { module = "org.checkerframework:checkerframework-gradle-plugin", version = "0.6.46" }
97+
checker = { module = "org.checkerframework:checkerframework-gradle-plugin", version = "0.6.47" }
9898

9999
[bundles]
100100
cloud = ["cloud-core", "cloud-minecraft"]
@@ -108,6 +108,6 @@ junit = ["junit-api", "junit-engine"]
108108
[plugins]
109109
jmh = { id = "me.champeau.jmh", version = "0.7.2" }
110110
fabric-loom = { id = "fabric-loom", version.ref = "fabric-loom" }
111-
paperweight-userdev = { id = "io.papermc.paperweight.userdev", version = "1.7.4" }
111+
paperweight-userdev = { id = "io.papermc.paperweight.userdev", version = "1.7.7" }
112112
hangar = { id = "io.papermc.hangar-publish-plugin", version = "0.1.2" }
113113
run-paper = { id = "xyz.jpenilla.run-paper", version = "2.3.1" }

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

0 commit comments

Comments
 (0)