Skip to content

Commit

Permalink
Bump netty transport (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotasek authored Oct 19, 2023
1 parent c1e539d commit 5760632
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@ dependencies {
implementation("io.netty:netty-handler:4.1.100.Final") {
because("previous versions have a bug impacting this application")
}
implementation("io.netty:netty-transport-classes-epoll:4.1.100.Final") {
because("previous versions have a bug impacting this application")
}
}
}

Expand Down

0 comments on commit 5760632

Please sign in to comment.