Skip to content
This repository was archived by the owner on Nov 14, 2022. It is now read-only.

Conversation

@dependabot-preview
Copy link
Contributor

Bumps spring-cloud-starter-open-service-broker from 3.1.2.RELEASE to 3.2.0.

Release notes

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

3.2.0

Spring Cloud Open Service Broker 3.2.0 is now available. Version 3.2.0 is upgraded to Spring Boot 2.3, and addresses a few issues related to OSB API v2.15 support. It is feature compatible with the 3.1.2 release. This release includes the following updates:

  • Upgrade to Spring Boot 2.3.6.RELEASE (#310)
  • Return HTTP 400 Bad Request for unknown instance in last operation (#306)
  • Fix MaintenanceInfo toString (#301 via @gberche-orange)
  • Replace dependency management plugin with Gradle platform dependencies (#298)
  • Add MaintenanceInfo to CreateServiceInstanceRequest and UpdateServiceInstanceRequest (#290)
  • Return the operation in the HTTP 202 response body when an async operation is in progress and another request is received for the same service instance (#284)
  • Update Gradle build to use native Gradle facilities for publishing artifacts (#280)
  • Update javadoc to better reflect the OSBA spec (#279 via @mateusz-stefanski)

Gradle:

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

Maven:

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

3.2.0-RC1

Spring Cloud Open Service Broker 3.2.0-RC1 is now available. Version 3.2.0 is upgraded to Spring Boot 2.3, and addresses a few issues related to OSB API v2.15 support. It is feature compatible with the 3.1.2 release. This release includes the following updates:

  • Upgrade to Spring Boot 2.3.5.RELEASE (#308)
  • Return HTTP 400 Bad Request for unknown instance in last operation (#306)
  • Fix MaintenanceInfo toString (#301 via @gberche-orange)
  • Replace dependency management plugin with Gradle platform dependencies (#298)

Gradle:

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

Maven:

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

3.2.0-M1

We are pleased to announce Spring Cloud Open Service Broker 3.2.0-M1 is now available. Version 3.2.0 is upgraded to Spring Boot 2.3, and addresses a few issues related to OSB API v2.15 support. It is feature compatible with the recent 3.1.2 release. Thanks to @gberche-orange and @mateusz-stefanski for the support and contributions. This release includes the following updates:

Commits
  • 38ecc37 Release version 3.2.0
  • fbf04a9 Upgrade to 2.3.6.RELEASE
  • 3b0408d Format code
  • c4b544e Increment version to 3.2.0-SNAPSHOT
  • bbcb809 Release version 3.2.0-RC1
  • b57eef5 Return HTTP 400 Bad Request for unknown instance in last operation
  • e25bca4 Upgrade to Spring Boot 2.3.5.RELEASE
  • e0f113e Upgrade to junit-platform-launcher 1.7.0
  • 77b569f Upgrade to pmd 6.29.0
  • 3663e0e Upgrade to checkstyle 8.37
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 1, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #227.

@dependabot-preview dependabot-preview bot deleted the dependabot/maven/org.springframework.cloud-spring-cloud-starter-open-service-broker-3.2.0 branch February 1, 2021 05:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants