Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Commit

Permalink
update wiremock to version 3.x
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Hoß <[email protected]>
  • Loading branch information
sebhoss committed Nov 12, 2023
1 parent 31722b6 commit e8e812a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions maven-boms/maven-boms-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<version.assertj-core>3.24.2</version.assertj-core>
<version.equalsverifier>3.15.3</version.equalsverifier>
<version.mockserver>5.15.0</version.mockserver>
<version.wiremock>2.35.1</version.wiremock>
<version.wiremock>3.0.1</version.wiremock>
<version.archunit>1.2.0</version.archunit>
<version.system-lambda>1.2.1</version.system-lambda>
<version.system-stubs>2.1.4</version.system-stubs>
Expand Down Expand Up @@ -182,11 +182,6 @@
<artifactId>wiremock-standalone</artifactId>
<version>${version.wiremock}</version>
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>crash-lab</artifactId>
<version>${version.wiremock}</version>
</dependency>

<!-- ArchUnit -->
<!-- https://www.archunit.org/ -->
Expand Down

0 comments on commit e8e812a

Please sign in to comment.