Skip to content

3.5.4

Compare
Choose a tag to compare
@royclarkson royclarkson released this 01 Feb 16:59

Spring Cloud Open Service Broker 3.5.4 is now available. Version 3.5.4 is built against Spring Boot 2.6, and includes initial support for some OSB API v2.16 features. Overall progress of OSB API v2.16 (#318) is now feature complete in the 3.6 release. Please consider upgrading to take advantage of these latest additions. See the OSB API 2.16 tag for more details. This release includes the following updates:

  • Upgrade to Spring Boot 2.6.14 (#381)

Gradle:

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

Maven:

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