We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f8224 commit bf3f881Copy full SHA for bf3f881
cloudfoundry-client/src/main/java/org/cloudfoundry/client/CloudFoundryClient.java
@@ -61,7 +61,7 @@ public interface CloudFoundryClient {
61
/**
62
* The currently supported Cloud Controller API version
63
*/
64
- String SUPPORTED_API_VERSION = "2.65.0";
+ String SUPPORTED_API_VERSION = "2.75.0";
65
66
67
* Main entry point to the Cloud Foundry Application Usage Events Client API
cloudfoundry-client/src/main/java/org/cloudfoundry/uaa/UaaClient.java
@@ -33,7 +33,7 @@ public interface UaaClient {
33
34
* The currently supported UAA API version
35
36
- String SUPPORTED_API_VERSION = "3.3.0";
+ String SUPPORTED_API_VERSION = "3.12.0";
37
38
39
* Main entry point to the UAA Authorizations Client API
0 commit comments