Skip to content

Commit

Permalink
Merge pull request #162 from DataBiosphere/dependabot/gradle/develop/…
Browse files Browse the repository at this point in the history
…minor-patch-dependencies-b8e1881472

[PF-2987]: Bump the minor-patch-dependencies group with 9 updates
  • Loading branch information
pshapiro4broad authored Jan 3, 2025
2 parents 81122b2 + 614c5ee commit dc898fd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions stairctl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'
}
4 changes: 2 additions & 2 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.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'
}
Expand Down
2 changes: 1 addition & 1 deletion stairway-gcp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

Expand Down
8 changes: 4 additions & 4 deletions stairway/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand All @@ -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
Expand Down

0 comments on commit dc898fd

Please sign in to comment.