Skip to content

Commit

Permalink
Merge pull request #19632 from famod/kotlin-1.5.30-coroutines-1.5.1
Browse files Browse the repository at this point in the history
Bump kotlin to 1.5.30, coroutines to 1.5.1, dokka to 1.5.0
  • Loading branch information
gastaldi authored Aug 25, 2021
2 parents cc16df8 + 0f7b561 commit f4c16c7
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@
<awssdk.version>2.17.25</awssdk.version>
<aws-alexa-sdk.version>2.40.0</aws-alexa-sdk.version>
<azure-functions-java-library.version>1.4.2</azure-functions-java-library.version>
<kotlin.version>1.5.21</kotlin.version>
<kotlin.coroutine.version>1.5.0</kotlin.coroutine.version>
<kotlin.version>1.5.30</kotlin.version>
<kotlin.coroutine.version>1.5.1</kotlin.coroutine.version>
<dekorate.version>2.3.0</dekorate.version>
<maven-artifact-transfer.version>0.10.0</maven-artifact-transfer.version>
<maven-invoker.version>3.0.1</maven-invoker.version>
Expand Down
4 changes: 2 additions & 2 deletions build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<!-- 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.21</kotlin.version>
<dokka.version>1.4.32</dokka.version>
<kotlin.version>1.5.30</kotlin.version>
<dokka.version>1.5.0</dokka.version>
<scala.version>2.12.13</scala.version>
<scala-maven-plugin.version>4.4.0</scala-maven-plugin.version>
<!-- not pretty but this is used in the codestarts and we don't want to break compatibility -->
Expand Down
2 changes: 1 addition & 1 deletion independent-projects/tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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.3.72</kotlin.version>
<kotlin.version>1.5.30</kotlin.version>
<scala.version>2.12.13</scala.version>
<scala-plugin.version>4.4.0</scala-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.21"
id "org.jetbrains.kotlin.plugin.allopen" version "1.5.21"
id 'org.jetbrains.kotlin.jvm' version "1.5.30"
id "org.jetbrains.kotlin.plugin.allopen" version "1.5.30"
}

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.21"
id "org.jetbrains.kotlin.plugin.allopen" version "1.5.21"
id 'org.jetbrains.kotlin.jvm' version "1.5.30"
id "org.jetbrains.kotlin.plugin.allopen" version "1.5.30"
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.21
kotlinVersion=1.5.30

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.21"
id "org.jetbrains.kotlin.plugin.allopen" version "1.5.21"
id 'org.jetbrains.kotlin.jvm' version "1.5.30"
id "org.jetbrains.kotlin.plugin.allopen" version "1.5.30"
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.21</kotlin.version>
<kotlin.version>1.5.30</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.21</kotlin.version>
<kotlin.version>1.5.30</kotlin.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit f4c16c7

Please sign in to comment.