Skip to content

Commit

Permalink
Updating Tomakehurst Dependency (#37206)
Browse files Browse the repository at this point in the history
  • Loading branch information
jairmyree committed Oct 17, 2023
1 parent 54055b1 commit 4ae90f7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion eng/versioning/external_dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ org.springframework.cloud:spring-cloud-stream;3.2.9
org.objenesis:objenesis;3.1
cglib:cglib-nodep;3.2.7
com.github.docker-java:docker-java;3.2.1
com.github.tomakehurst:wiremock-jre8-standalone;2.35.0
com.github.tomakehurst:wiremock-jre8-standalone;2.35.1
com.jcraft:jsch;0.1.55
com.microsoft.azure:adal4j;1.6.5
com.microsoft.azure:azure;1.24.1
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure-core-management/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8-standalone</artifactId>
<version>2.35.0</version> <!-- {x-version-update;com.github.tomakehurst:wiremock-jre8-standalone;external_dependency} -->
<version>2.35.1</version> <!-- {x-version-update;com.github.tomakehurst:wiremock-jre8-standalone;external_dependency} -->
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions sdk/core/azure-core-perf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8-standalone</artifactId>
<version>2.35.0</version> <!-- {x-version-update;com.github.tomakehurst:wiremock-jre8-standalone;external_dependency} -->
<version>2.35.1</version> <!-- {x-version-update;com.github.tomakehurst:wiremock-jre8-standalone;external_dependency} -->
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down Expand Up @@ -110,7 +110,7 @@
<bannedDependencies>
<includes>
<include>com.fasterxml.jackson.dataformat:jackson-dataformat-xml:[2.13.5]</include> <!-- {x-include-update;com.fasterxml.jackson.dataformat:jackson-dataformat-xml;external_dependency} -->
<include>com.github.tomakehurst:wiremock-jre8-standalone:[2.35.0]</include> <!-- {x-include-update;com.github.tomakehurst:wiremock-jre8-standalone;external_dependency} -->
<include>com.github.tomakehurst:wiremock-jre8-standalone:[2.35.1]</include> <!-- {x-include-update;com.github.tomakehurst:wiremock-jre8-standalone;external_dependency} -->
</includes>
</bannedDependencies>
</rules>
Expand Down
2 changes: 1 addition & 1 deletion sdk/resourcemanager/azure-resourcemanager-compute/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8-standalone</artifactId>
<version>2.35.0</version> <!-- {x-version-update;com.github.tomakehurst:wiremock-jre8-standalone;external_dependency} -->
<version>2.35.1</version> <!-- {x-version-update;com.github.tomakehurst:wiremock-jre8-standalone;external_dependency} -->
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 4ae90f7

Please sign in to comment.