chore(deps): bump org.jetbrains.kotlin:kotlin-stdlib-jdk8

Bumps [org.jetbrains.kotlin:kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin) from 2.0.20 to 2.0.21.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.21/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.20...v2.0.21)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-10-14 19:50:36 +00:00 committed by yulichang
parent bac3938b11
commit 484eb831dc
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
<groupId>org.jetbrains.kotlin</groupId>
<!--suppress KotlinMavenPluginPhase -->
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>2.0.20</version>
<version>2.0.21</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>

View File

@ -74,7 +74,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>2.0.20</version>
<version>2.0.21</version>
<scope>provided</scope>
</dependency>
<dependency>