Skip to content

Commit bcb24c4

Browse files
chore(deps): bump org.jetbrains.kotlin:kotlin-stdlib
Bumps [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) from 2.0.20 to 2.1.0. - [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.1.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cbcdac7 commit bcb24c4

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.20'
22+
implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.1.0'
2323
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'

0 commit comments

Comments
 (0)