Skip to content

Commit

Permalink
Merge pull request #10737 from deannagarcia/upgradeKotlin21
Browse files Browse the repository at this point in the history
Upgrade to kotlin 1.6
  • Loading branch information
deannagarcia authored Oct 7, 2022
2 parents 6229682 + a39fa12 commit 887d795
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion java/kotlin-lite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</description>

<properties>
<kotlin.version>1.5.0</kotlin.version>
<kotlin.version>1.6.0</kotlin.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion java/kotlin-lite/pom_template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
</description>

<properties>
<kotlin.version>1.5.0</kotlin.version>
<kotlin.version>1.6.0</kotlin.version>
</properties>
</project>
2 changes: 1 addition & 1 deletion java/kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</description>

<properties>
<kotlin.version>1.5.0</kotlin.version>
<kotlin.version>1.6.0</kotlin.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion java/kotlin/pom_template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</description>

<properties>
<kotlin.version>1.5.0</kotlin.version>
<kotlin.version>1.6.0</kotlin.version>
</properties>

</project>

0 comments on commit 887d795

Please sign in to comment.