From a9ee99432790a12b7adf7adba5566e8adcfafc95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 14:07:05 +0000 Subject: [PATCH] [CORE-69]: Bump the minor-patch-dependencies group with 5 updates Bumps the minor-patch-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom) | `26.49.0` | `26.50.0` | | [au.com.dius.pact.consumer:junit5](https://github.com/pact-foundation/pact-jvm) | `4.6.14` | `4.6.15` | | [au.com.dius.pact.provider:junit5](https://github.com/pact-foundation/pact-jvm) | `4.6.14` | `4.6.15` | | [au.com.dius.pact.provider:junit5spring](https://github.com/pact-foundation/pact-jvm) | `4.6.14` | `4.6.15` | | [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) | `9.42` | `9.45` | 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.consumer: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: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.nimbusds:nimbus-jose-jwt` from 9.42 to 9.45 - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.45..9.42) --- 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.consumer:junit5 dependency-type: direct:production update-type: version-update:semver-patch 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.nimbusds:nimbus-jose-jwt dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] --- service/build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/service/build.gradle b/service/build.gradle index 72e72061..4cc0f221 100644 --- a/service/build.gradle +++ b/service/build.gradle @@ -26,13 +26,13 @@ dependencies { implementation 'org.springframework:spring-aspects' implementation group: "org.apache.commons", name: "commons-lang3" implementation group: 'jakarta.ws.rs', name: 'jakarta.ws.rs-api', version: '3.1.0' - implementation group: 'com.nimbusds', name: 'nimbus-jose-jwt', version: '9.42' + implementation group: 'com.nimbusds', name: 'nimbus-jose-jwt', version: '9.45' implementation 'org.springframework.boot:spring-boot-starter-actuator' implementation 'io.micrometer:micrometer-registry-prometheus' // Google dependencies - implementation platform('com.google.cloud:libraries-bom:26.49.0') + implementation platform('com.google.cloud:libraries-bom:26.50.0') // Cloud Resource Library implementation group: "com.azure.resourcemanager", name: "azure-resourcemanager-managedapplications", version: "1.0.0-beta.4" @@ -56,9 +56,9 @@ dependencies { // Allows us to mock final classes testImplementation 'org.mockito:mockito-inline:5.2.0' - testImplementation 'au.com.dius.pact.consumer:junit5:4.6.14' - 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.consumer:junit5:4.6.15' + testImplementation("au.com.dius.pact.provider:junit5:4.6.15") + testImplementation("au.com.dius.pact.provider:junit5spring:4.6.15") testImplementation 'com.google.code.findbugs:annotations:3.0.1u2' } test {