Skip to content

Commit 8a6f19d

Browse files
chore(deps): bump org.jetbrains.kotlin:kotlin-reflect (#316)
Bumps [org.jetbrains.kotlin:kotlin-reflect](https://github.com/JetBrains/kotlin) from 2.0.20 to 2.0.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.20...v2.0.21) --- 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 141c469 commit 8a6f19d

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.20'
23-
implementation 'org.jetbrains.kotlin:kotlin-reflect:2.0.20'
23+
implementation 'org.jetbrains.kotlin:kotlin-reflect:2.0.21'
2424
api 'commons-io:commons-io:2.17.0'
2525
api 'org.junit.jupiter:junit-jupiter-api:5.11.3'
2626
api 'org.junit.jupiter:junit-jupiter-engine:5.11.3'

0 commit comments

Comments
 (0)