Skip to content

Commit d4fa777

Browse files
authored
Merge pull request #2787 from smallrye/dependabot/maven/main/kotlin.version-2.0.21
2 parents 7ca2493 + f4f6969 commit d4fa777

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

Lines changed: 1 addition & 1 deletion
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.0.20</kotlin.version>
19+
<kotlin.version>2.0.21</kotlin.version>
2020
<weld-core.version>5.1.0.Final</weld-core.version>
2121

2222
<mainClass>acme.Main</mainClass>

0 commit comments

Comments
 (0)