Skip to content

Commit

Permalink
Merge pull request #2273 from smallrye/dependabot/maven/main/kotlin.v…
Browse files Browse the repository at this point in the history
…ersion-1.9.10

Bump kotlin.version from 1.9.0 to 1.9.10
  • Loading branch information
cescoffier authored Aug 24, 2023
2 parents 773f2f2 + 29d12c7 commit 2b8d915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/kafka-quickstart-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<kotlin.version>1.9.0</kotlin.version>
<kotlin.version>1.9.10</kotlin.version>
<weld-core.version>5.1.0.Final</weld-core.version>

<mainClass>acme.Main</mainClass>
Expand Down

0 comments on commit 2b8d915

Please sign in to comment.