Skip to content

Commit bf86f15

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump kotlin-reflect from 1.6.21 to 1.7.0
Bumps [kotlin-reflect](https://github.com/JetBrains/kotlin) from 1.6.21 to 1.7.0. - [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>
1 parent 0561e5a commit bf86f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dependencies {
6262
}
6363
}
6464
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.6.21")
65-
implementation("org.jetbrains.kotlin:kotlin-reflect:1.6.21")
65+
implementation("org.jetbrains.kotlin:kotlin-reflect:1.7.0")
6666

6767
implementation("io.github.microutils:kotlin-logging:2.1.23")
6868
implementation("org.slf4j:slf4j-api:1.7.36")

0 commit comments

Comments
 (0)