Skip to content

Commit bf3f881

Browse files
committed
Update version compatibility
1 parent 11f8224 commit bf3f881

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cloudfoundry-client/src/main/java/org/cloudfoundry/client/CloudFoundryClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public interface CloudFoundryClient {
6161
/**
6262
* The currently supported Cloud Controller API version
6363
*/
64-
String SUPPORTED_API_VERSION = "2.65.0";
64+
String SUPPORTED_API_VERSION = "2.75.0";
6565

6666
/**
6767
* Main entry point to the Cloud Foundry Application Usage Events Client API

cloudfoundry-client/src/main/java/org/cloudfoundry/uaa/UaaClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public interface UaaClient {
3333
/**
3434
* The currently supported UAA API version
3535
*/
36-
String SUPPORTED_API_VERSION = "3.3.0";
36+
String SUPPORTED_API_VERSION = "3.12.0";
3737

3838
/**
3939
* Main entry point to the UAA Authorizations Client API

0 commit comments

Comments
 (0)