From 41d500a34013e207730f6ea0b00f90bc83be098c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 11:20:45 +0000 Subject: [PATCH] [PF-2987]: Bump the minor-patch-dependencies group with 9 updates Bumps the minor-patch-dependencies group with 9 updates: | Package | From | To | | --- | --- | --- | | [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) | `2.18.2` | `2.18.3` | | [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom) | `26.53.0` | `26.55.0` | | [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) | `6.2.2` | `6.2.3` | | [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) | `6.2.2` | `6.2.3` | | [org.liquibase:liquibase-core](https://github.com/liquibase/liquibase) | `4.31.0` | `4.31.1` | | [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.4.2` | `3.4.3` | | [com.azure:azure-messaging-servicebus](https://github.com/Azure/azure-sdk-for-java) | `7.17.8` | `7.17.9` | | [com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java) | `1.15.0` | `1.15.3` | | [io.netty:netty-bom](https://github.com/netty/netty) | `4.1.117.Final` | `4.1.119.Final` | Updates `com.fasterxml.jackson:jackson-bom` from 2.18.2 to 2.18.3 - [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.18.2...jackson-bom-2.18.3) Updates `com.google.cloud:libraries-bom` from 26.53.0 to 26.55.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.53.0...v26.55.0) Updates `org.springframework:spring-context` from 6.2.2 to 6.2.3 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.2...v6.2.3) Updates `org.springframework:spring-web` from 6.2.2 to 6.2.3 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.2...v6.2.3) Updates `org.liquibase:liquibase-core` from 4.31.0 to 4.31.1 - [Release notes](https://github.com/liquibase/liquibase/releases) - [Changelog](https://github.com/liquibase/liquibase/blob/v4.31.1/changelog.txt) - [Commits](https://github.com/liquibase/liquibase/compare/v4.31.0...v4.31.1) Updates `org.springframework.boot` from 3.4.2 to 3.4.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.2...v3.4.3) Updates `com.azure:azure-messaging-servicebus` from 7.17.8 to 7.17.9 - [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.8...azure-messaging-servicebus_7.17.9) Updates `com.azure:azure-identity` from 1.15.0 to 1.15.3 - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Commits](https://github.com/Azure/azure-sdk-for-java/compare/azure-core_1.15.0...azure-identity_1.15.3) Updates `io.netty:netty-bom` from 4.1.117.Final to 4.1.119.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.117.Final...netty-4.1.119.Final) --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-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.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-patch 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-patch 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 | 6 +++--- stairway-gcp/build.gradle | 2 +- stairway/build.gradle | 10 +++++----- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/stairctl/build.gradle b/stairctl/build.gradle index fd53805..ac94bb8 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.2' + id 'org.springframework.boot' version '3.4.3' } version = gradle.version diff --git a/stairway-azure/build.gradle b/stairway-azure/build.gradle index ad6e9c7..5643114 100644 --- a/stairway-azure/build.gradle +++ b/stairway-azure/build.gradle @@ -8,11 +8,11 @@ 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.8' - implementation 'com.azure:azure-identity:1.15.0' + implementation 'com.azure:azure-messaging-servicebus:7.17.9' + implementation 'com.azure:azure-identity:1.15.3' // 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.117.Final') + implementation platform('io.netty:netty-bom:4.1.119.Final') testImplementation 'org.mockito:mockito-junit-jupiter:5.15.2' } diff --git a/stairway-gcp/build.gradle b/stairway-gcp/build.gradle index e858b37..fc737c1 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.53.0') // use common bom + implementation platform('com.google.cloud:libraries-bom:26.55.0') // use common bom implementation group: 'com.google.cloud', name: 'google-cloud-pubsub' } diff --git a/stairway/build.gradle b/stairway/build.gradle index d2981a7..6d9b1c3 100644 --- a/stairway/build.gradle +++ b/stairway/build.gradle @@ -9,7 +9,7 @@ dependencies { implementation group: 'org.apache.commons', name: 'commons-collections4', version: '4.4' // JSON processing - implementation platform('com.fasterxml.jackson:jackson-bom:2.18.2') + implementation platform('com.fasterxml.jackson:jackson-bom:2.18.3') implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind' implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-guava' implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jdk8' @@ -18,17 +18,17 @@ dependencies { implementation group: 'org.openapitools', name: 'jackson-databind-nullable', version: '0.2.6' // Spring - implementation group: 'org.springframework', name: 'spring-context', version: '6.2.2' - implementation group: 'org.springframework', name: 'spring-web', version: '6.2.2' + implementation group: 'org.springframework', name: 'spring-context', version: '6.2.3' + implementation group: 'org.springframework', name: 'spring-web', version: '6.2.3' // Annotations implementation group: 'jakarta.annotation', name: 'jakarta.annotation-api', version: '3.0.0' // Database - implementation group: 'org.liquibase', name: 'liquibase-core', version: '4.31.0' + implementation group: 'org.liquibase', name: 'liquibase-core', version: '4.31.1' // Google dependencies - implementation platform('com.google.cloud:libraries-bom:26.53.0') // use common bom + implementation platform('com.google.cloud:libraries-bom:26.55.0') // use common bom implementation group: 'com.google.cloud', name: 'google-cloud-pubsub' // File handling during testing