Skip to content

Commit

Permalink
Merge pull request #42 from PrimordialMoros/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
Update all non-major dependencies
  • Loading branch information
PrimordialMoros authored Dec 6, 2023
2 parents 8a22253 + 304b70d commit c8e5441
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ sponge-api = "11.0.0-SNAPSHOT"
sponge-common = "1.20.1-11.0.0-SNAPSHOT"
minecraft = "1.20.2"
fabric-loom = "1.4.4"
fabric-api = "0.90.7+1.20.2"
fabric-loader = "0.14.24"
fabric-api = "0.91.1+1.20.4"
fabric-loader = "0.15.0"
shadow = "8.1.1"
flyway = "10.0.1"
flyway = "10.1.0"
junit = "5.10.1"

[libraries]
Expand All @@ -33,7 +33,7 @@ gson = { module = "com.google.code.gson:gson", version = "2.10.1" }
articdata = { module = "de.articdive:articdata", version = "1.20.1-77b86bc4" }
caffeine = { module = "com.github.ben-manes.caffeine:caffeine", version = "3.1.8" }
guava = { module = "com.google.guava:guava", version = "32.1.3-jre" }
jdbi = { module = "org.jdbi:jdbi3-core", version = "3.41.3" }
jdbi = { module = "org.jdbi:jdbi3-core", version = "3.42.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 @@ -65,24 +65,24 @@ cloud-sponge = { module = "cloud.commandframework:cloud-sponge", version.ref = "

# Databases
mysql = { module = "com.mysql:mysql-connector-j", version = "8.2.0" }
mariadb = { module = "org.mariadb.jdbc:mariadb-java-client", version = "3.3.0" }
postgresql = { module = "org.postgresql:postgresql", version = "42.7.0" }
mariadb = { module = "org.mariadb.jdbc:mariadb-java-client", version = "3.3.1" }
postgresql = { module = "org.postgresql:postgresql", version = "42.7.1" }
h2 = { module = "com.h2database:h2", version = "2.2.224" }
hsql = { module = "org.hsqldb:hsqldb", version = "2.7.2" }

# Fabric
fabric-minecraft = { module = "com.mojang:minecraft", version.ref = "minecraft" }
fabric-api = { module = "net.fabricmc.fabric-api:fabric-api", version.ref = "fabric-api" }
fabric-loader = { module = "net.fabricmc:fabric-loader", version.ref = "fabric-loader" }
fabric-placeholder = { module = "eu.pb4:placeholder-api", version = "2.2.0+1.20.2" }
fabric-placeholder = { module = "eu.pb4:placeholder-api", version = "2.3.0+1.20.3" }
sgui = { module = "eu.pb4:sgui", version = "1.3.0+1.20.2" }
fabric-permissions = { module = "me.lucko:fabric-permissions-api", version = "0.2-SNAPSHOT" }

# Bukkit
paper = { module = "io.papermc.paper:paper-api", version.ref = "paper" }
inventory-framework = { module = "com.github.stefvanschie.inventoryframework:IF", version = "0.10.12" }
grief-prevention = { module = "com.github.TechFortress:GriefPrevention", version = "16.18.1" }
towny = { module = "com.palmergames.bukkit.towny:towny", version = "0.100.0.5" }
towny = { module = "com.palmergames.bukkit.towny:towny", version = "0.100.0.8" }
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 All @@ -95,8 +95,8 @@ sponge-mixin = { module = "org.spongepowered:mixin", version = "0.8.5" }
# Plugins for build-logic
shadow = { module = "com.github.johnrengelman:shadow", version.ref = "shadow" }
vanilla = { module = "org.spongepowered:vanillagradle", version = "0.2.1-SNAPSHOT" }
minotaur = { module = "com.modrinth.minotaur:Minotaur", version = "2.8.5" }
checker = { module = "org.checkerframework:checkerframework-gradle-plugin", version = "0.6.35" }
minotaur = { module = "com.modrinth.minotaur:Minotaur", version = "2.8.7" }
checker = { module = "org.checkerframework:checkerframework-gradle-plugin", version = "0.6.36" }

[bundles]
cloud = ["cloud-core", "cloud-minecraft"]
Expand All @@ -110,7 +110,7 @@ junit = ["junit-api", "junit-engine"]
[plugins]
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.9" }
userdev = { id = "io.papermc.paperweight.userdev", version = "1.5.10" }
sponge = { id = "org.spongepowered.gradle.plugin", version = "2.2.0" }
hangar = { id = "io.papermc.hangar-publish-plugin", version = "0.1.0" }
run-paper = { id = "xyz.jpenilla.run-paper", version = "2.2.2" }
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
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.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit c8e5441

Please sign in to comment.