Skip to content

Commit

Permalink
(2.2.x): Bump cfJavaClientVersion from 5.10.0.RELEASE to 5.12.0.RELEASE
Browse files Browse the repository at this point in the history
Bumps `cfJavaClientVersion` from 5.10.0.RELEASE to 5.12.0.RELEASE.

Updates `org.cloudfoundry:cloudfoundry-client-reactor` from 5.10.0.RELEASE to 5.12.0.RELEASE
- [Release notes](https://github.com/cloudfoundry/cf-java-client/releases)
- [Commits](cloudfoundry/cf-java-client@v5.10.0.RELEASE...v5.12.0.RELEASE)

Updates `org.cloudfoundry:cloudfoundry-operations` from 5.10.0.RELEASE to 5.12.0.RELEASE
- [Release notes](https://github.com/cloudfoundry/cf-java-client/releases)
- [Commits](cloudfoundry/cf-java-client@v5.10.0.RELEASE...v5.12.0.RELEASE)

---
updated-dependencies:
- dependency-name: org.cloudfoundry:cloudfoundry-client-reactor
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.cloudfoundry:cloudfoundry-operations
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 8, 2024
1 parent 1f8a654 commit 9160798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import java.util.concurrent.ConcurrentHashMap
buildscript {
ext {
blockHoundVersion = "1.0.8.RELEASE"
cfJavaClientVersion = "5.10.0.RELEASE"
cfJavaClientVersion = "5.12.0.RELEASE"
commonsTextVersion = "1.11.0"
immutablesVersion = "2.10.1"
openServiceBrokerVersion = "4.1.0"
Expand Down

0 comments on commit 9160798

Please sign in to comment.