Skip to content

Commit

Permalink
Merge pull request #407 from camunda-community-hub/dependabot/maven/k…
Browse files Browse the repository at this point in the history
…otlin.version-1.9.10

chore(deps): bump kotlin.version from 1.8.22 to 1.9.10
  • Loading branch information
saig0 authored Oct 16, 2023
2 parents dbc61aa + f21dd77 commit de1a040
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</modules>

<properties>
<kotlin.version>1.8.22</kotlin.version>
<kotlin.version>1.9.10</kotlin.version>

<zeebe.version>8.3.0</zeebe.version>

Expand Down Expand Up @@ -133,7 +133,7 @@

<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<artifactId>kotlin-stdlib</artifactId>
<version>${kotlin.version}</version>
</dependency>
<dependency>
Expand All @@ -154,7 +154,7 @@
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<artifactId>kotlin-stdlib</artifactId>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
Expand Down

0 comments on commit de1a040

Please sign in to comment.