Skip to content

v1.2.0

Choose a tag to compare

@spikymonkey spikymonkey released this 30 Nov 15:19

We are pleased to announce the release of Spring Cloud App Broker 1.2.0. This release includes all of the updates made in 1.2.0-RC1:

  • Update the Gradle build to make use of new native features for dependency management and publication
  • Upgrade to Spring Cloud Open Service Broker 3.2.0
  • Upgrade to Spring Boot 2.3.6

Gradle:

implementation("org.springframework.cloud:spring-cloud-starter-app-broker-cloudfoundry:1.2.0")

Maven:

<dependency>
  <groupId>org.springframework.cloud</groupId>
  <artifactId>spring-cloud-starter-app-broker-cloudfoundry</artifactId>
  <version>1.2.0</version>
</dependency>