Skip to content

Commit

Permalink
Bump kotlin tooling versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hgschmie committed Sep 2, 2023
1 parent 9cba817 commit aed5572
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/versions-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:

strategy:
matrix:
test-version: [ 1.5.32, 1.6.21, 1.7.21, 1.8.22, 1.9.0 ]
test-version: [ 1.5.32, 1.6.21, 1.7.21, 1.8.22, 1.9.10 ]

steps:
- uses: actions/checkout@v3
Expand Down
8 changes: 4 additions & 4 deletions internal/build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
<!-- derby 10.16 is JDK 17 only, keep it on 10.15 for now -->
<dep.derby.version>10.15.2.0</dep.derby.version>
<dep.detekt.version>1.23.1</dep.detekt.version>
<dep.dokka.version>1.8.20</dep.dokka.version>
<dep.errorprone.version>2.21.1</dep.errorprone.version>
<dep.flyway.version>9.21.1</dep.flyway.version>
<dep.freebuilder.version>2.8.0</dep.freebuilder.version>
Expand Down Expand Up @@ -108,10 +107,11 @@
<dep.pg-embedded.version>5.0</dep.pg-embedded.version>
<dep.plugin.asciidoctor.version>2.2.4</dep.plugin.asciidoctor.version>
<dep.plugin.detekt.version>1.23.1</dep.plugin.detekt.version>
<dep.plugin.dokka.version>1.9.0</dep.plugin.dokka.version>
<dep.plugin.flatten.version>1.5.0</dep.plugin.flatten.version>
<dep.plugin.inline.version>1.1.0</dep.plugin.inline.version>
<dep.plugin.kotlin.version>1.9.0</dep.plugin.kotlin.version>
<dep.plugin.ktlint.version>1.16.0</dep.plugin.ktlint.version>
<dep.plugin.kotlin.version>1.9.10</dep.plugin.kotlin.version>
<dep.plugin.ktlint.version>2.0.0</dep.plugin.ktlint.version>
<dep.plugin.sortpom.version>3.3.0</dep.plugin.sortpom.version>
<dep.postgresql.version>42.6.0</dep.postgresql.version>
<dep.slf4j.version>1.7.36</dep.slf4j.version>
Expand Down Expand Up @@ -622,7 +622,7 @@
<plugin>
<groupId>org.jetbrains.dokka</groupId>
<artifactId>dokka-maven-plugin</artifactId>
<version>${dep.dokka.version}</version>
<version>${dep.plugin.dokka.version}</version>
<configuration>
<jdkVersion>${project.build.targetJdk}</jdkVersion>
<skip>${basepom.javadoc.skip}</skip>
Expand Down

0 comments on commit aed5572

Please sign in to comment.