Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit 83427ac

Browse files
⬆️ Bump jvm from 2.0.21 to 2.1.0 in /backend
Bumps [jvm](https://github.com/JetBrains/kotlin) from 2.0.21 to 2.1.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.21...v2.1.0) --- updated-dependencies: - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 852ee57 commit 83427ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import org.jlleitschuh.gradle.ktlint.reporter.ReporterType
55
plugins {
66
id("org.springframework.boot") version "3.4.0"
77
id("io.spring.dependency-management") version "1.1.6"
8-
kotlin("jvm") version "2.0.21"
8+
kotlin("jvm") version "2.1.0"
99
kotlin("plugin.spring") version "2.0.21"
1010
kotlin("plugin.jpa") version "2.0.21"
1111
id("org.jlleitschuh.gradle.ktlint") version "12.1.2"

0 commit comments

Comments
 (0)