Skip to content

v4.4.1

Latest
Compare
Choose a tag to compare
@royclarkson royclarkson released this 06 Mar 17:22
· 15 commits to 4.5.x since this release

Announcement

Spring Cloud Open Service Broker 4.4.1 is now GA. Version 4.4.1 is built against Spring Boot 3.4, and requires Java 17. It includes support for OSB API v2.16. This release includes dependency updates.

Dependencies

Gradle:

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

Maven:

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

What's Changed

  • (v4.4.x): Bump io.projectreactor.tools:blockhound-junit-platform from 1.0.10.RELEASE to 1.0.11.RELEASE by @dependabot in #757
  • (v4.4.x): Bump commons-beanutils:commons-beanutils from 1.10.0 to 1.10.1 by @dependabot in #766
  • (v4.4.x): Bump nl.jqno.equalsverifier:equalsverifier from 3.19 to 3.19.1 by @dependabot in #772
  • (v4.4.x): Bump org.springframework.boot:spring-boot-dependencies from 3.4.2 to 3.4.3 by @dependabot in #776
  • (v4.4.x): Bump org.springframework.boot from 3.4.2 to 3.4.3 by @dependabot in #775

Full Changelog: v4.4.0...v4.4.1