Skip to content

4.3.0-M1

Pre-release
Pre-release
Compare
Choose a tag to compare
@royclarkson royclarkson released this 12 Jul 21:09
· 24 commits to 4.3.x since this release

Announcement

Spring Cloud Open Service Broker 4.3.0-M1 is now available. 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-M1")

Maven:

<dependency>
  <groupId>org.springframework.cloud</groupId>
  <artifactId>spring-cloud-starter-open-service-broker</artifactId>
  <version>4.3.0-M1</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

Full Changelog: v4.2.0...v4.3.0-M1