Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
| datasource | package                                               | from   | to    |
| ---------- | ----------------------------------------------------- | ------ | ----- |
| maven      | org.apache.maven.plugins:maven-surefire-plugin        | 2.22.2 | 3.5.2 |
| maven      | io.kotest.extensions:kotest-property-arrow-optics-jvm | 1.2.5  | 2.0.0 |
| maven      | io.kotest.extensions:kotest-property-arrow-jvm        | 1.2.5  | 2.0.0 |
| maven      | io.kotest.extensions:kotest-assertions-arrow-jvm      | 1.2.5  | 2.0.0 |
| maven      | io.arrow-kt:arrow-fx-coroutines                       | 1.1.3  | 2.0.0 |
| maven      | io.arrow-kt:arrow-optics                              | 1.1.3  | 2.0.0 |
| maven      | io.arrow-kt:arrow-core                                | 1.1.3  | 2.0.0 |
| maven      | org.jetbrains.kotlin:kotlin-maven-plugin              | 1.7.21 | 2.1.0 |
| maven      | org.jetbrains.kotlin:kotlin-stdlib                    | 1.7.21 | 2.1.0 |
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent 6894cac commit 42e1da8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.version>1.7.21</kotlin.version>
<kotlin.version>2.1.0</kotlin.version>
<kotlin.code.style>official</kotlin.code.style>
<arrow.version>1.1.3</arrow.version>
<arrow.version>2.0.0</arrow.version>
<kotest.version>5.5.4</kotest.version>
<kotestArrow.version>1.2.5</kotestArrow.version>
<kotestArrow.version>2.0.0</kotestArrow.version>
</properties>

<repositories>
Expand Down Expand Up @@ -118,7 +118,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<version>3.5.2</version>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 42e1da8

Please sign in to comment.