Skip to content

Commit

Permalink
[CORE-69]: Bump the minor-patch-dependencies group with 5 updates
Browse files Browse the repository at this point in the history
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](googleapis/java-cloud-bom@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 884f9a1 commit a9ee994
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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 {
Expand Down

0 comments on commit a9ee994

Please sign in to comment.