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

Commit a6c83e7

Browse files
⬆️ Bump plugin.spring from 2.0.21 to 2.1.0 in /backend
Bumps [plugin.spring](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: plugin.spring dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 852ee57 commit a6c83e7

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
@@ -6,7 +6,7 @@ plugins {
66
id("org.springframework.boot") version "3.4.0"
77
id("io.spring.dependency-management") version "1.1.6"
88
kotlin("jvm") version "2.0.21"
9-
kotlin("plugin.spring") version "2.0.21"
9+
kotlin("plugin.spring") version "2.1.0"
1010
kotlin("plugin.jpa") version "2.0.21"
1111
id("org.jlleitschuh.gradle.ktlint") version "12.1.2"
1212
}

0 commit comments

Comments
 (0)