Skip to content

Commit 7c20f18

Browse files
Bump the gradle group across 1 directory with 4 updates
Bumps the gradle group with 4 updates in the / directory: [jvm](https://github.com/JetBrains/kotlin), [plugin.spring](https://github.com/JetBrains/kotlin), [plugin.jpa](https://github.com/JetBrains/kotlin) and [org.springframework.boot](https://github.com/spring-projects/spring-boot). 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/v2.0.0/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/v2.0.0/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/v2.0.0/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: 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 7c20f18

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle.kts

+4-4
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"

0 commit comments

Comments
 (0)