Skip to content

Commit

Permalink
[Tech] Bump org.jetbrains.kotlin:kotlin-reflect in /backend
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains.kotlin:kotlin-reflect](https://github.com/JetBrains/kotlin) from 1.9.23 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.23...v2.0.0)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 2, 2024
1 parent 9053c30 commit c942af3
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 @@ -59,7 +59,7 @@ dependencies {
api("org.flywaydb:flyway-core:10.15.2")
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-reflect:2.0.0")
api("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10")
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
api("com.neovisionaries:nv-i18n:1.29")
Expand Down

0 comments on commit c942af3

Please sign in to comment.