From 131728639952706e7170fd5266ab787221c6ee70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 11:34:42 +0000 Subject: [PATCH] [PF-2987]: Bump the minor-patch-dependencies group with 10 updates Bumps the minor-patch-dependencies group with 10 updates: | Package | From | To | | --- | --- | --- | | [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom) | `26.52.0` | `26.53.0` | | org.apache.commons:commons-pool2 | `2.12.0` | `2.12.1` | | [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) | `6.2.1` | `6.2.2` | | [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) | `6.2.1` | `6.2.2` | | [org.liquibase:liquibase-core](https://github.com/liquibase/liquibase) | `4.30.0` | `4.31.0` | | [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) | `5.14.2` | `5.15.2` | | [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.4.1` | `3.4.2` | | [com.azure:azure-messaging-servicebus](https://github.com/Azure/azure-sdk-for-java) | `7.17.7` | `7.17.8` | | [com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java) | `1.14.2` | `1.15.0` | | [io.netty:netty-bom](https://github.com/netty/netty) | `4.1.116.Final` | `4.1.117.Final` | Updates `com.google.cloud:libraries-bom` from 26.52.0 to 26.53.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.52.0...v26.53.0) Updates `org.apache.commons:commons-pool2` from 2.12.0 to 2.12.1 Updates `org.springframework:spring-context` from 6.2.1 to 6.2.2 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.1...v6.2.2) Updates `org.springframework:spring-web` from 6.2.1 to 6.2.2 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.1...v6.2.2) Updates `org.liquibase:liquibase-core` from 4.30.0 to 4.31.0 - [Release notes](https://github.com/liquibase/liquibase/releases) - [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt) - [Commits](https://github.com/liquibase/liquibase/compare/v4.30.0...v4.31.0) Updates `org.mockito:mockito-junit-jupiter` from 5.14.2 to 5.15.2 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.14.2...v5.15.2) Updates `org.springframework.boot` from 3.4.1 to 3.4.2 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.1...v3.4.2) Updates `com.azure:azure-messaging-servicebus` from 7.17.7 to 7.17.8 - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Commits](https://github.com/Azure/azure-sdk-for-java/compare/azure-messaging-servicebus_7.17.7...azure-messaging-servicebus_7.17.8) Updates `com.azure:azure-identity` from 1.14.2 to 1.15.0 - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Commits](https://github.com/Azure/azure-sdk-for-java/compare/azure-identity_1.14.2...azure-core_1.15.0) Updates `io.netty:netty-bom` from 4.1.116.Final to 4.1.117.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.116.Final...netty-4.1.117.Final) --- 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: org.apache.commons:commons-pool2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: org.springframework:spring-context dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: org.springframework:spring-web dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: org.liquibase:liquibase-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: org.mockito:mockito-junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: com.azure:azure-messaging-servicebus dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: com.azure:azure-identity dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: io.netty:netty-bom dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] --- stairctl/build.gradle | 2 +- stairway-azure/build.gradle | 8 ++++---- stairway-gcp/build.gradle | 2 +- stairway/build.gradle | 12 ++++++------ 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/stairctl/build.gradle b/stairctl/build.gradle index 3221c28..fd53805 100644 --- a/stairctl/build.gradle +++ b/stairctl/build.gradle @@ -4,7 +4,7 @@ plugins { id 'io.spring.dependency-management' version '1.1.7' // Spring Boot and Spring Shell versions should stay in sync - id 'org.springframework.boot' version '3.4.1' + id 'org.springframework.boot' version '3.4.2' } version = gradle.version diff --git a/stairway-azure/build.gradle b/stairway-azure/build.gradle index aa1db9c..ad6e9c7 100644 --- a/stairway-azure/build.gradle +++ b/stairway-azure/build.gradle @@ -8,13 +8,13 @@ dependencies { implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.17.0' //Azure service bus dependencies - implementation 'com.azure:azure-messaging-servicebus:7.17.7' - implementation 'com.azure:azure-identity:1.14.2' + implementation 'com.azure:azure-messaging-servicebus:7.17.8' + implementation 'com.azure:azure-identity:1.15.0' // Azure dependencies pull in out-of-date, vulnerable io.netty dependencies. // If they update them in a future release, this may be removed: - implementation platform('io.netty:netty-bom:4.1.116.Final') + implementation platform('io.netty:netty-bom:4.1.117.Final') - testImplementation 'org.mockito:mockito-junit-jupiter:5.14.2' + testImplementation 'org.mockito:mockito-junit-jupiter:5.15.2' } apply from: "$rootDir/gradle/test.gradle" diff --git a/stairway-gcp/build.gradle b/stairway-gcp/build.gradle index 997c9e2..e858b37 100644 --- a/stairway-gcp/build.gradle +++ b/stairway-gcp/build.gradle @@ -8,7 +8,7 @@ dependencies { implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.17.0' // Google dependencies - implementation platform('com.google.cloud:libraries-bom:26.52.0') // use common bom + implementation platform('com.google.cloud:libraries-bom:26.53.0') // use common bom implementation group: 'com.google.cloud', name: 'google-cloud-pubsub' } diff --git a/stairway/build.gradle b/stairway/build.gradle index c629f69..d2981a7 100644 --- a/stairway/build.gradle +++ b/stairway/build.gradle @@ -4,7 +4,7 @@ plugins { dependencies { implementation group: 'org.apache.commons', name: 'commons-dbcp2', version: '2.13.0' - implementation group: 'org.apache.commons', name: 'commons-pool2', version: '2.12.0' + implementation group: 'org.apache.commons', name: 'commons-pool2', version: '2.12.1' implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.17.0' implementation group: 'org.apache.commons', name: 'commons-collections4', version: '4.4' @@ -18,24 +18,24 @@ dependencies { implementation group: 'org.openapitools', name: 'jackson-databind-nullable', version: '0.2.6' // Spring - implementation group: 'org.springframework', name: 'spring-context', version: '6.2.1' - implementation group: 'org.springframework', name: 'spring-web', version: '6.2.1' + implementation group: 'org.springframework', name: 'spring-context', version: '6.2.2' + implementation group: 'org.springframework', name: 'spring-web', version: '6.2.2' // Annotations implementation group: 'jakarta.annotation', name: 'jakarta.annotation-api', version: '3.0.0' // Database - implementation group: 'org.liquibase', name: 'liquibase-core', version: '4.30.0' + implementation group: 'org.liquibase', name: 'liquibase-core', version: '4.31.0' // Google dependencies - implementation platform('com.google.cloud:libraries-bom:26.52.0') // use common bom + implementation platform('com.google.cloud:libraries-bom:26.53.0') // use common bom implementation group: 'com.google.cloud', name: 'google-cloud-pubsub' // File handling during testing testImplementation group: 'commons-io', name: 'commons-io', version: '2.18.0' // Mocks during testing - testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '5.14.2' + testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '5.15.2' } apply from: "$rootDir/gradle/test.gradle"