Skip to content

Commit

Permalink
Bump kotlin from 2.0.20 to 2.0.21 in /examples/kotlin-*
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains.kotlin:kotlin-bom](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](JetBrains/kotlin@v2.0.20...v2.0.21)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and mengdaming committed Oct 14, 2024
1 parent ca388a1 commit 20d6c06
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/kotlin-gradle-wrapper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import com.adarshr.gradle.testlogger.TestLoggerPlugin
import com.adarshr.gradle.testlogger.theme.ThemeType

plugins {
kotlin("jvm") version "2.0.20"
kotlin("jvm") version "2.0.21"
id("com.adarshr.test-logger") version "4.0.0"
}

Expand Down
2 changes: 1 addition & 1 deletion examples/kotlin-gradle/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import com.adarshr.gradle.testlogger.TestLoggerPlugin
import com.adarshr.gradle.testlogger.theme.ThemeType

plugins {
kotlin("jvm") version "2.0.20"
kotlin("jvm") version "2.0.21"
id("com.adarshr.test-logger") version "4.0.0"
}

Expand Down
4 changes: 2 additions & 2 deletions examples/kotlin-maven-wrapper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-bom</artifactId>
<version>2.0.20</version>
<version>2.0.21</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -46,7 +46,7 @@
<plugin>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-maven-plugin</artifactId>
<version>2.0.20</version>
<version>2.0.21</version>

<executions>
<execution>
Expand Down
4 changes: 2 additions & 2 deletions examples/kotlin-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-bom</artifactId>
<version>2.0.20</version>
<version>2.0.21</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -46,7 +46,7 @@
<plugin>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-maven-plugin</artifactId>
<version>2.0.20</version>
<version>2.0.21</version>

<executions>
<execution>
Expand Down

0 comments on commit 20d6c06

Please sign in to comment.