Skip to content

Commit 824bae3

Browse files
committed
Replace dependency com.github.tomakehurst:wiremock-standalone with org.wiremock:wiremock-standalone
1 parent 7c518f7 commit 824bae3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

jira-macro/jira-macro-count/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@
7373
<scope>test</scope>
7474
</dependency>
7575
<dependency>
76-
<groupId>com.github.tomakehurst</groupId>
76+
<groupId>org.wiremock</groupId>
7777
<artifactId>wiremock-standalone</artifactId>
78-
<version>2.27.2</version>
78+
<version>3.0.1</version>
7979
<scope>test</scope>
8080
</dependency>
8181
<dependency>

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
<dependencies>
7676

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
<dependency>

0 commit comments

Comments
 (0)