Skip to content

Commit

Permalink
Update netty
Browse files Browse the repository at this point in the history
  • Loading branch information
tbenr authored Nov 20, 2024
1 parent 461d8c8 commit dfca599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencyManagement {
entry 'protobuf-java'
entry 'protoc'
}
dependencySet(group: "io.netty", version: "4.1.113.Final") {
dependencySet(group: "io.netty", version: "4.1.115.Final") {
entry 'netty-common'
entry 'netty-handler'
entry 'netty-transport'
Expand All @@ -47,4 +47,4 @@ dependencyManagement {
entry 'bctls-jdk18on'
}
}
}
}

0 comments on commit dfca599

Please sign in to comment.