Skip to content

Commit

Permalink
Merge pull request #20253 from famod/dokka-coroutines
Browse files Browse the repository at this point in the history
Bump kotlin-coroutines to 1.5.2, dokka to 1.5.30
  • Loading branch information
famod authored Sep 20, 2021
2 parents c708b7c + 70bcc28 commit 09d1979
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 @@ -149,7 +149,7 @@
<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.30</kotlin.version>
<kotlin.coroutine.version>1.5.1</kotlin.coroutine.version>
<kotlin.coroutine.version>1.5.2</kotlin.coroutine.version>
<dekorate.version>2.5.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
2 changes: 1 addition & 1 deletion build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<!-- 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.30</kotlin.version>
<dokka.version>1.5.0</dokka.version>
<dokka.version>1.5.30</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

0 comments on commit 09d1979

Please sign in to comment.