Skip to content

Commit

Permalink
Merge pull request #39 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 Nov 7, 2023
2 parents 0bfc174 + 08fe1e2 commit ab4fec9
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ paper = "1.20.2-R0.1-SNAPSHOT"
sponge-api = "11.0.0-SNAPSHOT"
sponge-common = "1.20.1-11.0.0-SNAPSHOT"
minecraft = "1.20.2"
fabric-loom = "1.4.1"
fabric-api = "0.90.0+1.20.2"
fabric-loader = "0.14.23"
fabric-loom = "1.4.4"
fabric-api = "0.90.7+1.20.3"
fabric-loader = "0.14.24"
shadow = "8.1.1"
flyway = "9.22.2"
junit = "5.10.0"
flyway = "9.22.3"
junit = "5.10.1"

[libraries]
storage = { module = "me.moros:storage", version = "3.2.0" }
Expand All @@ -32,9 +32,9 @@ 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" }
caffeine = { module = "com.github.ben-manes.caffeine:caffeine", version = "3.1.8" }
guava = { module = "com.google.guava:guava", version = "32.1.2-jre" }
guava = { module = "com.google.guava:guava", version = "32.1.3-jre" }
jdbi = { module = "org.jdbi:jdbi3-core", version = "3.41.3" }
hikari = { module = "com.zaxxer:HikariCP", version = "5.0.1" }
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" }
eventbus = { module = "net.kyori:event-api", version = "5.0.0-SNAPSHOT" }
Expand All @@ -48,7 +48,7 @@ adventure-fabric = { module = "net.kyori:adventure-platform-fabric", version.ref
adventure-legacy = { module = "net.kyori:adventure-text-serializer-legacy", version.ref = "adventure" }

luckperms-api = { module = "net.luckperms:api", version = "5.4" }
mini-placeholders = { module = "io.github.miniplaceholders:miniplaceholders-api", version = "2.2.1" }
mini-placeholders = { module = "io.github.miniplaceholders:miniplaceholders-api", version = "2.2.2" }

configurate-core = { module = "org.spongepowered:configurate-core", version.ref = "configurate" }
configurate-hocon = { module = "org.spongepowered:configurate-hocon", version.ref = "configurate" }
Expand All @@ -64,7 +64,7 @@ cloud-fabric = { module = "cloud.commandframework:cloud-fabric", version.ref = "
cloud-sponge = { module = "cloud.commandframework:cloud-sponge", version.ref = "cloud-snapshot" }

# Databases
mysql = { module = "com.mysql:mysql-connector-j", version = "8.1.0" }
mysql = { module = "com.mysql:mysql-connector-j", version = "8.2.0" }
mariadb = { module = "org.mariadb.jdbc:mariadb-java-client", version = "3.2.0" }
postgresql = { module = "org.postgresql:postgresql", version = "42.6.0" }
h2 = { module = "com.h2database:h2", version = "2.2.224" }
Expand All @@ -80,12 +80,12 @@ fabric-permissions = { module = "me.lucko:fabric-permissions-api", version = "0.

# Bukkit
paper = { module = "io.papermc.paper:paper-api", version.ref = "paper" }
inventory-framework = { module = "com.github.stefvanschie.inventoryframework:IF", version = "0.10.11" }
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.99.6.0" }
towny = { module = "com.palmergames.bukkit.towny:towny", version = "0.100.0.1" }
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.4" }
papi = { module = "me.clip:placeholderapi", version = "2.11.5" }

# Sponge
sponge-api = { module = "org.spongepowered:spongeapi", version.ref = "sponge-api" }
Expand All @@ -96,7 +96,7 @@ sponge-mixin = { module = "org.spongepowered:mixin", version = "0.8.5" }
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.4" }
checker = { module = "org.checkerframework:checkerframework-gradle-plugin", version = "0.6.34" }
checker = { module = "org.checkerframework:checkerframework-gradle-plugin", version = "0.6.35" }

[bundles]
cloud = ["cloud-core", "cloud-minecraft"]
Expand All @@ -108,9 +108,9 @@ flyway = ["flyway-core", "flyway-mysql"]
junit = ["junit-api", "junit-engine"]

[plugins]
jmh = { id = "me.champeau.jmh", version = "0.7.1" }
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.8" }
userdev = { id = "io.papermc.paperweight.userdev", version = "1.5.9" }
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.0" }

0 comments on commit ab4fec9

Please sign in to comment.