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 Feb 7, 2024
1 parent 308d526 commit 59df94b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
18 changes: 9 additions & 9 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ paper = "1.20.4-R0.1-SNAPSHOT"
sponge-api = "11.0.0-SNAPSHOT"
sponge-common = "1.20.1-11.0.0-SNAPSHOT"
minecraft = "1.20.4"
fabric-loom = "1.5.6"
fabric-api = "0.95.1+1.20.4"
fabric-loom = "1.5.7"
fabric-api = "0.95.5+1.20.5"
fabric-loader = "0.15.6"
shadow = "8.1.1"
flyway = "10.6.0"
junit = "5.10.1"
flyway = "10.7.1"
junit = "5.10.2"

[libraries]
storage = { module = "me.moros:storage", version = "3.2.0" }
Expand All @@ -30,10 +30,10 @@ tasker-fabric = { module = "me.moros:tasker-fabric", version.ref = "tasker" }

javapoet = { module = "com.squareup:javapoet", version = "1.13.0" }
gson = { module = "com.google.code.gson:gson", version = "2.10.1" }
articdata = { module = "de.articdive:articdata", version = "1.20.1-77b86bc4" }
articdata = { module = "de.articdive:articdata", version = "1.20.4-cb27856f" }
caffeine = { module = "com.github.ben-manes.caffeine:caffeine", version = "3.1.8" }
guava = { module = "com.google.guava:guava", version = "33.0.0-jre" }
jdbi = { module = "org.jdbi:jdbi3-core", version = "3.43.0" }
jdbi = { module = "org.jdbi:jdbi3-core", version = "3.44.0" }
hikari = { module = "com.zaxxer:HikariCP", version = "5.1.0" }
flyway-core = { module = "org.flywaydb:flyway-core", version.ref = "flyway" }
flyway-mysql = { module = "org.flywaydb:flyway-mysql", version.ref = "flyway" }
Expand Down Expand Up @@ -84,7 +84,7 @@ fabric-permissions = { module = "me.lucko:fabric-permissions-api", version = "0.
paper = { module = "io.papermc.paper:paper-api", version.ref = "paper" }
inventory-framework = { module = "com.github.stefvanschie.inventoryframework:IF", version = "0.10.13" }
grief-prevention = { module = "com.github.TechFortress:GriefPrevention", version = "16.18.1" }
towny = { module = "com.palmergames.bukkit.towny:towny", version = "0.100.1.4" }
towny = { module = "com.palmergames.bukkit.towny:towny", version = "0.100.1.10" }
lwc = { module = "com.griefcraft:lwc", version = "2.3.1" }
worldguard = { module = "com.sk89q.worldguard:worldguard-bukkit", version = "7.0.9" }
papi = { module = "me.clip:placeholderapi", version = "2.11.5" }
Expand Down Expand Up @@ -114,5 +114,5 @@ jmh = { id = "me.champeau.jmh", version = "0.7.2" }
fabric-loom = { id = "fabric-loom", version.ref = "fabric-loom" }
userdev = { id = "io.papermc.paperweight.userdev", version = "1.5.11" }
sponge = { id = "org.spongepowered.gradle.plugin", version = "2.2.0" }
hangar = { id = "io.papermc.hangar-publish-plugin", version = "0.1.1" }
run-paper = { id = "xyz.jpenilla.run-paper", version = "2.2.2" }
hangar = { id = "io.papermc.hangar-publish-plugin", version = "0.1.2" }
run-paper = { id = "xyz.jpenilla.run-paper", version = "2.2.3" }
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.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
20 changes: 10 additions & 10 deletions gradlew.bat
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ set JAVA_EXE=java.exe
%JAVA_EXE% -version >NUL 2>&1
if %ERRORLEVEL% equ 0 goto execute

echo.
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
echo.
echo Please set the JAVA_HOME variable in your environment to match the
echo location of your Java installation.
echo. 1>&2
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2
echo. 1>&2
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
echo location of your Java installation. 1>&2

goto fail

Expand All @@ -57,11 +57,11 @@ set JAVA_EXE=%JAVA_HOME%/bin/java.exe

if exist "%JAVA_EXE%" goto execute

echo.
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
echo.
echo Please set the JAVA_HOME variable in your environment to match the
echo location of your Java installation.
echo. 1>&2
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2
echo. 1>&2
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
echo location of your Java installation. 1>&2

goto fail

Expand Down

0 comments on commit 59df94b

Please sign in to comment.