Skip to content

Commit

Permalink
Bump kotlin-stdlib from 1.5.21 to 1.5.30 (#1123)
Browse files Browse the repository at this point in the history
Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.5.21 to 1.5.30.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.30/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.5.21...v1.5.30)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 27, 2021
1 parent c76ab7f commit 2204a64
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion logbook-ktor-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.5.21</version>
<version>1.5.30</version>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
Expand Down
2 changes: 1 addition & 1 deletion logbook-ktor-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.5.21</version>
<version>1.5.30</version>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
Expand Down
2 changes: 1 addition & 1 deletion logbook-ktor-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.5.21</version>
<version>1.5.30</version>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
Expand Down
2 changes: 1 addition & 1 deletion logbook-okhttp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.5.21</version>
<version>1.5.30</version>
</dependency>
<!-- testing -->
<dependency>
Expand Down

0 comments on commit 2204a64

Please sign in to comment.