spring-cloud / spring-cloud-app-broker

Spring Cloud project for implementing service brokers that conform to the Open Server Broker API specification
http://projects.spring.io/spring-cloud/
Apache License 2.0
25 stars 39 forks source link

(2.1.x): Bump openServiceBrokerVersion from 4.1.0 to 4.1.2 #1060

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps openServiceBrokerVersion from 4.1.0 to 4.1.2. Updates org.springframework.cloud:spring-cloud-open-service-broker-core from 4.1.0 to 4.1.2

Release notes

Sourced from org.springframework.cloud:spring-cloud-open-service-broker-core's releases.

4.1.1

Announcement

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

Dependencies

Gradle:

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

Maven:

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

What's Changed

Full Changelog: https://github.com/spring-cloud/spring-cloud-open-service-broker/compare/v4.1.0...v4.1.1

Commits
  • 9f88cfa Release v4.1.2
  • b5aef89 (v4.1.x): Bump org.springframework.boot:spring-boot-dependencies
  • f1c2f4e (v4.1.x): Bump org.springframework.boot from 3.1.11 to 3.1.12
  • bb3098a Migrate to new image repositories
  • b2a2c96 (v4.1.x): Bump org.springframework.boot from 3.1.10 to 3.1.11
  • d0e8ba5 (v4.1.x): Bump org.springframework.boot:spring-boot-dependencies
  • afa1e6d (v4.1.x): Bump io.projectreactor.tools:blockhound-junit-platform
  • 083c0e5 Next development version (v4.1.2-SNAPSHOT)
  • b63aed7 Release v4.1.1
  • 954184f (v4.1.x): Bump nl.jqno.equalsverifier:equalsverifier from 3.16 to 3.16.1
  • Additional commits viewable in compare view


Updates org.springframework.cloud:spring-cloud-starter-open-service-broker from 4.1.0 to 4.1.2

Release notes

Sourced from org.springframework.cloud:spring-cloud-starter-open-service-broker's releases.

4.1.1

Announcement

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

Dependencies

Gradle:

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

Maven:

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

What's Changed

Full Changelog: https://github.com/spring-cloud/spring-cloud-open-service-broker/compare/v4.1.0...v4.1.1

Commits
  • 9f88cfa Release v4.1.2
  • b5aef89 (v4.1.x): Bump org.springframework.boot:spring-boot-dependencies
  • f1c2f4e (v4.1.x): Bump org.springframework.boot from 3.1.11 to 3.1.12
  • bb3098a Migrate to new image repositories
  • b2a2c96 (v4.1.x): Bump org.springframework.boot from 3.1.10 to 3.1.11
  • d0e8ba5 (v4.1.x): Bump org.springframework.boot:spring-boot-dependencies
  • afa1e6d (v4.1.x): Bump io.projectreactor.tools:blockhound-junit-platform
  • 083c0e5 Next development version (v4.1.2-SNAPSHOT)
  • b63aed7 Release v4.1.1
  • 954184f (v4.1.x): Bump nl.jqno.equalsverifier:equalsverifier from 3.16 to 3.16.1
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)