Skip to content

4.0.2

Compare
Choose a tag to compare
@royclarkson royclarkson released this 05 Apr 20:14
· 91 commits to 4.2.x since this release

Announcement

Spring Cloud Open Service Broker 4.0.2 is now available. Version 4.0.2 is built against Spring Boot 3.0, and requires Java 17. It includes support for OSB API v2.16, which is now feature complete in this release. See #318, or the OSB API 2.16 tag for more details. This is a maintenance release that includes dependency updates.

Dependencies

Gradle:

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

Maven:

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

What's Changed

  • (v4.0.0): Bump com.google.code.findbugs:annotations from 3.0.1 to 3.0.1u2 by @dependabot in #488
  • (v4.0.x): Bump org.springframework.boot from 3.0.10 to 3.0.11 by @dependabot in #499
  • (v4.0.x): Bump org.springframework.boot:spring-boot-dependencies from 3.0.10 to 3.0.11 by @dependabot in #498
  • (v4.0.x): Bump nl.jqno.equalsverifier:equalsverifier from 3.15.1 to 3.15.2 by @dependabot in #503
  • (4.0.x) Use concourse-release-scripts image instead of JAR by @spikymonkey in #509
  • (v4.0.x): Bump org.springframework.boot from 3.0.11 to 3.0.12 by @dependabot in #511
  • (v4.0.x): Bump org.springframework.boot:spring-boot-dependencies from 3.0.11 to 3.0.12 by @dependabot in #510
  • (v4.0.x): Bump nl.jqno.equalsverifier:equalsverifier from 3.15.2 to 3.15.3 by @dependabot in #519
  • (v4.0.x): Bump org.springframework.boot from 3.0.12 to 3.0.13 by @dependabot in #525
  • (v4.0.x): Bump org.springframework.boot:spring-boot-dependencies from 3.0.12 to 3.0.13 by @dependabot in #524
  • (v4.0.x): Bump nl.jqno.equalsverifier:equalsverifier from 3.15.3 to 3.15.5 by @dependabot in #536
  • (v4.0.x): Bump org.asciidoctor.jvm.convert from 3.3.2 to 4.0.0 by @dependabot in #545
  • (v4.0.x): Bump nl.jqno.equalsverifier:equalsverifier from 3.15.5 to 3.15.6 by @dependabot in #547
  • (v4.0.x): Bump org.asciidoctor.jvm.pdf from 4.0.0 to 4.0.1 by @dependabot in #552
  • (v4.0.x): Bump org.asciidoctor.jvm.convert from 4.0.0 to 4.0.1 by @dependabot in #553
  • (4.0.x) Use Gradle resolutionStrategy to align asciidoctor plugin versions by @abelsromero in #559
  • (v4.0.x): Bump springCloudContractVersion from 4.0.4 to 4.0.5 by @dependabot in #566
  • (v4.0.x): Bump nl.jqno.equalsverifier:equalsverifier from 3.15.6 to 3.15.8 by @dependabot in #582
  • (v4.0.x): Bump nl.jqno.equalsverifier:equalsverifier from 3.15.8 to 3.16 by @dependabot in #590
  • (v4.0.x): Bump nl.jqno.equalsverifier:equalsverifier from 3.16 to 3.16.1 by @dependabot in #595

Full Changelog: v4.0.1...v4.0.2