Skip to content

Commit

Permalink
Close #489 - Update google-auth-library-oauth2-http to 1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cchantep committed Aug 6, 2024
1 parent 38d01a3 commit c02e3a3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ commands:
- checkout
- setup_sbt

- run:
name: 'Clean Ceph tests'
command: 'rm -f s3/src/test/scala/S3CephSpec.scala'

- build_n_test:
java_version: << parameters.java_version >>
scala_version: << parameters.scala_version >>
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ lazy val google = project
libraryDependencies ++= Dependencies.playAhcWS.value ++ Seq(
"com.typesafe.play" %% "play-json" % Dependencies.Version.playJson.value,
Dependencies.playWSJson.value,
"com.google.auth" % "google-auth-library-oauth2-http" % "1.19.0",
"com.google.auth" % "google-auth-library-oauth2-http" % "1.24.0",
"com.google.apis" % "google-api-services-storage" % "v1-rev20210127-1.31.0"
)
)
Expand Down
4 changes: 2 additions & 2 deletions core/src/test/scala/StorageCommonSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ trait StorageCommonSpec extends BenjiMatchers with ErrorCommonSpec {
} and {
bucket must existsIn(storage, rwConsistencyRetry, rwConsistencyDuration)
}
} tag "wip"
}

s"List objects of the empty $bucketName bucket" in assertAllStagesStopped {
eventually(2, 3.seconds) {
Expand Down Expand Up @@ -275,7 +275,7 @@ trait StorageCommonSpec extends BenjiMatchers with ErrorCommonSpec {
file2 must notExistsIn(defaultBucketRef, 2, 3.seconds)
.setMessage("file2 must no longer exist")
}
} tag "wip"
}

"Write and move file" >> {
def moveSpec[R](
Expand Down

0 comments on commit c02e3a3

Please sign in to comment.