From ae8fceaf3c6b7436433f4c1cb0c25ebbd58e1263 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 11:28:32 +0000 Subject: [PATCH] [CORE-69]: Bump the minor-patch-dependencies group with 2 updates Bumps the minor-patch-dependencies group with 2 updates: bio.terra:terra-common-lib and com.google.auth:google-auth-library-oauth2-http. Updates `bio.terra:terra-common-lib` from 1.1.30-SNAPSHOT to 1.1.35-SNAPSHOT Updates `com.google.auth:google-auth-library-oauth2-http` from 1.31.0 to 1.32.1 --- updated-dependencies: - dependency-name: bio.terra:terra-common-lib dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: com.google.auth:google-auth-library-oauth2-http dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] --- buffer-clienttests/build.gradle | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/buffer-clienttests/build.gradle b/buffer-clienttests/build.gradle index bb469951..fa2e0bc7 100644 --- a/buffer-clienttests/build.gradle +++ b/buffer-clienttests/build.gradle @@ -25,7 +25,7 @@ dependencies { slf4j = "2.0.16" hamcrest = "3.0" - googleOauth2 = "1.31.0" + googleOauth2 = "1.32.1" bufferServiceClient = "0.4.3-SNAPSHOT" testRunner = "0.2.1-SNAPSHOT" diff --git a/build.gradle b/build.gradle index 0b398083..560dca1a 100644 --- a/build.gradle +++ b/build.gradle @@ -65,7 +65,7 @@ repositories { dependencies { // Terra deps - we get Stairway via TCL - implementation group: 'bio.terra', name: 'terra-common-lib', version: '1.1.30-SNAPSHOT' + implementation group: 'bio.terra', name: 'terra-common-lib', version: '1.1.35-SNAPSHOT' implementation group: 'bio.terra', name: 'terra-cloud-resource-lib', version: '1.2.34-SNAPSHOT' implementation group: 'bio.terra', name: 'terra-resource-janitor-client', version: '0.113.40-SNAPSHOT'