Skip to content

Commit 6a719ce

Browse files
chore(lapis): bump the minorandpatch group in /lapis with 2 updates
Bumps the minorandpatch group in /lapis with 2 updates: [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) and [org.jetbrains.kotlin.plugin.spring](https://github.com/JetBrains/kotlin). Updates `org.jetbrains.kotlin.jvm` from 2.0.21 to 2.1.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.21...v2.1.0) Updates `org.jetbrains.kotlin.plugin.spring` from 2.0.21 to 2.1.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.21...v2.1.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.jvm dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: org.jetbrains.kotlin.plugin.spring dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent be272d4 commit 6a719ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lapis/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent
44
plugins {
55
id 'org.springframework.boot' version '3.4.0'
66
id 'io.spring.dependency-management' version '1.1.6'
7-
id 'org.jetbrains.kotlin.jvm' version '2.0.21'
8-
id 'org.jetbrains.kotlin.plugin.spring' version '2.0.21'
7+
id 'org.jetbrains.kotlin.jvm' version '2.1.0'
8+
id 'org.jetbrains.kotlin.plugin.spring' version '2.1.0'
99
id 'org.jlleitschuh.gradle.ktlint' version "12.1.2"
1010
id 'org.springdoc.openapi-gradle-plugin' version "1.9.0"
1111
id 'antlr'

0 commit comments

Comments
 (0)