test: update to JRE8+ version of Wiremock with Junit5 extension
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-04-12 21:01:40 +02:00
parent 85aa5c3c30
commit 18cb89ace4
2 changed files with 11 additions and 23 deletions

View File

@ -139,8 +139,8 @@
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock</artifactId>
<version>2.27.2</version>
<artifactId>wiremock-jre8</artifactId>
<version>2.33.1</version>
<scope>test</scope>
</dependency>
<dependency>