Skip to content

Commit

Permalink
chore: rm old wiremock dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsOveTen committed Oct 3, 2023
1 parent 83e6121 commit df03655
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.3</version>
<version>3.1.4</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand All @@ -32,7 +32,7 @@
<!--end standard properties-->

<kotlin.version>1.9.10</kotlin.version>
<testcontainers.version>1.19.0</testcontainers.version>
<testcontainers.version>1.19.1</testcontainers.version>
<jena.version>4.9.0</jena.version>
</properties>

Expand Down Expand Up @@ -96,14 +96,7 @@
<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock</artifactId>
<version>3.0.2</version>
<scope>test</scope>
</dependency>
<!-- Mock Auth Server-->
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8</artifactId>
<version>2.35.0</version>
<version>3.2.0</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit df03655

Please sign in to comment.