Skip to content

Commit

Permalink
Merge pull request quarkusio#15421 from evanchooly/kotlin1.4.31
Browse files Browse the repository at this point in the history
Bump kotlin version to 1.4.31
  • Loading branch information
gsmet authored Mar 3, 2021
2 parents a8640dd + 76ff7de commit 1516ef6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
<awssdk.version>2.16.10</awssdk.version>
<aws-alexa-sdk.version>2.37.1</aws-alexa-sdk.version>
<azure-functions-java-library.version>1.4.0</azure-functions-java-library.version>
<kotlin.version>1.4.20</kotlin.version>
<kotlin.version>1.4.31</kotlin.version>
<dekorate.version>0.14.2</dekorate.version>
<maven-artifact-transfer.version>0.10.0</maven-artifact-transfer.version>
<jline.version>2.14.6</jline.version>
Expand Down
2 changes: 1 addition & 1 deletion build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<!-- These properties are needed in order for them to be resolvable by the generated projects -->
<!-- Quarkus uses jboss-parent and it comes with 3.8.1-jboss-1, we don't want that in the templates -->
<compiler-plugin.version>3.8.1</compiler-plugin.version>
<kotlin.version>1.4.20</kotlin.version>
<kotlin.version>1.4.31</kotlin.version>
<scala.version>2.12.8</scala.version>
<scala-plugin.version>4.1.1</scala-plugin.version>

Expand Down

0 comments on commit 1516ef6

Please sign in to comment.