Skip to content

Commit 6c99bbf

Browse files
Bump org.jetbrains.kotlin:kotlin-reflect from 1.7.10 to 1.9.0
Bumps [org.jetbrains.kotlin:kotlin-reflect](https://github.com/JetBrains/kotlin) from 1.7.10 to 1.9.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.7.10...v1.9.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-reflect dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4cc8f55 commit 6c99bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ext {
2222
]
2323

2424
lib = [
25-
"kotlin-reflect" : "org.jetbrains.kotlin:kotlin-reflect:1.7.10",
25+
"kotlin-reflect" : "org.jetbrains.kotlin:kotlin-reflect:1.9.0",
2626
"kotlin-stdlib-jdk8" : "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10",
2727
"jsqlparser" : "com.github.jsqlparser:jsqlparser:${jsqlparserVersion}",
2828
"mybatis" : "org.mybatis:mybatis:${mybatisVersion}",

0 commit comments

Comments
 (0)