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.3.0 to 3.4.0 #149

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

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

Release notes

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

3.4.0

Spring Cloud Open Service Broker 3.4.0 is now available. Version 3.4.0 includes initial support for some OSB API v2.16 features. You may track the overall progress in #318, or by following the OSB API 2.16 tag. This release includes the following updates:

  • Upgrade to Spring Boot 2.5.7 (#337)
  • Support changes in Jackson 2.12 (#320)
  • Return a 400 for a request with an empty body or mismatched content type (#329)
  • Service Instances can be labelled with information defined by the Service Broker (#311 via @​andreaAlkalay)
  • Allow the platform to supply Service ID and Plan ID as hints when retrieving a service binding or a service instance (#287)

Gradle:

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

Maven:

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

3.4.0-RC1

Spring Cloud Open Service Broker 3.4.0-RC1 is now available. Version 3.4.0 will include initial support for some OSB API v2.16 features. You may track the overall progress in #318, or by following the OSB API 2.16 tag. This release includes the following updates:

  • Upgrade to Spring Boot 2.5.7 (#337)

Gradle:

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

Maven:

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

3.4.0-M2

Spring Cloud Open Service Broker 3.4.0-M2 is now available. Version 3.4.0 will include initial support for some OSB API v2.16 features. You may track the overall progress in #318, or by following the OSB API 2.16 tag. This release includes the following updates:

  • Upgrade to Spring Boot 2.5.5 (#327)
  • Support changes in Jackson 2.12 (#320)
  • Return a 400 for a request with an empty body or mismatched content type (#329)

Gradle:

... (truncated)

Commits
  • 66b4357 Release v3.4.0
  • 1a440ea Next development version (v3.4.0-SNAPSHOT)
  • 4ed5bbb Release v3.4.0-RC1
  • 256a343 Upgrade to Spring Boot 2.5.7
  • 8b46615 Remove GitHub actions Java 11 build
  • f245b88 Fix sync to maven central pipeline
  • 401f320 Update gradle wrapper
  • ae3ea8d Restore the correct blockhound dependencies for junit integration
  • a3e2d25 Fix path to docker image
  • 6b92dff Use dedicated docker image for concourse pipelines
  • 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)