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.0  |
| maven      | org.jetbrains.kotlin:kotlin-maven-plugin       | 1.7.10 | 2.0.20 |
| maven      | org.jetbrains.kotlin:kotlin-stdlib             | 1.7.10 | 2.0.20 |
  • Loading branch information
renovate[bot] authored Aug 27, 2024
1 parent 49850f9 commit 662d944
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.10</kotlin.version>
<kotlin.version>2.0.20</kotlin.version>
<kotlin.code.style>official</kotlin.code.style>
<arrow.version>1.1.2</arrow.version>
<kotest.version>5.4.1</kotest.version>
Expand Down Expand Up @@ -142,7 +142,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<version>3.5.0</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down

0 comments on commit 662d944

Please sign in to comment.