Skip to content

Commit 8557bd2

Browse files
authored
Merge pull request eugenp#8117 from alimate/BAEL-3272
BAEL 3272: Fixed the Dependency Conflict Issue
2 parents 6239459 + d800702 commit 8557bd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-jersey/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,12 +222,12 @@
222222
</build>
223223

224224
<properties>
225-
<jersey.version>2.27</jersey.version>
225+
<jersey.version>2.29.1</jersey.version>
226226
<cargo-maven2-plugin.version>1.6.1</cargo-maven2-plugin.version>
227227
<httpcore.version>4.4.9</httpcore.version>
228228
<httpclient.version>4.5.5</httpclient.version>
229229
<javax.servlet-api.version>4.0.0</javax.servlet-api.version>
230-
<wiremock.version>1.58</wiremock.version>
230+
<wiremock.version>2.25.1</wiremock.version>
231231
<assertj-core.version>3.10.0</assertj-core.version>
232232
<spring-boot.version>1.5.10.RELEASE</spring-boot.version>
233233
</properties>

0 commit comments

Comments
 (0)