Skip to content

Commit

Permalink
Merge pull request #80 from PrimordialMoros/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
Update all non-major dependencies
  • Loading branch information
PrimordialMoros authored Dec 8, 2024
2 parents b51ebdd + c9d7585 commit c3f8e8a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sponge-common = "1.21.4-13.0.0-SNAPSHOT"
paper-api = "1.21.4-R0.1-SNAPSHOT"
minecraft = "1.21.4"
fabric-loom = "1.9.2"
fabric-api = "0.110.5+1.21.4"
fabric-api = "0.111.0+1.21.4"
fabric-loader = "0.16.9"
shadow = "8.3.5"
flyway = "11.0.1"
Expand All @@ -32,7 +32,7 @@ tasker-fabric = { module = "me.moros:tasker-fabric", version.ref = "tasker" }
javapoet = { module = "com.squareup:javapoet", version = "1.13.0" }
caffeine = { module = "com.github.ben-manes.caffeine:caffeine", version = "3.1.8" }
jdbi = { module = "org.jdbi:jdbi3-core", version = "3.47.0" }
hikari = { module = "com.zaxxer:HikariCP", version = "6.1.0" }
hikari = { module = "com.zaxxer:HikariCP", version = "6.2.1" }
flyway-core = { module = "org.flywaydb:flyway-core", version.ref = "flyway" }
flyway-mysql = { module = "org.flywaydb:flyway-mysql", version.ref = "flyway" }
flyway-pgsql = { module = "org.flywaydb:flyway-database-postgresql", version.ref = "flyway" }
Expand Down Expand Up @@ -64,7 +64,7 @@ cloud-sponge = { module = "org.incendo:cloud-sponge", version.ref = "cloud-platf

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

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

[bundles]
cloud = ["cloud-core", "cloud-minecraft"]
Expand All @@ -108,6 +108,6 @@ junit = ["junit-api", "junit-engine"]
[plugins]
jmh = { id = "me.champeau.jmh", version = "0.7.2" }
fabric-loom = { id = "fabric-loom", version.ref = "fabric-loom" }
paperweight-userdev = { id = "io.papermc.paperweight.userdev", version = "1.7.4" }
paperweight-userdev = { id = "io.papermc.paperweight.userdev", version = "1.7.7" }
hangar = { id = "io.papermc.hangar-publish-plugin", version = "0.1.2" }
run-paper = { id = "xyz.jpenilla.run-paper", version = "2.3.1" }
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit c3f8e8a

Please sign in to comment.