Skip to content

Commit ae68ba0

Browse files
dependabot[bot]cescoffier
authored andcommitted
Bump kotlin.version from 2.1.10 to 2.1.20
Bumps `kotlin.version` from 2.1.10 to 2.1.20. Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 2.1.10 to 2.1.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.10...v2.1.20) Updates `org.jetbrains.kotlin:kotlin-test` from 2.1.10 to 2.1.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.10...v2.1.20) Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.1.10 to 2.1.20 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-test dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 23fde91 commit ae68ba0

File tree

1 file changed

+1
-1
lines changed
  • examples/kafka-quickstart-kotlin

1 file changed

+1
-1
lines changed

examples/kafka-quickstart-kotlin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<properties>
1717
<maven.compiler.source>1.8</maven.compiler.source>
1818
<maven.compiler.target>1.8</maven.compiler.target>
19-
<kotlin.version>2.1.10</kotlin.version>
19+
<kotlin.version>2.1.20</kotlin.version>
2020
<weld-core.version>5.1.0.Final</weld-core.version>
2121

2222
<mainClass>acme.Main</mainClass>

0 commit comments

Comments
 (0)