Skip to content

Commit

Permalink
chore: upgrade dokka version to 1.9.20 (#1799)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZheSun88 committed May 21, 2024
1 parent 7ed37e5 commit 36dda8f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions vaadin-testbench-unit-junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
</licenses>

<properties>
<kotlin.version>1.6.21</kotlin.version>
<dokka.version>1.6.21</dokka.version>
<kotlin.version>1.9.20</kotlin.version>
<dokka.version>1.9.20</dokka.version>
<junit5.version>5.9.1</junit5.version>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions vaadin-testbench-unit-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@


<properties>
<kotlin.version>1.6.21</kotlin.version>
<dokka.version>1.6.21</dokka.version>
<kotlin.version>1.9.20</kotlin.version>
<dokka.version>1.9.20</dokka.version>
</properties>

<profiles>
Expand Down
4 changes: 2 additions & 2 deletions vaadin-testbench-unit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
</licenses>

<properties>
<kotlin.version>1.6.21</kotlin.version>
<dokka.version>1.6.21</dokka.version>
<kotlin.version>1.9.20</kotlin.version>
<dokka.version>1.9.20</dokka.version>
<junit4.version>4.13.2</junit4.version>
</properties>

Expand Down

0 comments on commit 36dda8f

Please sign in to comment.