Skip to content

Commit

Permalink
Upgrade to Wiremock 3.5.0 #86
Browse files Browse the repository at this point in the history
  • Loading branch information
andrus committed Apr 19, 2024
1 parent 41e2fac commit 41c7c4e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0-M4

* #86 Upgrade to Wiremock 3.5.0

## 3.0-M3

* #84 (Jakarta migration) Deprecate JAX-RS 2 modules
Expand Down
4 changes: 2 additions & 2 deletions bootique-jersey-jakarta-client-junit5-wiremock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.github.tomakehurst</groupId>
<groupId>org.wiremock</groupId>
<artifactId>wiremock</artifactId>
<version>${wiremock.version}</version>
<exclusions>
Expand Down Expand Up @@ -115,7 +115,7 @@
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
<groupId>org.wiremock</groupId>
<artifactId>wiremock</artifactId>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ public StubMapping transform(StubMapping stubMapping, FileSource files, Paramete
response.getBodyFileName(),
newHeaders,
response.getAdditionalProxyRequestHeaders(),
response.getRemoveProxyRequestHeaders(),
response.getFixedDelayMilliseconds(),
response.getDelayDistribution(),
response.getChunkedDribbleDelay(),
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<activation2.version>2.0.1</activation2.version>
<glassfish.jaxb3.version>3.0.1</glassfish.jaxb3.version>
<jaxb3.version>3.0.1</jaxb3.version>
<wiremock.version>3.0.0-beta-5</wiremock.version>
<wiremock.version>3.5.3</wiremock.version>
</properties>

<scm>
Expand Down

0 comments on commit 41c7c4e

Please sign in to comment.