Skip to content

Commit

Permalink
[PF-2987]: Bump the minor-patch-dependencies group with 9 updates
Browse files Browse the repository at this point in the history
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.1` | `2.18.2` |
| [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) | `6.1.14` | `6.2.0` |
| [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) | `6.1.14` | `6.2.0` |
| [org.liquibase:liquibase-core](https://github.com/liquibase/liquibase) | `4.29.2` | `4.30.0` |
| commons-io:commons-io | `2.17.0` | `2.18.0` |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.3.5` | `3.4.0` |
| [com.azure:azure-messaging-servicebus](https://github.com/Azure/azure-sdk-for-java) | `7.17.5` | `7.17.6` |
| [com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java) | `1.14.0` | `1.14.2` |
| [io.netty:netty-bom](https://github.com/netty/netty) | `4.1.114.Final` | `4.1.115.Final` |


Updates `com.fasterxml.jackson:jackson-bom` from 2.18.1 to 2.18.2
- [Commits](FasterXML/jackson-bom@jackson-bom-2.18.1...jackson-bom-2.18.2)

Updates `org.springframework:spring-context` from 6.1.14 to 6.2.0
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.14...v6.2.0)

Updates `org.springframework:spring-web` from 6.1.14 to 6.2.0
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.14...v6.2.0)

Updates `org.liquibase:liquibase-core` from 4.29.2 to 4.30.0
- [Release notes](https://github.com/liquibase/liquibase/releases)
- [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt)
- [Commits](liquibase/liquibase@v4.29.2...v4.30.0)

Updates `commons-io:commons-io` from 2.17.0 to 2.18.0

Updates `org.springframework.boot` from 3.3.5 to 3.4.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.5...v3.4.0)

Updates `com.azure:azure-messaging-servicebus` from 7.17.5 to 7.17.6
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-messaging-servicebus_7.17.5...azure-messaging-servicebus_7.17.6)

Updates `com.azure:azure-identity` from 1.14.0 to 1.14.2
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-core_1.14.0...azure-identity_1.14.2)

Updates `io.netty:netty-bom` from 4.1.114.Final to 4.1.115.Final
- [Commits](netty/netty@netty-4.1.114.Final...netty-4.1.115.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: org.springframework:spring-context
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: org.springframework:spring-web
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: commons-io:commons-io
  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-minor
  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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent b3fddf6 commit 69f9f00
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion stairctl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

id 'io.spring.dependency-management' version '1.1.6'
// Spring Boot and Spring Shell versions should stay in sync
id 'org.springframework.boot' version '3.3.5'
id 'org.springframework.boot' version '3.4.0'
}

version = gradle.version
Expand Down
6 changes: 3 additions & 3 deletions stairway-azure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.5'
implementation 'com.azure:azure-identity:1.14.0'
implementation 'com.azure:azure-messaging-servicebus:7.17.6'
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.114.Final')
implementation platform('io.netty:netty-bom:4.1.115.Final')

testImplementation 'org.mockito:mockito-junit-jupiter:5.14.2'
}
Expand Down
10 changes: 5 additions & 5 deletions stairway/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.1')
implementation platform('com.fasterxml.jackson:jackson-bom:2.18.2')
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'
Expand All @@ -18,21 +18,21 @@ dependencies {
implementation group: 'org.openapitools', name: 'jackson-databind-nullable', version: '0.2.6'

// Spring
implementation group: 'org.springframework', name: 'spring-context', version: '6.1.14'
implementation group: 'org.springframework', name: 'spring-web', version: '6.1.14'
implementation group: 'org.springframework', name: 'spring-context', version: '6.2.0'
implementation group: 'org.springframework', name: 'spring-web', version: '6.2.0'

// Annotations
implementation group: 'jakarta.annotation', name: 'jakarta.annotation-api', version: '3.0.0'

// Database
implementation group: 'org.liquibase', name: 'liquibase-core', version: '4.29.2'
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 group: 'com.google.cloud', name: 'google-cloud-pubsub'

// File handling during testing
testImplementation group: 'commons-io', name: 'commons-io', version: '2.17.0'
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'
Expand Down

0 comments on commit 69f9f00

Please sign in to comment.