From 614c5ee4b30fb1f924f46966caea6b02625f6bf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 11:59:12 +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.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom) | `26.50.0` | `26.52.0` | | org.apache.commons:commons-dbcp2 | `2.12.0` | `2.13.0` | | [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) | `6.2.0` | `6.2.1` | | [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) | `6.2.0` | `6.2.1` | | [org.springframework.shell:spring-shell-starter](https://github.com/spring-projects/spring-shell) | `3.3.3` | `3.4.0` | | [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) | `1.1.6` | `1.1.7` | | [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.4.0` | `3.4.1` | | [com.azure:azure-messaging-servicebus](https://github.com/Azure/azure-sdk-for-java) | `7.17.6` | `7.17.7` | | [io.netty:netty-bom](https://github.com/netty/netty) | `4.1.115.Final` | `4.1.116.Final` | Updates `com.google.cloud:libraries-bom` from 26.50.0 to 26.52.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.50.0...v26.52.0) Updates `org.apache.commons:commons-dbcp2` from 2.12.0 to 2.13.0 Updates `org.springframework:spring-context` from 6.2.0 to 6.2.1 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.0...v6.2.1) Updates `org.springframework:spring-web` from 6.2.0 to 6.2.1 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.0...v6.2.1) Updates `org.springframework.shell:spring-shell-starter` from 3.3.3 to 3.4.0 - [Release notes](https://github.com/spring-projects/spring-shell/releases) - [Commits](https://github.com/spring-projects/spring-shell/compare/v3.3.3...v3.4.0) Updates `io.spring.dependency-management` from 1.1.6 to 1.1.7 - [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases) - [Commits](https://github.com/spring-gradle-plugins/dependency-management-plugin/compare/v1.1.6...v1.1.7) Updates `org.springframework.boot` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.0...v3.4.1) Updates `com.azure:azure-messaging-servicebus` from 7.17.6 to 7.17.7 - [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.6...azure-messaging-servicebus_7.17.7) Updates `io.netty:netty-bom` from 4.1.115.Final to 4.1.116.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.115.Final...netty-4.1.116.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-dbcp2 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.springframework.shell:spring-shell-starter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: io.spring.dependency-management 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: 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 | 6 +++--- stairway-azure/build.gradle | 4 ++-- stairway-gcp/build.gradle | 2 +- stairway/build.gradle | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/stairctl/build.gradle b/stairctl/build.gradle index 2c18ce40..3221c289 100644 --- a/stairctl/build.gradle +++ b/stairctl/build.gradle @@ -2,9 +2,9 @@ plugins { id 'application' id 'stairway.java-conventions' - id 'io.spring.dependency-management' version '1.1.6' + 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.0' + id 'org.springframework.boot' version '3.4.1' } version = gradle.version @@ -21,5 +21,5 @@ dependencies { // Spring implementation group: 'org.springframework.boot', name: 'spring-boot' // Spring Boot and Spring Shell versions should stay in sync - implementation group: 'org.springframework.shell', name: 'spring-shell-starter', version: '3.3.3' + implementation group: 'org.springframework.shell', name: 'spring-shell-starter', version: '3.4.0' } diff --git a/stairway-azure/build.gradle b/stairway-azure/build.gradle index 34ae794c..aa1db9cd 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.6' + implementation 'com.azure:azure-messaging-servicebus:7.17.7' implementation 'com.azure:azure-identity:1.14.2' // 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.115.Final') + implementation platform('io.netty:netty-bom:4.1.116.Final') testImplementation 'org.mockito:mockito-junit-jupiter:5.14.2' } diff --git a/stairway-gcp/build.gradle b/stairway-gcp/build.gradle index 691db2ec..997c9e2f 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.50.0') // use common bom + implementation platform('com.google.cloud:libraries-bom:26.52.0') // use common bom implementation group: 'com.google.cloud', name: 'google-cloud-pubsub' } diff --git a/stairway/build.gradle b/stairway/build.gradle index 08519e20..c629f693 100644 --- a/stairway/build.gradle +++ b/stairway/build.gradle @@ -3,7 +3,7 @@ plugins { } dependencies { - implementation group: 'org.apache.commons', name: 'commons-dbcp2', version: '2.12.0' + 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-lang3', version: '3.17.0' implementation group: 'org.apache.commons', name: 'commons-collections4', version: '4.4' @@ -18,8 +18,8 @@ dependencies { implementation group: 'org.openapitools', name: 'jackson-databind-nullable', version: '0.2.6' // Spring - implementation group: 'org.springframework', name: 'spring-context', version: '6.2.0' - implementation group: 'org.springframework', name: 'spring-web', version: '6.2.0' + implementation group: 'org.springframework', name: 'spring-context', version: '6.2.1' + implementation group: 'org.springframework', name: 'spring-web', version: '6.2.1' // Annotations implementation group: 'jakarta.annotation', name: 'jakarta.annotation-api', version: '3.0.0' @@ -28,7 +28,7 @@ dependencies { implementation group: 'org.liquibase', name: 'liquibase-core', version: '4.30.0' // Google dependencies - implementation platform('com.google.cloud:libraries-bom:26.50.0') // use common bom + implementation platform('com.google.cloud:libraries-bom:26.52.0') // use common bom implementation group: 'com.google.cloud', name: 'google-cloud-pubsub' // File handling during testing