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.3.1 #143

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.3.1.

Release notes

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

3.3.1

Spring Cloud Open Service Broker 3.3.1 is now available. Version 3.3.0 is built and tested against Spring Boot 2.4, and is compatible with Open Service Broker API 2.15. This release includes the following updates:

  • Upgrade to Spring Boot 2.4.11
  • Address incompatibilities with Jackson 2.12 (#320)
  • Return a 400 for a request with an empty body or mismatched content type (#329)

Gradle:

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

Maven:

<dependency>
  <groupId>org.springframework.cloud</groupId>
  <artifactId>spring-cloud-starter-open-service-broker</artifactId>
  <version>3.3.1</version>
</dependency>
Commits
  • 9388db9 Release v3.3.1
  • a5a0e1f Add script to create concourse pipeline
  • 1cb89ab Update actions to only build 3.3.x branch with Java 8
  • a6a5702 Update gradlew script via 'gradle wrapper'
  • 0d45700 Use dedicated docker image for concourse pipelines
  • 2475b79 Add concourse pipelines
  • adfaac8 Add updated GitHub action configuration
  • 830497c Remove GitHub actions configuration
  • 9f5eb38 Address incompatibilities with Jackson 2.12
  • 488e703 Upgrade to pmd 6.39.0
  • 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[bot] commented 2 years ago

Superseded by #149.