Skip to content

Commit

Permalink
Bump netty (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotasek authored Oct 19, 2023
1 parent d3ca181 commit 5580116
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,9 @@ dependencies {
implementation("org.eclipse.jetty.http2:http2-http-client-transport:11.0.17") {
because("previous versions have a bug impacting this application")
}

implementation("io.netty:netty-handler:4.1.100.Final") {
because("previous versions have a bug impacting this application")
}
}
}

Expand Down

0 comments on commit 5580116

Please sign in to comment.