Skip to content

Commit 0fea28b

Browse files
Bump the gradle group across 1 directory with 5 updates
Bumps the gradle group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | org.springframework.cloud:spring-cloud-starter-contract-stub-runner | `4.1.2` | `4.1.3` | | [jvm](https://github.com/JetBrains/kotlin) | `1.9.24` | `2.0.0` | | [plugin.spring](https://github.com/JetBrains/kotlin) | `1.9.24` | `2.0.0` | | [plugin.jpa](https://github.com/JetBrains/kotlin) | `1.9.24` | `2.0.0` | | [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.2.5` | `3.3.0` | Updates `org.springframework.cloud:spring-cloud-starter-contract-stub-runner` from 4.1.2 to 4.1.3 Updates `jvm` from 1.9.24 to 2.0.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.24...v2.0.0) Updates `plugin.spring` from 1.9.24 to 2.0.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.24...v2.0.0) Updates `plugin.jpa` from 1.9.24 to 2.0.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.24...v2.0.0) Updates `org.springframework.boot` from 3.2.5 to 3.3.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.5...v3.3.0) --- updated-dependencies: - dependency-name: org.springframework.cloud:spring-cloud-starter-contract-stub-runner dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-major dependency-group: gradle - dependency-name: plugin.spring dependency-type: direct:production update-type: version-update:semver-major dependency-group: gradle - dependency-name: plugin.jpa dependency-type: direct:production update-type: version-update:semver-major dependency-group: gradle - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3f5f71e commit 0fea28b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle.kts

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ import com.expediagroup.graphql.plugin.gradle.tasks.GraphQLGenerateClientTask
22
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
33

44
plugins {
5-
kotlin("jvm") version "1.9.24"
6-
kotlin("plugin.spring") version "1.9.24"
7-
kotlin("plugin.jpa") version "1.9.24"
8-
id("org.springframework.boot") version "3.2.5"
5+
kotlin("jvm") version "2.0.0"
6+
kotlin("plugin.spring") version "2.0.0"
7+
kotlin("plugin.jpa") version "2.0.0"
8+
id("org.springframework.boot") version "3.3.0"
99
id("io.spring.dependency-management") version "1.1.5"
1010
id("com.expediagroup.graphql") version "7.1.1"
1111
id("org.sonarqube") version "5.0.0.4638"
@@ -23,7 +23,7 @@ configurations {
2323
}
2424

2525
val confluentVersion = "7.6.1"
26-
val springCloudVersion = "4.1.2"
26+
val springCloudVersion = "4.1.3"
2727
val logstashLogbackEncoderVersion = "7.4"
2828
val tokenSupportVersion = "4.1.7"
2929
val retryVersion = "2.0.6"

0 commit comments

Comments
 (0)