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

Bump spring-cloud-starter-open-service-broker from 3.1.2.RELEASE to 3.3.0 #227

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Feb 1, 2021

Bumps spring-cloud-starter-open-service-broker from 3.1.2.RELEASE 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>

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)

... (truncated)

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)
  • @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 Feb 1, 2021
@gberche-orange gberche-orange force-pushed the dependabot/maven/org.springframework.cloud-spring-cloud-starter-open-service-broker-3.3.0 branch from dfc76da to 1ca0aef Compare April 19, 2021 16:33
@gberche-orange
Copy link
Member

@dependabot rebase

@dependabot-preview
Copy link
Contributor Author

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@gberche-orange
Copy link
Member

@dependabot recreate

@dependabot-preview dependabot-preview bot force-pushed the dependabot/maven/org.springframework.cloud-spring-cloud-starter-open-service-broker-3.3.0 branch from 1ca0aef to 652e557 Compare April 19, 2021 16:42
@gberche-orange gberche-orange force-pushed the dependabot/maven/org.springframework.cloud-spring-cloud-starter-open-service-broker-3.3.0 branch from 652e557 to 34e918e Compare April 19, 2021 16:44
@gberche-orange
Copy link
Member

@dependabot recreate

2 similar comments
@gberche-orange
Copy link
Member

@dependabot recreate

@gberche-orange
Copy link
Member

@dependabot recreate

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.

1 participant