Skip to content

Commit b90521c

Browse files
Update all non-major dependencies
1 parent 0d0b1e4 commit b90521c

File tree

3 files changed

+12
-13
lines changed

3 files changed

+12
-13
lines changed

gradle/libs.versions.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
storage = "3.3.0"
33
math = "3.0.0"
44
tasker = "1.2.0"
5-
adventure = "4.17.0"
6-
adventure-fabric = "6.1.0"
5+
adventure = "4.18.0"
6+
adventure-fabric = "6.2.0"
77
configurate = "4.2.0-SNAPSHOT"
88
cloud = "2.0.0"
99
cloud-platform = "2.0.0-SNAPSHOT"
1010
bstats = "3.1.0"
11-
sponge-api = "13.0.0-SNAPSHOT"
11+
sponge-api = "13.0.0"
1212
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.111.0+1.21.4"
17-
fabric-loader = "0.16.9"
16+
fabric-api = "0.114.2+1.21.4"
17+
fabric-loader = "0.16.10"
1818
shadow = "8.3.5"
19-
flyway = "11.0.1"
20-
junit = "5.11.3"
19+
flyway = "11.1.1"
20+
junit = "5.11.4"
2121

2222
[libraries]
2323
storage = { module = "me.moros:storage", version.ref = "storage" }
@@ -78,9 +78,9 @@ 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.19-dev" }
81+
inventory-framework = { module = "com.github.stefvanschie.inventoryframework:IF", version = "0.10.19" }
8282
grief-prevention = { module = "com.github.TechFortress:GriefPrevention", version = "16.18.4" }
83-
towny = { module = "com.palmergames.bukkit.towny:towny", version = "0.101.0.2" }
83+
towny = { module = "com.palmergames.bukkit.towny:towny", version = "0.101.1.0" }
8484
lwc = { module = "com.griefcraft:lwc", version = "2.4.0" }
8585
worldguard = { module = "com.sk89q.worldguard:worldguard-bukkit", version = "7.0.12" }
8686
papi = { module = "me.clip:placeholderapi", version = "2.11.6" }
@@ -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.47" }
97+
checker = { module = "org.checkerframework:checkerframework-gradle-plugin", version = "0.6.48" }
9898

9999
[bundles]
100100
cloud = ["cloud-core", "cloud-minecraft"]

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

gradlew

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ done
8686
# shellcheck disable=SC2034
8787
APP_BASE_NAME=${0##*/}
8888
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
89-
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
90-
' "$PWD" ) || exit
89+
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit
9190

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

0 commit comments

Comments
 (0)