Skip to content

Commit da56836

Browse files
committed
bump: org.springframework.cloud:spring-cloud-contract-gradle-plugin
- To the latest version 4. - And ignore major version bump to 5 for now as version 5 is not compatible with spring-framework version 6.
1 parent 41dddf0 commit da56836

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ updates:
1616
update-types: [ "version-update:semver-major" ] # We need to stay with protobuf-java & protoc 3.25.x as the latest grpc still depends on protobuf-java & protoc 3.25.x https://github.com/grpc/grpc-java/issues/11015
1717
- dependency-name: "org.springframework.boot:*"
1818
update-types: [ "version-update:semver-major" ] # for now stay on the more stable v3, which will be supported until June 2026: https://spring.io/projects/spring-boot#support)
19-
19+
- dependency-name: "org.springframework.cloud:spring-cloud-contract-gradle-plugin"
20+
# Needs to stay with version 4 as version 5 is incompatible with
21+
# spring-framework 6. Wait till bumping spring-boot to version 4, which
22+
# depends on spring-framework 7.
23+
update-types: [ "version-update:semver-major" ]
2024
- package-ecosystem: "github-actions"
2125
directory: "/"
2226
schedule:

applications/credhub-api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
springCloudContractVersion = '4.2.1'
3+
springCloudContractVersion = '4.3.0'
44
}
55
repositories {
66
def artifactRepoUrl = System.getenv("ARTIFACTORY_URL")

0 commit comments

Comments
 (0)