(2.3.x): Bump cfJavaClientVersion from 5.12.2.RELEASE to 5.13.0.RELEASE

Bumps `cfJavaClientVersion` from 5.12.2.RELEASE to 5.13.0.RELEASE.

Updates `org.cloudfoundry:cloudfoundry-client-reactor` from 5.12.2.RELEASE to 5.13.0.RELEASE
- [Release notes](https://github.com/cloudfoundry/cf-java-client/releases)
- [Commits](https://github.com/cloudfoundry/cf-java-client/compare/v5.12.2.RELEASE...v5.13.0.RELEASE)

Updates `org.cloudfoundry:cloudfoundry-operations` from 5.12.2.RELEASE to 5.13.0.RELEASE
- [Release notes](https://github.com/cloudfoundry/cf-java-client/releases)
- [Commits](https://github.com/cloudfoundry/cf-java-client/compare/v5.12.2.RELEASE...v5.13.0.RELEASE)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-05-07 13:20:46 +00:00
committed by Roy Clarkson
parent 21dc2b1770
commit 70cc150d71

View File

@@ -19,7 +19,7 @@ import java.util.concurrent.ConcurrentHashMap
buildscript {
ext {
blockHoundVersion = "1.0.11.RELEASE"
cfJavaClientVersion = "5.12.2.RELEASE"
cfJavaClientVersion = "5.13.0.RELEASE"
commonsTextVersion = "1.13.1"
immutablesVersion = "2.10.1"
openServiceBrokerVersion = "4.3.1"