Skip to content

Commit 9749950

Browse files
Bump the gradle group across 1 directory with 4 updates
Bumps the gradle group with 4 updates in the / directory: [org.springframework.cloud:spring-cloud-starter-contract-stub-runner](https://github.com/spring-cloud/spring-cloud-contract), [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi), [org.springframework.boot](https://github.com/spring-projects/spring-boot) and org.sonarqube. Updates `org.springframework.cloud:spring-cloud-starter-contract-stub-runner` from 4.3.0 to 5.0.0 - [Release notes](https://github.com/spring-cloud/spring-cloud-contract/releases) - [Commits](spring-cloud/spring-cloud-contract@v4.3.0...v5.0.0) Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.8.14 to 3.0.0 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md) - [Commits](springdoc/springdoc-openapi@v2.8.14...v3.0.0) Updates `org.springframework.boot` from 3.5.7 to 4.0.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.7...v4.0.0) Updates `org.sonarqube` from 7.0.1.6134 to 7.1.0.6387 --- updated-dependencies: - dependency-name: org.springframework.cloud:spring-cloud-starter-contract-stub-runner dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gradle - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gradle - dependency-name: org.springframework.boot dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gradle - dependency-name: org.sonarqube dependency-version: 7.1.0.6387 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4480d24 commit 9749950

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ plugins {
66
kotlin("jvm") version "2.2.21"
77
kotlin("plugin.spring") version "2.2.21"
88
kotlin("plugin.jpa") version "2.2.21"
9-
id("org.springframework.boot") version "3.5.7"
9+
id("org.springframework.boot") version "4.0.0"
1010
id("io.spring.dependency-management") version "1.1.7"
1111
id("com.expediagroup.graphql") version "8.8.1"
12-
id("org.sonarqube") version "7.0.1.6134"
12+
id("org.sonarqube") version "7.1.0.6387"
1313
jacoco
1414
}
1515

@@ -24,7 +24,7 @@ configurations {
2424
}
2525

2626
val confluentVersion = "8.1.0"
27-
val springCloudVersion = "4.3.0"
27+
val springCloudVersion = "5.0.0"
2828
val logstashLogbackEncoderVersion = "9.0"
2929
val tokenSupportVersion = "5.0.39"
3030
val retryVersion = "2.0.12"
@@ -42,7 +42,7 @@ val graphQLKotlinVersion = "8.8.1"
4242
val k9FormatVersion = "12.6.2"
4343
val teamDokumenthåndteringAvroSchemaVersion = "1.1.6"
4444
val testContainersVersion = "1.21.3"
45-
val springdocVersion = "2.8.14"
45+
val springdocVersion = "3.0.0"
4646

4747
repositories {
4848
mavenCentral()

0 commit comments

Comments
 (0)