Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
RealBauHD committed Oct 2, 2024
1 parent 221060f commit d6578b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
netty = "4.1.113.Final"
netty = "4.1.114.Final"
adventure = "4.17.0"
log4j = "2.24.0"
jline = "3.26.3"
log4j = "2.24.1"
jline = "3.27.0"

[plugins]
shadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" }
Expand Down Expand Up @@ -32,10 +32,10 @@ jansi = { group = "org.jline", name = "jansi", version.ref = "jline" }
slf4j = "org.slf4j:slf4j-api:2.0.16"
fastutil = "it.unimi.dsi:fastutil-core:8.5.14"
gson = "com.google.code.gson:gson:2.11.0"
guava = "com.google.guava:guava:33.3.0-jre"
guava = "com.google.guava:guava:33.3.1-jre"
brigadier = "com.mojang:brigadier:1.0.18"
velocity-native = "com.velocitypowered:velocity-native:3.3.0-SNAPSHOT"
zstd = "com.github.luben:zstd-jni:1.5.6-5"
zstd = "com.github.luben:zstd-jni:1.5.6-6"

junit = "org.junit.jupiter:junit-jupiter:5.11.0"

Expand Down
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.10.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit d6578b0

Please sign in to comment.