Skip to content

Commit

Permalink
Merge pull request #18828 from gsmet/kotlin-1.5.21
Browse files Browse the repository at this point in the history
Bump Kotlin to 1.5.21
  • Loading branch information
gsmet authored Jul 20, 2021
2 parents 85ba99d + e48a0dd commit 2d33ad1
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
<awssdk.version>2.17.0</awssdk.version>
<aws-alexa-sdk.version>2.39.0</aws-alexa-sdk.version>
<azure-functions-java-library.version>1.4.2</azure-functions-java-library.version>
<kotlin.version>1.5.20</kotlin.version>
<kotlin.version>1.5.21</kotlin.version>
<kotlin.coroutine.version>1.5.0</kotlin.coroutine.version>
<dekorate.version>2.2.2</dekorate.version>
<maven-artifact-transfer.version>0.10.0</maven-artifact-transfer.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 @@ -20,7 +20,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.5.20</kotlin.version>
<kotlin.version>1.5.21</kotlin.version>
<dokka.version>1.4.32</dokka.version>
<scala.version>2.12.13</scala.version>
<scala-maven-plugin.version>4.4.0</scala-maven-plugin.version>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
plugins {
id 'java'
id 'io.quarkus'
id 'org.jetbrains.kotlin.jvm' version "1.5.20"
id "org.jetbrains.kotlin.plugin.allopen" version "1.5.20"
id 'org.jetbrains.kotlin.jvm' version "1.5.21"
id "org.jetbrains.kotlin.plugin.allopen" version "1.5.21"
}

repositories {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'org.jetbrains.kotlin.jvm' version "1.5.20"
id "org.jetbrains.kotlin.plugin.allopen" version "1.5.20"
id 'org.jetbrains.kotlin.jvm' version "1.5.21"
id "org.jetbrains.kotlin.plugin.allopen" version "1.5.21"
id 'io.quarkus'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
quarkusPlatformArtifactId=quarkus-bom
quarkusPlatformGroupId=io.quarkus

kotlinVersion=1.5.20
kotlinVersion=1.5.21

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java'
id 'org.jetbrains.kotlin.jvm' version "1.5.20"
id "org.jetbrains.kotlin.plugin.allopen" version "1.5.20"
id 'org.jetbrains.kotlin.jvm' version "1.5.21"
id "org.jetbrains.kotlin.plugin.allopen" version "1.5.21"
id 'io.quarkus'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<maven.compiler.source>11</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.target>11</maven.compiler.target>
<kotlin.version>1.5.20</kotlin.version>
<kotlin.version>1.5.21</kotlin.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<maven.compiler.source>11</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.target>11</maven.compiler.target>
<kotlin.version>1.5.20</kotlin.version>
<kotlin.version>1.5.21</kotlin.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 2d33ad1

Please sign in to comment.