Skip to content

3.5.3

Compare
Choose a tag to compare
@royclarkson royclarkson released this 20 Oct 15:37

Spring Cloud Open Service Broker 3.5.3 is now available. Version 3.5.3 is built against Spring Boot 2.6, and includes initial support for some OSB API v2.16 features. You may track the overall progress in #318, or by following the OSB API 2.16 tag. This release includes the following updates:

  • Upgrade to Spring Boot 2.6.13 (#356)

Gradle:

implementation("org.springframework.cloud:spring-cloud-starter-open-service-broker:3.5.3")

Maven:

<dependency>
  <groupId>org.springframework.cloud</groupId>
  <artifactId>spring-cloud-starter-open-service-broker</artifactId>
  <version>3.5.3</version>
</dependency>