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

Commit 5090ccc

Browse files
⬆️ Bump org.jetbrains.kotlin:kotlin-reflect in /backend
Bumps [org.jetbrains.kotlin:kotlin-reflect](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/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.21...v2.1.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-reflect dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8d4fde7 commit 5090ccc

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
@@ -32,7 +32,7 @@ dependencies {
3232
testImplementation("org.springframework.boot:spring-boot-starter-test")
3333
testImplementation("org.springframework.security:spring-security-test")
3434

35-
implementation("org.jetbrains.kotlin:kotlin-reflect:2.0.21")
35+
implementation("org.jetbrains.kotlin:kotlin-reflect:2.1.0")
3636
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2")
3737
implementation("org.flywaydb:flyway-core:11.0.0")
3838
implementation("org.flywaydb:flyway-database-postgresql:11.0.0")

0 commit comments

Comments
 (0)