Skip to content

Commit

Permalink
chore: update dependencies (#73)
Browse files Browse the repository at this point in the history
* chore(deps): update gradle/wrapper-validation-action action to v2

* fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.10.2

* fix(deps): update dependency org.slf4j:slf4j-api to v2.0.12

* fix(deps): update dependency it.unimi.dsi:fastutil-core to v8.5.13

* fix(deps): update netty monorepo to v4.1.107.final

* fix(deps): update log4j2 monorepo to v2.23.0

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
RealBauHD and renovate[bot] authored Feb 23, 2024
1 parent 3cd9b7d commit 771b894
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v1
uses: gradle/wrapper-validation-action@v2

- name: Setup Java
uses: actions/setup-java@v4
Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
netty = "4.1.104.Final"
netty = "4.1.107.Final"
adventure = "4.14.0"
log4j = "2.22.1"
log4j = "2.23.0"
jline = "3.25.1"

[plugins]
Expand Down Expand Up @@ -29,15 +29,15 @@ log4j-slf4j = { group = "org.apache.logging.log4j", name = "log4j-slf4j2-impl",
jline = { group = "org.jline", name = "jline-reader", version.ref = "jline" }
jansi = { group = "org.jline", name = "jansi", version.ref = "jline" }

slf4j = "org.slf4j:slf4j-api:2.0.11"
fastutil = "it.unimi.dsi:fastutil-core:8.5.12"
slf4j = "org.slf4j:slf4j-api:2.0.12"
fastutil = "it.unimi.dsi:fastutil-core:8.5.13"
gson = "com.google.code.gson:gson:2.10.1"
guava = "com.google.guava:guava:33.0.0-jre"
brigadier = "com.mojang:brigadier:1.0.18"
velocity-native = "com.velocitypowered:velocity-native:3.2.0-SNAPSHOT"
zstd = "com.github.luben:zstd-jni:1.5.5-11"

junit = "org.junit.jupiter:junit-jupiter:5.10.1"
junit = "org.junit.jupiter:junit-jupiter:5.10.2"

[bundles]
netty = ["netty-codec", "netty-transport", "netty-transport-epoll"]
Expand Down

0 comments on commit 771b894

Please sign in to comment.