Skip to content

Commit

Permalink
chore(deps): force apache http client
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Mar 2, 2023
1 parent f9c89d0 commit 686be2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ allprojects {
// ugly bug on google cloud plugins
force("com.google.protobuf:protobuf-java:3.21.10")
force("com.google.protobuf:protobuf-java-util:3.21.10")

// ugly bug for elastic plugins
force("org.apache.httpcomponents:httpclient:4.5.13")
}
}

Expand Down

0 comments on commit 686be2f

Please sign in to comment.