We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 077b228 + a24ee77 commit 553c634Copy full SHA for 553c634
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" % "2.0.16",
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