Skip to content

Commit

Permalink
dependency cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rieckpil committed Apr 23, 2024
1 parent e49a1a3 commit 62e9574
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
<node.version>v18.16.0</node.version>
<spring-cloud-aws.version>3.1.0</spring-cloud-aws.version>
<testcontainers.version>1.19.7</testcontainers.version>
<wiremock.version>3.0.1</wiremock.version>
<wiremock.version>3.5.3</wiremock.version>
<p6spy.version>3.9.1</p6spy.version>
<mockito.version>5.2.0</mockito.version>
<mockito.version>5.11.0</mockito.version>
<selenide.version>7.2.3</selenide.version>
<selenium.version>4.16.1</selenium.version>
<commons-lang3.version>3.13.0</commons-lang3.version>
Expand Down Expand Up @@ -134,11 +134,12 @@
<artifactId>spring-security-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<!-- No longer required, recent Mockito version include it -->
<!-- <dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<scope>test</scope>
</dependency>
</dependency> -->
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>postgresql</artifactId>
Expand Down Expand Up @@ -166,8 +167,8 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8-standalone</artifactId>
<groupId>org.wiremock</groupId>
<artifactId>wiremock-standalone</artifactId>
<version>${wiremock.version}</version>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 62e9574

Please sign in to comment.