Skip to content

Commit 8bce8ea

Browse files
[Tech] Bump org.jetbrains.kotlin:kotlin-stdlib-jdk8 in /backend
Bumps [org.jetbrains.kotlin:kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin) from 1.9.10 to 2.0.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.10...v2.0.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9053c30 commit 8bce8ea

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
@@ -60,7 +60,7 @@ dependencies {
6060
api("org.flywaydb:flyway-database-postgresql:10.15.2")
6161
api("org.springdoc:springdoc-openapi-ui:1.8.0")
6262
api("org.jetbrains.kotlin:kotlin-reflect:1.9.23")
63-
api("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10")
63+
api("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.0")
6464
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
6565
api("com.neovisionaries:nv-i18n:1.29")
6666
api("com.github.ben-manes.caffeine:caffeine:3.1.8")

0 commit comments

Comments
 (0)