Skip to content

Commit

Permalink
netty-handler-version-fix (#35)
Browse files Browse the repository at this point in the history
Co-authored-by: nittamathew <[email protected]>
  • Loading branch information
nittamathew and nittamathew authored Sep 29, 2023
1 parent 7fe9a6d commit 67320f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ subprojects {
if (details.requested.group == 'org.yaml') {
details.useVersion '2.2'
}
if (details.requested.group == 'io.netty' && details.requested.version == '4.1.70.Final') {
if (details.requested.group == 'io.netty' && details.requested.version == '4.1.92.Final') {
details.useVersion "4.1.94.Final"
}
}
Expand Down

0 comments on commit 67320f7

Please sign in to comment.