diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4853158..02f9728 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,15 @@ updates: milestone: 14 labels: - dependencies + + - package-ecosystem: gradle + directory: "/" + target-branch: "1.4.x" + schedule: + interval: weekly + milestone: 14 + labels: + - dependencies ignore: - dependency-name: "org.springframework.boot" versions: [ "2.6.x", "2.7.x" ] diff --git a/README.adoc b/README.adoc index 25b14d7..7292d5c 100644 --- a/README.adoc +++ b/README.adoc @@ -19,6 +19,15 @@ Join us in our gitter channel: https://gitter.im/spring-cloud-app-broker/communi === Compatibility +==== 1.5.x + +* https://projects.spring.io/spring-framework/[Spring Framework] 5.3.x +* https://projects.spring.io/spring-boot/[Spring Boot] 2.6.x +* https://github.com/cloudfoundry/cf-java-client/[Cloud Foundry Java Client] 5.x +* https://github.com/reactor/[Reactor] 3.4.x +* https://spring.io/projects/spring-cloud-open-service-broker/[Spring Cloud Open Service Broker] 3.5.x +* https://github.com/openservicebrokerapi/servicebroker/tree/v2.15/[Open Service Broker API] 2.16 + ==== 1.4.x * https://projects.spring.io/spring-framework/[Spring Framework] 5.3.x diff --git a/gradle.properties b/gradle.properties index 5b27313..230ce6c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=1.4.0-SNAPSHOT +version=1.5.0-SNAPSHOT group=org.springframework.cloud onlyShowStandardStreamsOnTestFailure = false diff --git a/scripts/set-pipelines.sh b/scripts/set-pipelines.sh index d56a215..06aa909 100755 --- a/scripts/set-pipelines.sh +++ b/scripts/set-pipelines.sh @@ -3,7 +3,7 @@ set -euo pipefail readonly FLY_TARGET="app-broker" -readonly VERSION=1.4.x +readonly VERSION=1.5.x readonly BRANCH=main set_pipeline() {