Skip to content

Commit

Permalink
chore(deps): bump kotlin-reflect from 1.5.21 to 1.7.10
Browse files Browse the repository at this point in the history
Bumps [kotlin-reflect](https://github.com/JetBrains/kotlin) from 1.5.21 to 1.7.10.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 7, 2022
1 parent e4a4441 commit 9bed88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kotlinc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
api project(path: ':java-runtime')
implementation 'org.jetbrains.trove4j:trove4j:20160824'
implementation 'com.github.marschall:zipfilesystem-standalone:1.0.1'
runtimeOnly ('org.jetbrains.kotlin:kotlin-reflect:1.5.21')
runtimeOnly ('org.jetbrains.kotlin:kotlin-reflect:1.7.10')

api files(
'libs/kotlin-compiler-compiler.jar',
Expand Down

0 comments on commit 9bed88b

Please sign in to comment.