Skip to content

Commit 43d2b6a

Browse files
Bump kotlin-stdlib-version from 1.7.22 to 1.8.0 (#3785)
Bumps `kotlin-stdlib-version` from 1.7.22 to 1.8.0. Updates `kotlin-stdlib` from 1.7.22 to 1.8.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.0/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.7.22...v1.8.0) Updates `kotlin-stdlib-common` from 1.7.22 to 1.8.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.0/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.7.22...v1.8.0) Updates `kotlin-stdlib-jdk7` from 1.7.22 to 1.8.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.0/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.7.22...v1.8.0) Updates `kotlin-stdlib-jdk8` from 1.7.22 to 1.8.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.0/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.7.22...v1.8.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-common dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk7 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ced571b commit 43d2b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@
629629
<commons.io.version>2.11.0</commons.io.version>
630630
<awaitility-version>4.2.0</awaitility-version>
631631
<client-java-version>16.0.2</client-java-version>
632-
<kotlin-stdlib-version>1.7.22</kotlin-stdlib-version>
632+
<kotlin-stdlib-version>1.8.0</kotlin-stdlib-version>
633633
<okhttp-version>4.10.0</okhttp-version>
634634
<junit.jupiter.version>5.9.1</junit.jupiter.version>
635635
<junit.vintage.version>5.7.1</junit.vintage.version>

0 commit comments

Comments
 (0)