We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab6b677 + 2707d24 commit 91544ebCopy full SHA for 91544eb
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.36",
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