Skip to content

Commit

Permalink
fix(deps): update netty monorepo to v4.1.110.final
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 22, 2024
1 parent c47a688 commit 82d888d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ allprojects {

compileOnly("com.viaversion:viaversion-bukkit:${viaVersionVersion}")

compileOnly("io.netty:netty-buffer:4.1.101.Final")
compileOnly("io.netty:netty-handler:4.1.101.Final")
compileOnly("io.netty:netty-buffer:4.1.110.Final")
compileOnly("io.netty:netty-handler:4.1.110.Final")

compileOnly("io.github.miniplaceholders:miniplaceholders-api:${miniPlaceholdersVersion}")

Expand Down

0 comments on commit 82d888d

Please sign in to comment.