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.4.0  |
| maven      | org.jetbrains.kotlin:kotlin-maven-plugin       | 1.7.21 | 2.0.20 |
| maven      | org.jetbrains.kotlin:kotlin-stdlib             | 1.7.21 | 2.0.20 |
  • Loading branch information
renovate[bot] authored Aug 22, 2024
1 parent 6894cac commit c8b47bd
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,7 +13,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.version>1.7.21</kotlin.version>
<kotlin.version>2.0.20</kotlin.version>
<kotlin.code.style>official</kotlin.code.style>
<arrow.version>1.1.3</arrow.version>
<kotest.version>5.5.4</kotest.version>
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.4.0</version>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit c8b47bd

Please sign in to comment.