Skip to content

Commit

Permalink
Upgrade wiremock groupId (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesbusy committed Dec 17, 2023
1 parent 672641c commit d7fa600
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugin-management-library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8</artifactId>
<version>3.0.1</version>
<groupId>org.wiremock</groupId>
<artifactId>wiremock</artifactId>
<version>3.3.1</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit d7fa600

Please sign in to comment.