We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c5dbc3 commit eae945eCopy full SHA for eae945e
1 file changed
pom.xml
@@ -651,7 +651,6 @@
651
652
<togglz.version>2.6.1.Final</togglz.version>
653
<war.plugin.version>3.5.1</war.plugin.version>
654
- <wiremock.version>2.35.1</wiremock.version>
655
</properties>
656
657
<build>
@@ -1039,7 +1038,7 @@
1039
1038
<dependency>
1040
<groupId>com.github.tomakehurst</groupId>
1041
<artifactId>wiremock-jre8</artifactId>
1042
- <version>${wiremock.version}</version>
+ <version>2.35.1</version>
1043
</dependency>
1044
</dependencies>
1045
<executions>
0 commit comments