Skip to content

Commit

Permalink
[Tech] Bump org.jetbrains.kotlin:kotlin-stdlib-jdk8 in /backend
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 2, 2024
1 parent 9053c30 commit 8bce8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dependencies {
api("org.flywaydb:flyway-database-postgresql:10.15.2")
api("org.springdoc:springdoc-openapi-ui:1.8.0")
api("org.jetbrains.kotlin:kotlin-reflect:1.9.23")
api("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10")
api("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.0")
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
api("com.neovisionaries:nv-i18n:1.29")
api("com.github.ben-manes.caffeine:caffeine:3.1.8")
Expand Down

0 comments on commit 8bce8ea

Please sign in to comment.