Skip to content

Commit 78f0648

Browse files
dependabot[bot]mengdaming
authored andcommitted
Bump jvm from 2.1.0 to 2.1.10 in /examples/kotlin-*
Bumps [jvm](https://github.com/JetBrains/kotlin) from 2.1.0 to 2.1.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.10/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.0...v2.1.10) --- updated-dependencies: - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Bump jvm from 2.1.0 to 2.1.10 in /examples/kotlin-gradle-wrapper Bumps [jvm](https://github.com/JetBrains/kotlin) from 2.1.0 to 2.1.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) --- updated-dependencies: - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Bump org.jetbrains.kotlin:kotlin-maven-plugin Bumps org.jetbrains.kotlin:kotlin-maven-plugin from 2.1.0 to 2.1.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> Bump org.jetbrains.kotlin:kotlin-bom in /examples/kotlin-maven-wrapper Bumps [org.jetbrains.kotlin:kotlin-bom](https://github.com/JetBrains/kotlin) from 2.1.0 to 2.1.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) --- 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> Bump org.jetbrains.kotlin:kotlin-bom in /examples/kotlin-maven Bumps [org.jetbrains.kotlin:kotlin-bom](https://github.com/JetBrains/kotlin) from 2.1.0 to 2.1.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.10/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.0...v2.1.10) --- 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> Bump org.jetbrains.kotlin:kotlin-maven-plugin in /examples/kotlin-maven Bumps org.jetbrains.kotlin:kotlin-maven-plugin from 2.1.0 to 2.1.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>
1 parent 3ed4f1a commit 78f0648

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

examples/kotlin-gradle-wrapper/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import com.adarshr.gradle.testlogger.TestLoggerPlugin
33
import com.adarshr.gradle.testlogger.theme.ThemeType
44

55
plugins {
6-
kotlin("jvm") version "2.1.0"
6+
kotlin("jvm") version "2.1.10"
77
id("com.adarshr.test-logger") version "4.0.0"
88
}
99

examples/kotlin-gradle/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import com.adarshr.gradle.testlogger.TestLoggerPlugin
33
import com.adarshr.gradle.testlogger.theme.ThemeType
44

55
plugins {
6-
kotlin("jvm") version "2.1.0"
6+
kotlin("jvm") version "2.1.10"
77
id("com.adarshr.test-logger") version "4.0.0"
88
}
99

examples/kotlin-maven-wrapper/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>org.jetbrains.kotlin</groupId>
2020
<artifactId>kotlin-bom</artifactId>
21-
<version>2.1.0</version>
21+
<version>2.1.10</version>
2222
<type>pom</type>
2323
<scope>import</scope>
2424
</dependency>
@@ -46,7 +46,7 @@
4646
<plugin>
4747
<groupId>org.jetbrains.kotlin</groupId>
4848
<artifactId>kotlin-maven-plugin</artifactId>
49-
<version>2.1.0</version>
49+
<version>2.1.10</version>
5050

5151
<executions>
5252
<execution>

examples/kotlin-maven/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>org.jetbrains.kotlin</groupId>
2020
<artifactId>kotlin-bom</artifactId>
21-
<version>2.1.0</version>
21+
<version>2.1.10</version>
2222
<type>pom</type>
2323
<scope>import</scope>
2424
</dependency>
@@ -46,7 +46,7 @@
4646
<plugin>
4747
<groupId>org.jetbrains.kotlin</groupId>
4848
<artifactId>kotlin-maven-plugin</artifactId>
49-
<version>2.1.0</version>
49+
<version>2.1.10</version>
5050

5151
<executions>
5252
<execution>

0 commit comments

Comments
 (0)