Skip to content

Commit

Permalink
Bump version of netty-all
Browse files Browse the repository at this point in the history
  • Loading branch information
magx2 committed Nov 29, 2024
1 parent b4830ef commit 20388de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repositories {

dependencies {
api rootProject.project("protocol")
api group: 'io.netty', name: 'netty-all', version: '4.1.112.Final'
api group: 'io.netty', name: 'netty-all', version: '4.1.115.Final'
implementation group: 'jakarta.annotation', name: 'jakarta.annotation-api', version: '2.1.1'
implementation 'org.javatuples:javatuples:1.2'

Expand Down

0 comments on commit 20388de

Please sign in to comment.