Skip to content

Commit 79bee35

Browse files
committed
Replace dependency com.github.tomakehurst:wiremock-standalone with org.wiremock:wiremock-standalone
1 parent 0fa284e commit 79bee35

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

jira-macro/jira-macro-default/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@
102102
<scope>test</scope>
103103
</dependency>
104104
<dependency>
105-
<groupId>com.github.tomakehurst</groupId>
105+
<groupId>org.wiremock</groupId>
106106
<artifactId>wiremock-standalone</artifactId>
107-
<version>2.27.2</version>
107+
<version>3.0.1</version>
108108
<scope>test</scope>
109109
</dependency>
110110
<dependency>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@
7575
<dependencyManagement>
7676
<dependencies>
7777
<dependency>
78-
<groupId>com.github.tomakehurst</groupId>
78+
<groupId>org.wiremock</groupId>
7979
<artifactId>wiremock-standalone</artifactId>
80-
<version>2.27.2</version>
80+
<version>3.0.1</version>
8181
<scope>test</scope>
8282
</dependency>
8383
</dependencies>

0 commit comments

Comments
 (0)