Skip to content

3.3.1

Compare
Choose a tag to compare
@royclarkson royclarkson released this 01 Oct 21:47

Spring Cloud Open Service Broker 3.3.1 is now available. Version 3.3.0 is built and tested against Spring Boot 2.4, and is compatible with Open Service Broker API 2.15. This release includes the following updates:

  • Upgrade to Spring Boot 2.4.11
  • Address incompatibilities with Jackson 2.12 (#320)
  • Return a 400 for a request with an empty body or mismatched content type (#329)

Gradle:

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

Maven:

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