Skip to content

Commit

Permalink
Bump http2 dependencies (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotasek authored Oct 18, 2023
1 parent 8448f81 commit 4228129
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,13 @@ dependencies {
implementation("org.apache.zookeeper:zookeeper:3.9.1") {
because("previous versions have a bug impacting this application")
}
implementation("org.eclipse.jetty.http2:http2-client:11.0.17") {
because("previous versions have a bug impacting this application")
}
implementation("org.eclipse.jetty.http2:http2-http-client-transport:11.0.17") {
because("previous versions have a bug impacting this application")
}

}
}

Expand Down

0 comments on commit 4228129

Please sign in to comment.