Skip to content

Commit

Permalink
Wiremock version update
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
  • Loading branch information
senivam committed Apr 18, 2024
1 parent d98cf53 commit 158c51a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2297,7 +2297,7 @@
<weld3.version>3.1.9.Final</weld3.version>
<validation.impl.version>7.0.5.Final</validation.impl.version>
<!-- END of Jakartified, eligible for CQ -->
<wiremock.version>2.27.2</wiremock.version>
<wiremock.version>3.5.2</wiremock.version>
<xerces.version>2.12.2</xerces.version>

<!-- Graal VM -->
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/microprofile/rest-client-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
<groupId>org.wiremock</groupId>
<artifactId>wiremock</artifactId>
<version>${wiremock.version}</version>
<scope>test</scope>
Expand Down

0 comments on commit 158c51a

Please sign in to comment.