This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new ce2b214ee upgrade google-auth dependency (#256)
ce2b214ee is described below
commit ce2b214ee5c13356a2c70df8f1b2255fdb51242f
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Oct 7 14:34:47 2023 +0100
upgrade google-auth dependency (#256)
---
project/Dependencies.scala | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 4d443d62e..0dbd617a9 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -53,6 +53,7 @@ object Dependencies {
val CouchbaseVersion = "2.7.16"
val CouchbaseVersionForDocs = "2.7"
+ val GoogleAuthVersion = "1.20.0"
val JwtCoreVersion = "3.0.1"
val log4jOverSlf4jVersion = "1.7.36"
@@ -195,7 +196,7 @@ object Dependencies {
"org.apache.pekko" %% "pekko-http" % PekkoHttpVersion,
"org.apache.pekko" %% "pekko-http-spray-json" % PekkoHttpVersion,
"com.github.jwt-scala" %% "jwt-json-common" % "7.1.5", // ApacheV2
- "com.google.auth" % "google-auth-library-credentials" % "0.24.1", // BSD
3-clause
+ "com.google.auth" % "google-auth-library-credentials" %
GoogleAuthVersion, // BSD 3-clause
"io.specto" % "hoverfly-java" % hoverflyVersion % Test // ApacheV2
) ++ Mockito)
@@ -236,7 +237,7 @@ object Dependencies {
//
https://github.com/googleapis/java-pubsub/tree/master/proto-google-cloud-pubsub-v1/
"com.google.cloud" % "google-cloud-pubsub" % "1.112.5" % "protobuf-src",
"io.grpc" % "grpc-auth" %
org.apache.pekko.grpc.gen.BuildInfo.grpcVersion,
- "com.google.auth" % "google-auth-library-oauth2-http" % "0.22.2",
+ "com.google.auth" % "google-auth-library-oauth2-http" %
GoogleAuthVersion,
"com.google.protobuf" % "protobuf-java" % protobufJavaVersion,
// pull in Pekko Discovery for our Pekko version
"org.apache.pekko" %% "pekko-discovery" % PekkoVersion))
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]