4.1.2
Announcement
Spring Cloud Open Service Broker 4.1.2 is now available. Version 4.1.2 is built against Spring Boot 3.1, and requires Java 17. It includes support for OSB API v2.16.
Dependencies
Gradle:
implementation("org.springframework.cloud:spring-cloud-starter-open-service-broker:4.1.2")
Maven:
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-open-service-broker</artifactId>
<version>4.1.2</version>
</dependency>
What's Changed
- (v4.1.x): Bump io.projectreactor.tools:blockhound-junit-platform from 1.0.8.RELEASE to 1.0.9.RELEASE by @dependabot in #603
- (v4.1.x): Bump org.springframework.boot:spring-boot-dependencies from 3.1.10 to 3.1.11 by @dependabot in #611
- (v4.1.x): Bump org.springframework.boot from 3.1.10 to 3.1.11 by @dependabot in #610
- (4.1.x) Migrate to new image repositories by @spikymonkey in #614
- (v4.1.x): Bump org.springframework.boot from 3.1.11 to 3.1.12 by @dependabot in #619
- (v4.1.x): Bump org.springframework.boot:spring-boot-dependencies from 3.1.11 to 3.1.12 by @dependabot in #620
Full Changelog: v4.1.1...v4.1.2