Skip to content

Commit

Permalink
Update all dependencies (#24)
Browse files Browse the repository at this point in the history
| datasource | package                                  | from   | to     |
| ---------- | ---------------------------------------- | ------ | ------ |
| maven      | io.kotest:kotest-property-jvm            | 5.3.0  | 5.4.1  |
| maven      | io.kotest:kotest-assertions-core-jvm     | 5.3.0  | 5.4.1  |
| maven      | io.kotest:kotest-runner-junit5-jvm       | 5.3.0  | 5.4.1  |
| maven      | org.jetbrains.kotlin:kotlin-maven-plugin | 1.6.21 | 1.7.10 |
| maven      | org.jetbrains.kotlin:kotlin-stdlib       | 1.6.21 | 1.7.10 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 3, 2022
1 parent ab81b88 commit 98a6866
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.version>1.6.21</kotlin.version>
<kotlin.version>1.7.10</kotlin.version>
<kotlin.code.style>official</kotlin.code.style>
<arrow.version>1.1.2</arrow.version>
<kotest.version>5.3.0</kotest.version>
<kotest.version>5.4.1</kotest.version>
<kotestArrow.version>1.2.5</kotestArrow.version>
</properties>

Expand Down

0 comments on commit 98a6866

Please sign in to comment.