Skip to content

Commit 9a110d8

Browse files
Merge pull request #48 from PrimordialMoros/renovate/all-minor-patch
Update all non-major dependencies
2 parents 8f7fd49 + 59df94b commit 9a110d8

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

gradle/libs.versions.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ paper = "1.20.4-R0.1-SNAPSHOT"
1111
sponge-api = "11.0.0-SNAPSHOT"
1212
sponge-common = "1.20.1-11.0.0-SNAPSHOT"
1313
minecraft = "1.20.4"
14-
fabric-loom = "1.5.6"
15-
fabric-api = "0.95.1+1.20.4"
14+
fabric-loom = "1.5.7"
15+
fabric-api = "0.95.5+1.20.5"
1616
fabric-loader = "0.15.6"
1717
shadow = "8.1.1"
18-
flyway = "10.6.0"
19-
junit = "5.10.1"
18+
flyway = "10.7.1"
19+
junit = "5.10.2"
2020

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

3131
javapoet = { module = "com.squareup:javapoet", version = "1.13.0" }
3232
gson = { module = "com.google.code.gson:gson", version = "2.10.1" }
33-
articdata = { module = "de.articdive:articdata", version = "1.20.1-77b86bc4" }
33+
articdata = { module = "de.articdive:articdata", version = "1.20.4-cb27856f" }
3434
caffeine = { module = "com.github.ben-manes.caffeine:caffeine", version = "3.1.8" }
3535
guava = { module = "com.google.guava:guava", version = "33.0.0-jre" }
36-
jdbi = { module = "org.jdbi:jdbi3-core", version = "3.43.0" }
36+
jdbi = { module = "org.jdbi:jdbi3-core", version = "3.44.0" }
3737
hikari = { module = "com.zaxxer:HikariCP", version = "5.1.0" }
3838
flyway-core = { module = "org.flywaydb:flyway-core", version.ref = "flyway" }
3939
flyway-mysql = { module = "org.flywaydb:flyway-mysql", version.ref = "flyway" }
@@ -84,7 +84,7 @@ fabric-permissions = { module = "me.lucko:fabric-permissions-api", version = "0.
8484
paper = { module = "io.papermc.paper:paper-api", version.ref = "paper" }
8585
inventory-framework = { module = "com.github.stefvanschie.inventoryframework:IF", version = "0.10.13" }
8686
grief-prevention = { module = "com.github.TechFortress:GriefPrevention", version = "16.18.1" }
87-
towny = { module = "com.palmergames.bukkit.towny:towny", version = "0.100.1.4" }
87+
towny = { module = "com.palmergames.bukkit.towny:towny", version = "0.100.1.10" }
8888
lwc = { module = "com.griefcraft:lwc", version = "2.3.1" }
8989
worldguard = { module = "com.sk89q.worldguard:worldguard-bukkit", version = "7.0.9" }
9090
papi = { module = "me.clip:placeholderapi", version = "2.11.5" }
@@ -114,5 +114,5 @@ jmh = { id = "me.champeau.jmh", version = "0.7.2" }
114114
fabric-loom = { id = "fabric-loom", version.ref = "fabric-loom" }
115115
userdev = { id = "io.papermc.paperweight.userdev", version = "1.5.11" }
116116
sponge = { id = "org.spongepowered.gradle.plugin", version = "2.2.0" }
117-
hangar = { id = "io.papermc.hangar-publish-plugin", version = "0.1.1" }
118-
run-paper = { id = "xyz.jpenilla.run-paper", version = "2.2.2" }
117+
hangar = { id = "io.papermc.hangar-publish-plugin", version = "0.1.2" }
118+
run-paper = { id = "xyz.jpenilla.run-paper", version = "2.2.3" }

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

gradlew.bat

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ set JAVA_EXE=java.exe
4343
%JAVA_EXE% -version >NUL 2>&1
4444
if %ERRORLEVEL% equ 0 goto execute
4545

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

5252
goto fail
5353

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

5858
if exist "%JAVA_EXE%" goto execute
5959

60-
echo.
61-
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
62-
echo.
63-
echo Please set the JAVA_HOME variable in your environment to match the
64-
echo location of your Java installation.
60+
echo. 1>&2
61+
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2
62+
echo. 1>&2
63+
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
64+
echo location of your Java installation. 1>&2
6565

6666
goto fail
6767

0 commit comments

Comments
 (0)