From 8cd4b72044a72c261a934512299e34f47c9ea0a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 11:39:48 +0000 Subject: [PATCH] [DCJ-400-gradle]: Bump the minor-patch-dependencies group with 4 updates Bumps the minor-patch-dependencies group with 4 updates: [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom), [au.com.dius.pact.provider:junit5](https://github.com/pact-foundation/pact-jvm), [au.com.dius.pact.provider:junit5spring](https://github.com/pact-foundation/pact-jvm) and com.fasterxml.jackson.datatype:jackson-datatype-jsr310. Updates `com.google.cloud:libraries-bom` from 26.49.0 to 26.50.0 - [Release notes](https://github.com/googleapis/java-cloud-bom/releases) - [Changelog](https://github.com/googleapis/java-cloud-bom/blob/main/release-please-config.json) - [Commits](https://github.com/googleapis/java-cloud-bom/compare/v26.49.0...v26.50.0) Updates `au.com.dius.pact.provider:junit5` from 4.6.14 to 4.6.15 - [Release notes](https://github.com/pact-foundation/pact-jvm/releases) - [Changelog](https://github.com/pact-foundation/pact-jvm/blob/master/CHANGELOG.md) - [Commits](https://github.com/pact-foundation/pact-jvm/commits) Updates `au.com.dius.pact.provider:junit5spring` from 4.6.14 to 4.6.15 - [Release notes](https://github.com/pact-foundation/pact-jvm/releases) - [Changelog](https://github.com/pact-foundation/pact-jvm/blob/master/CHANGELOG.md) - [Commits](https://github.com/pact-foundation/pact-jvm/commits) Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.18.0 to 2.18.1 --- updated-dependencies: - dependency-name: com.google.cloud:libraries-bom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: au.com.dius.pact.provider:junit5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: au.com.dius.pact.provider:junit5spring dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] --- build.gradle | 6 +++--- datarepo-client/build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index d75b155c4f..a6cdfaf30c 100644 --- a/build.gradle +++ b/build.gradle @@ -164,7 +164,7 @@ dependencies { implementation 'com.google.apis:google-api-services-oauth2:v2-rev20200213-2.0.0' implementation 'com.google.apis:google-api-services-iam:v1-rev20230209-2.0.0' - implementation platform('com.google.cloud:libraries-bom:26.49.0') + implementation platform('com.google.cloud:libraries-bom:26.50.0') implementation 'com.google.cloud:google-cloud-billing' implementation 'com.google.cloud:google-cloud-resourcemanager' implementation 'com.google.cloud:google-cloud-bigquery' @@ -256,8 +256,8 @@ dependencies { exclude group: 'org.slf4j', module: 'slf4j-reload4j' } - testImplementation 'au.com.dius.pact.provider:junit5:4.6.14' - testImplementation 'au.com.dius.pact.provider:junit5spring:4.6.14' + testImplementation 'au.com.dius.pact.provider:junit5:4.6.15' + testImplementation 'au.com.dius.pact.provider:junit5spring:4.6.15' antlr 'org.antlr:antlr4:4.13.2' diff --git a/datarepo-client/build.gradle b/datarepo-client/build.gradle index 05f5c28e33..21c0778269 100644 --- a/datarepo-client/build.gradle +++ b/datarepo-client/build.gradle @@ -30,7 +30,7 @@ repositories { dependencies { ext { jersey = "3.1.9" - jackson = "2.18.0" + jackson = "2.18.1" swaggerAnnotations = "2.2.25" }