Skip to content

Commit

Permalink
[CORE-69]: Bump the minor-patch-dependencies group with 7 updates (#411)
Browse files Browse the repository at this point in the history
Bumps the minor-patch-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) | `2.3` | `2.4` |
| [io.projectreactor.netty:reactor-netty-http](https://github.com/reactor/reactor-netty) | `1.2.2` | `1.2.3` |
| bio.terra:terra-resource-janitor-client | `0.113.40-SNAPSHOT` | `0.113.42-SNAPSHOT` |
| [net.javacrumbs.shedlock:shedlock-spring](https://github.com/lukas-krecan/ShedLock) | `6.2.0` | `6.3.0` |
| net.javacrumbs.shedlock:shedlock-provider-jdbc-template | `6.2.0` | `6.3.0` |
| [com.google.cloud:google-cloud-pubsub](https://github.com/googleapis/java-pubsub) | `1.136.1` | `1.137.0` |
| [io.kubernetes:client-java](https://github.com/kubernetes-client/java) | `22.0.0` | `22.0.1-legacy` |


Updates `org.yaml:snakeyaml` from 2.3 to 2.4
- [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.4..snakeyaml-2.3)

Updates `io.projectreactor.netty:reactor-netty-http` from 1.2.2 to 1.2.3
- [Release notes](https://github.com/reactor/reactor-netty/releases)
- [Commits](reactor/reactor-netty@v1.2.2...v1.2.3)

Updates `bio.terra:terra-resource-janitor-client` from 0.113.40-SNAPSHOT to 0.113.42-SNAPSHOT

Updates `net.javacrumbs.shedlock:shedlock-spring` from 6.2.0 to 6.3.0
- [Changelog](https://github.com/lukas-krecan/ShedLock/blob/master/RELEASES.md)
- [Commits](lukas-krecan/ShedLock@shedlock-parent-6.2.0...shedlock-parent-6.3.0)

Updates `net.javacrumbs.shedlock:shedlock-provider-jdbc-template` from 6.2.0 to 6.3.0

Updates `com.google.cloud:google-cloud-pubsub` from 1.136.1 to 1.137.0
- [Release notes](https://github.com/googleapis/java-pubsub/releases)
- [Changelog](https://github.com/googleapis/java-pubsub/blob/main/CHANGELOG.md)
- [Commits](googleapis/java-pubsub@v1.136.1...v1.137.0)

Updates `io.kubernetes:client-java` from 22.0.0 to 22.0.1-legacy
- [Release notes](https://github.com/kubernetes-client/java/releases)
- [Changelog](https://github.com/kubernetes-client/java/blob/master/CHANGELOG.md)
- [Commits](kubernetes-client/java@v22.0.0...v22.0.1-legacy)

---
updated-dependencies:
- dependency-name: org.yaml:snakeyaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: io.projectreactor.netty:reactor-netty-http
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: bio.terra:terra-resource-janitor-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: net.javacrumbs.shedlock:shedlock-spring
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: net.javacrumbs.shedlock:shedlock-provider-jdbc-template
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: com.google.cloud:google-cloud-pubsub
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: io.kubernetes:client-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 18, 2025
1 parent eb914a0 commit 8a3d96b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion buffer-clienttests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
guava = "33.4.0-jre"
jackson = "2.18.2"
jersey = "3.1.10"
kubernetesClient = "22.0.0"
kubernetesClient = "22.0.1-legacy"
logback = "1.5.16"
slf4j = "2.0.16"
hamcrest = "3.0"
Expand Down
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ dependencies {
// Terra deps - we get Stairway via TCL
implementation group: 'bio.terra', name: 'terra-common-lib', version: '1.1.35-SNAPSHOT'
implementation group: 'bio.terra', name: 'terra-cloud-resource-lib', version: '1.2.34-SNAPSHOT'
implementation group: 'bio.terra', name: 'terra-resource-janitor-client', version: '0.113.40-SNAPSHOT'
implementation group: 'bio.terra', name: 'terra-resource-janitor-client', version: '0.113.42-SNAPSHOT'

// Versioned direct deps
implementation group: 'net.javacrumbs.shedlock', name: 'shedlock-spring', version: '6.2.0'
implementation group: 'net.javacrumbs.shedlock', name: 'shedlock-provider-jdbc-template', version: '6.2.0'
implementation group: 'net.javacrumbs.shedlock', name: 'shedlock-spring', version: '6.3.0'
implementation group: 'net.javacrumbs.shedlock', name: 'shedlock-provider-jdbc-template', version: '6.3.0'
implementation group: 'com.google.auto.value', name: 'auto-value-annotations', version: '1.11.0'
implementation group: 'com.google.cloud', name: 'google-cloud-pubsub', version: '1.136.1'
implementation group: 'com.google.cloud', name: 'google-cloud-pubsub', version: '1.137.0'
implementation group: 'com.google.guava', name: 'guava', version: '33.4.0-jre'
implementation group: 'jakarta.validation', name: 'jakarta.validation-api', version: '3.1.1'
implementation group: 'org.liquibase', name: 'liquibase-core', version: '4.31.0'
Expand Down Expand Up @@ -113,9 +113,9 @@ dependencies {
// These are not directly included, they are just constrained if they are pulled in as
// transitive dependencies.
constraints {
implementation('org.yaml:snakeyaml:2.3')
implementation('org.yaml:snakeyaml:2.4')
implementation('com.nimbusds:nimbus-jose-jwt:10.0.1')
implementation('io.projectreactor.netty:reactor-netty-http:1.2.2')
implementation('io.projectreactor.netty:reactor-netty-http:1.2.3')
implementation('com.fasterxml.jackson:jackson-bom:2.18.2')
}
}
Expand Down

0 comments on commit 8a3d96b

Please sign in to comment.