Skip to content

Commit

Permalink
Bump org.jetbrains.kotlin:kotlin-stdlib-common from 1.9.20 to 1.9.22 (#…
Browse files Browse the repository at this point in the history
…48)

Bumps [org.jetbrains.kotlin:kotlin-stdlib-common](https://github.com/JetBrains/kotlin) from 1.9.20 to 1.9.22.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.20...v1.9.22)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-common
  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>
Co-authored-by: Anna Karyakina <[email protected]>
  • Loading branch information
dependabot[bot] and akaryakina committed Mar 13, 2024
1 parent 1aa18f0 commit 1f82c27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ dependencies {
implementation 'io.swagger:swagger-annotations:1.6.12'
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'
implementation 'com.squareup.okio:okio-jvm:3.6.0'
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.20'
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.22'
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.22'
implementation 'org.jetbrains.kotlin:kotlin-stdlib-common:1.9.20'
implementation 'org.jetbrains.kotlin:kotlin-stdlib-common:1.9.22'
testImplementation 'junit:junit:4.13.2'
}

Expand Down

0 comments on commit 1f82c27

Please sign in to comment.