We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9053c30 commit 8bce8eaCopy full SHA for 8bce8ea
backend/build.gradle.kts
@@ -60,7 +60,7 @@ dependencies {
60
api("org.flywaydb:flyway-database-postgresql:10.15.2")
61
api("org.springdoc:springdoc-openapi-ui:1.8.0")
62
api("org.jetbrains.kotlin:kotlin-reflect:1.9.23")
63
- api("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10")
+ api("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.0")
64
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
65
api("com.neovisionaries:nv-i18n:1.29")
66
api("com.github.ben-manes.caffeine:caffeine:3.1.8")
0 commit comments