Skip to content

Commit

Permalink
Bumping wiremock version
Browse files Browse the repository at this point in the history
  • Loading branch information
uesleilima committed Sep 14, 2023
1 parent 022b24b commit 6d54950
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion stream-legal-entity/legal-entity-bootstrap-task/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<name>Stream :: Legal Entity Bootstrap Task</name>

<properties>
<wiremock-jre8.version>2.33.2</wiremock-jre8.version>
<wiremock-jre8.version>2.35.1</wiremock-jre8.version>
<checkstyle.disable.checks>true</checkstyle.disable.checks>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion stream-legal-entity/legal-entity-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<properties>
<raml2openapi-maven-plugin.input>${project.basedir}/../../api/stream-legal-entity/openapi.yaml</raml2openapi-maven-plugin.input>
<raml2openapi-maven-plugin.output>${project.build.directory}/api/openapi.yaml</raml2openapi-maven-plugin.output>
<wiremock-jre8.version>2.33.2</wiremock-jre8.version>
<wiremock-jre8.version>2.35.1</wiremock-jre8.version>
<checkstyle.disable.checks>true</checkstyle.disable.checks>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion stream-portfolio/portfolio-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<checkstyle.disable.checks>true</checkstyle.disable.checks>

<wiremock-jre8.version>2.33.2</wiremock-jre8.version>
<wiremock-jre8.version>2.35.1</wiremock-jre8.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion stream-product-catalog/product-catalog-task/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<properties>
<checkstyle.disable.checks>true</checkstyle.disable.checks>
<wiremock-jre8.version>2.33.2</wiremock-jre8.version>
<wiremock-jre8.version>2.35.1</wiremock-jre8.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion stream-sdk/stream-parent/stream-test-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8</artifactId>
<version>2.33.2</version>
<version>2.35.1</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 6d54950

Please sign in to comment.