Skip to content

Commit

Permalink
Bump jvm from 2.0.0 to 2.0.10 in /examples/kotlin-*
Browse files Browse the repository at this point in the history
Bumps org.jetbrains.kotlin:kotlin-maven-plugin from 2.0.0 to 2.0.10.

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  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 Aug 12, 2024
1 parent 9c03d3d commit 6aadbdd
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.0"
kotlin("jvm") version "2.0.10"
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.0"
kotlin("jvm") version "2.0.10"
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.0</version>
<version>2.0.10</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.0</version>
<version>2.0.10</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.0</version>
<version>2.0.10</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.0</version>
<version>2.0.10</version>

<executions>
<execution>
Expand Down

0 comments on commit 6aadbdd

Please sign in to comment.