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.2.0 to 3.3.0 #95

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

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

Release notes

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

3.3.0

Spring Cloud Open Service Broker 3.3.0 is now available. Version 3.3.0 is upgraded to build and tested against Spring Boot 2.4, and is compatible with Open Service Broker API 2.15.

  • Upgrade to Spring Boot 2.4.2 (#315)

Gradle:

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

Maven:

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

3.3.0-RC1

Spring Cloud Open Service Broker 3.3.0-RC1 is now available. Version 3.3.0 is upgraded to build against Spring Boot 2.4, and is compatible with Open Service Broker API 2.15.

  • Upgrade to Spring Boot 2.4.1 (#312)
  • Upgrade to Gradle 6.7.1 (#314 )

Gradle:

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

Maven:

<dependency>
  <groupId>org.springframework.cloud</groupId>
  <artifactId>spring-cloud-starter-open-service-broker</artifactId>
  <version>3.3.0-RC1</version>
</dependency>
Commits
  • d90016a Release version 3.3.0
  • d953906 Upgrade to Spring Boot 2.4.2
  • 25d8d03 Increment version to 3.3.0-SNAPSHOT
  • 7764aad Release version 3.3.0-RC1
  • 8fd43fd Upgrade to pmd 6.30.0
  • 7dd3265 Upgrade to checkstyle 8.38
  • 25c9490 Upgrade to Spring Boot 2.4.1
  • 552c533 Upgrade to Gradle 6.7.1
  • 31f7e1b Update release matrix in README
  • f38c078 Update Gradle dependency in README to latest release version
  • 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)