Skip to content

Commit 27d5a13

Browse files
Bump the gradle group with 3 updates
Bumps the gradle group with 3 updates: [jvm](https://github.com/JetBrains/kotlin), [plugin.spring](https://github.com/JetBrains/kotlin) and [plugin.jpa](https://github.com/JetBrains/kotlin). Updates `jvm` from 1.9.23 to 1.9.24 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.24/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.23...v1.9.24) Updates `plugin.spring` from 1.9.23 to 1.9.24 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.24/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.23...v1.9.24) Updates `plugin.jpa` from 1.9.23 to 1.9.24 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.24/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.23...v1.9.24) --- updated-dependencies: - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: plugin.spring dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: plugin.jpa dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2b6e895 commit 27d5a13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ 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.23"
6-
kotlin("plugin.spring") version "1.9.23"
7-
kotlin("plugin.jpa") version "1.9.23"
5+
kotlin("jvm") version "1.9.24"
6+
kotlin("plugin.spring") version "1.9.24"
7+
kotlin("plugin.jpa") version "1.9.24"
88
id("org.springframework.boot") version "3.2.5"
99
id("io.spring.dependency-management") version "1.1.5"
1010
id("com.expediagroup.graphql") version "7.1.1"

0 commit comments

Comments
 (0)