Skip to content

Commit 9c7681f

Browse files
chore(deps): bump org.jetbrains.kotlin:kotlin-reflect
Bumps [org.jetbrains.kotlin:kotlin-reflect](https://github.com/JetBrains/kotlin) from 2.0.0 to 2.0.20. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.0...v2.0.20) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-reflect dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f97a253 commit 9c7681f

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
@@ -20,7 +20,7 @@ repositories {
2020

2121
dependencies {
2222
implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.0'
23-
implementation 'org.jetbrains.kotlin:kotlin-reflect:2.0.0'
23+
implementation 'org.jetbrains.kotlin:kotlin-reflect:2.0.20'
2424
api 'commons-io:commons-io:2.16.1'
2525
api 'org.junit.jupiter:junit-jupiter-api:5.10.3'
2626
api 'org.junit.jupiter:junit-jupiter-engine:5.10.3'

0 commit comments

Comments
 (0)