Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 21, 2025
1 parent 0d0b1e4 commit 5e9e36c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 16 deletions.
26 changes: 13 additions & 13 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
storage = "3.3.0"
math = "3.0.0"
tasker = "1.2.0"
adventure = "4.17.0"
adventure-fabric = "6.1.0"
adventure = "4.18.0"
adventure-fabric = "6.2.0"
configurate = "4.2.0-SNAPSHOT"
cloud = "2.0.0"
cloud-platform = "2.0.0-SNAPSHOT"
bstats = "3.1.0"
sponge-api = "13.0.0-SNAPSHOT"
sponge-api = "13.0.0"
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.111.0+1.21.4"
fabric-loader = "0.16.9"
fabric-api = "0.114.3+1.21.4"
fabric-loader = "0.16.10"
shadow = "8.3.5"
flyway = "11.0.1"
junit = "5.11.3"
flyway = "11.2.0"
junit = "5.11.4"

[libraries]
storage = { module = "me.moros:storage", version.ref = "storage" }
Expand All @@ -30,7 +30,7 @@ tasker-sponge = { module = "me.moros:tasker-sponge", version.ref = "tasker" }
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" }
caffeine = { module = "com.github.ben-manes.caffeine:caffeine", version = "3.2.0" }
jdbi = { module = "org.jdbi:jdbi3-core", version = "3.47.0" }
hikari = { module = "com.zaxxer:HikariCP", version = "6.2.1" }
flyway-core = { module = "org.flywaydb:flyway-core", version.ref = "flyway" }
Expand Down Expand Up @@ -63,9 +63,9 @@ cloud-fabric = { module = "org.incendo:cloud-fabric", version.ref = "cloud-platf
cloud-sponge = { module = "org.incendo:cloud-sponge", version.ref = "cloud-platform" }

# Databases
mysql = { module = "com.mysql:mysql-connector-j", version = "9.1.0" }
mysql = { module = "com.mysql:mysql-connector-j", version = "9.2.0" }
mariadb = { module = "org.mariadb.jdbc:mariadb-java-client", version = "3.5.1" }
postgresql = { module = "org.postgresql:postgresql", version = "42.7.4" }
postgresql = { module = "org.postgresql:postgresql", version = "42.7.5" }
h2 = { module = "com.h2database:h2", version = "2.3.232" }
hsql = { module = "org.hsqldb:hsqldb", version = "2.7.4" }

Expand All @@ -78,9 +78,9 @@ 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.19-dev" }
inventory-framework = { module = "com.github.stefvanschie.inventoryframework:IF", version = "0.10.19" }
grief-prevention = { module = "com.github.TechFortress:GriefPrevention", version = "16.18.4" }
towny = { module = "com.palmergames.bukkit.towny:towny", version = "0.101.0.2" }
towny = { module = "com.palmergames.bukkit.towny:towny", version = "0.101.1.0" }
lwc = { module = "com.griefcraft:lwc", version = "2.4.0" }
worldguard = { module = "com.sk89q.worldguard:worldguard-bukkit", version = "7.0.12" }
papi = { module = "me.clip:placeholderapi", version = "2.11.6" }
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.47" }
checker = { module = "org.checkerframework:checkerframework-gradle-plugin", version = "0.6.48" }

[bundles]
cloud = ["cloud-core", "cloud-minecraft"]
Expand Down
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.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
3 changes: 1 addition & 2 deletions gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ done
# shellcheck disable=SC2034
APP_BASE_NAME=${0##*/}
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
' "$PWD" ) || exit
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit

# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum
Expand Down

0 comments on commit 5e9e36c

Please sign in to comment.