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 8, 2025
1 parent 0d0b1e4 commit 8392821
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
18 changes: 9 additions & 9 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.1+1.21.4"
fabric-loader = "0.16.10"
shadow = "8.3.5"
flyway = "11.0.1"
junit = "5.11.3"
flyway = "11.1.1"
junit = "5.11.4"

[libraries]
storage = { module = "me.moros:storage", version.ref = "storage" }
Expand Down Expand Up @@ -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.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" }
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.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 8392821

Please sign in to comment.