Skip to content

Commit 4d944a7

Browse files
chore(deps): bump org.jetbrains.kotlin:kotlin-stdlib
Bumps [org.jetbrains.kotlin:kotlin-stdlib](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-stdlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7d5f5dd commit 4d944a7

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
@@ -19,7 +19,7 @@ repositories {
1919
}
2020

2121
dependencies {
22-
implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.0'
22+
implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.20'
2323
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'

0 commit comments

Comments
 (0)