Skip to content

4.3.0

Latest
Compare
Choose a tag to compare
@royclarkson royclarkson released this 12 Jul 21:16
· 14 commits to 4.3.x since this release

Announcement

Spring Cloud Open Service Broker 4.3.0 is now GA. Version 4.3.0 is built against Spring Boot 3.3, 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.3.0")

Maven:

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

What's Changed

  • (v4.2.x): Bump io.projectreactor.tools:blockhound-junit-platform from 1.0.8.RELEASE to 1.0.9.RELEASE by @dependabot in #605
  • (v4.2.x): Bump org.springframework.boot:spring-boot-dependencies from 3.2.4 to 3.2.5 by @dependabot in #608
  • (v4.2.x): Bump org.springframework.boot from 3.2.4 to 3.2.5 by @dependabot in #609
  • (4.2.x) Migrate to new image repositories by @spikymonkey in #613
  • Allow fly target override by @spikymonkey in #618
  • (v4.2.x): Bump org.springframework.boot from 3.2.5 to 3.2.6 by @dependabot in #622
  • (v4.2.x): Bump org.springframework.boot:spring-boot-dependencies from 3.2.5 to 3.2.6 by @dependabot in #621
  • (v4.3.x): Bump springCloudContractVersion from 4.1.2 to 4.1.3 by @dependabot in #628
  • (v4.3.x): Bump io.spring.javaformat:spring-javaformat-checkstyle from 0.0.41 to 0.0.42 by @dependabot in #632
  • (v4.3.x): Bump io.spring.javaformat from 0.0.41 to 0.0.42 by @dependabot in #631
  • (v4.3.x): Bump org.springframework.boot from 3.3.0 to 3.3.1 by @dependabot in #634
  • (v4.3.x): Bump org.springframework.boot:spring-boot-dependencies from 3.3.0 to 3.3.1 by @dependabot in #633
  • (v4.3.x): Bump springCloudContractVersion from 4.1.3 to 4.1.4 by @dependabot in #641

Full Changelog: v4.2.0...v4.3.0