From 5b2b4a6484e8ef5057015792e44f2e245bfd4559 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 20:25:52 +0000 Subject: [PATCH] [CORE-69]: Bump the minor-patch-dependencies group across 1 directory with 3 updates Bumps the minor-patch-dependencies group with 3 updates in the / directory: [io.projectreactor.netty:reactor-netty-http](https://github.com/reactor/reactor-netty), bio.terra:terra-common-lib and com.google.auth:google-auth-library-oauth2-http. Updates `io.projectreactor.netty:reactor-netty-http` from 1.1.23 to 1.2.0 - [Release notes](https://github.com/reactor/reactor-netty/releases) - [Commits](https://github.com/reactor/reactor-netty/compare/v1.1.23...v1.2.0) Updates `bio.terra:terra-common-lib` from 1.1.20-SNAPSHOT to 1.1.22-SNAPSHOT Updates `com.google.auth:google-auth-library-oauth2-http` from 1.29.0 to 1.30.0 --- updated-dependencies: - dependency-name: io.projectreactor.netty:reactor-netty-http dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/buffer-clienttests/build.gradle b/buffer-clienttests/build.gradle index 352ce46b..5a8340ef 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.29.0" + googleOauth2 = "1.30.0" bufferServiceClient = "0.4.3-SNAPSHOT" testRunner = "0.2.0-SNAPSHOT" diff --git a/build.gradle b/build.gradle index e5dd02fb..2add2edb 100644 --- a/build.gradle +++ b/build.gradle @@ -64,7 +64,7 @@ repositories { dependencies { // Terra deps - we get Stairway via TCL - implementation group: 'bio.terra', name: 'terra-common-lib', version: '1.1.20-SNAPSHOT' + implementation group: 'bio.terra', name: 'terra-common-lib', version: '1.1.22-SNAPSHOT' implementation group: 'bio.terra', name: 'terra-cloud-resource-lib', version: '1.2.31-SNAPSHOT' implementation group: 'bio.terra', name: 'terra-resource-janitor-client', version: '0.113.38-SNAPSHOT' @@ -114,7 +114,7 @@ dependencies { constraints { implementation('org.yaml:snakeyaml:2.3') implementation('com.nimbusds:nimbus-jose-jwt:9.46') - implementation('io.projectreactor.netty:reactor-netty-http:1.1.23') + implementation('io.projectreactor.netty:reactor-netty-http:1.2.0') implementation('com.fasterxml.jackson:jackson-bom:2.18.1') } }