We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c36c84 commit 7c44d34Copy full SHA for 7c44d34
build.sbt
@@ -31,7 +31,7 @@ lazy val root: Project = project
31
"org.apache.beam" % "beam-runners-direct-java" % beamVersion,
32
"org.apache.beam" % "beam-runners-google-cloud-dataflow-java" % beamVersion,
33
"org.slf4j" % "slf4j-simple" % "1.7.32",
34
- "com.google.http-client" % "google-http-client-apache-v2" % "1.38.1"
+ "com.google.http-client" % "google-http-client-apache-v2" % "1.45.3"
35
)
36
37
.enablePlugins(JavaAppPackaging)
0 commit comments