Skip to content

Commit

Permalink
Additional POM.xml fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sheinbergon committed May 10, 2024
1 parent 99de9ae commit b70faa7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<junit.version>4.13.2</junit.version>
<junit-jupiter.version>5.10.2</junit-jupiter.version>
<junit-platform.version>1.10.2</junit-platform.version>
<kotlin.version>1.9.23</kotlin.version>
<kotlin.version>1.9.24</kotlin.version>
<kotest.version>5.9.0</kotest.version>
<joda.version>2.9</joda.version>
<detekt.version>1.23.5</detekt.version>
Expand Down Expand Up @@ -175,12 +175,6 @@
<version>${commons-io.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>${commons-io.version}</version>
<scope>provided</scope>
</dependency>
<!-- Test Dependencies -->
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
Expand Down

0 comments on commit b70faa7

Please sign in to comment.