Skip to content

Commit

Permalink
Upgrade and fix wiremock dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Jan 30, 2024
1 parent 79c23fc commit 4bfd38f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions gateway-ha/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -303,13 +303,6 @@
</dependency>

<!-- Test deps -->
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock</artifactId>
<version>${dep.wiremock.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<dep.postgresql.version>42.6.0</dep.postgresql.version>
<dep.reflections.version>0.9.10</dep.reflections.version>
<dep.trino.version>433</dep.trino.version>
<dep.wiremock.version>3.0.1</dep.wiremock.version>
<dep.wiremock.version>3.3.1</dep.wiremock.version>

</properties>

Expand Down

0 comments on commit 4bfd38f

Please sign in to comment.