orange-cloudfoundry / osb-cmdb

A configuration management db for Open Service Broker API broker implementations
Apache License 2.0
14 stars 1 forks source link

Bump spring-cloud-starter-open-service-broker from 3.1.2.RELEASE to 3.2.0 #80

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

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-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:

  • Upgrade to Spring Boot 2.3.1.RELEASE
  • Add MaintenanceInfo to CreateServiceInstanceRequest and UpdateServiceInstanceRequest
  • 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
  • Update Gradle build to use native Gradle facilities for publishing artifacts

Gradle:

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

Maven:

<dependency>
  <groupId>org.springframework.cloud</groupId>
  <artifactId>spring-cloud-starter-open-service-broker</artifactId>
  <version>3.2.0-M1</version>
</dependency>
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)
gberche-orange commented 3 years ago

@dependabot rebase