Skip to content

Commit

Permalink
oppgraderer shedlock
Browse files Browse the repository at this point in the history
  • Loading branch information
tiafiring committed Dec 7, 2023
1 parent 3db6da2 commit aece15b
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

<testcontainers.version>1.19.3</testcontainers.version>
<mockito-kotlin.version>5.2.1</mockito-kotlin.version>
<schedlock.version>5.10.0</schedlock.version>
<schedlock.version>5.10.1</schedlock.version>
<nimbus.version>11.7</nimbus.version>
<mockk.version>1.13.8</mockk.version>
<kotest.version>5.6.1</kotest.version>
Expand All @@ -58,8 +58,6 @@
<common.version>3.2023.11.16_08.57-4fe62b8f9658</common.version>
<logstash.version>7.4</logstash.version>
<unleash.version>9.1.1</unleash.version>
<!-- overstyrer sårbar dependency-->
<snakeyaml.version>2.2</snakeyaml.version>
</properties>

<repositories>
Expand All @@ -83,13 +81,6 @@
<sourceDirectory>src/main/kotlin</sourceDirectory>
<testSourceDirectory>src/test/kotlin</testSourceDirectory>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<parameters>true</parameters>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down

0 comments on commit aece15b

Please sign in to comment.