This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/maven-build-cache-extension.git
The following commit(s) were added to refs/heads/master by this push:
new 4fc996a Bump com.github.tomakehurst:wiremock-jre8 from 2.35.0 to
2.35.1
4fc996a is described below
commit 4fc996a3c8907c0fa92801df7b9dae2f4daa60c9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 12 00:19:55 2023 +0000
Bump com.github.tomakehurst:wiremock-jre8 from 2.35.0 to 2.35.1
Bumps
[com.github.tomakehurst:wiremock-jre8](https://github.com/wiremock/wiremock)
from 2.35.0 to 2.35.1.
- [Release notes](https://github.com/wiremock/wiremock/releases)
- [Commits](https://github.com/wiremock/wiremock/compare/2.35.0...2.35.1)
---
updated-dependencies:
- dependency-name: com.github.tomakehurst:wiremock-jre8
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 6ef259a..e4c8fe3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,7 @@ under the License.
<jxpathVersion>1.3</jxpathVersion>
<resolverVersion>1.9.7</resolverVersion>
<slf4jVersion>1.7.36</slf4jVersion>
- <wiremockVersion>2.35.0</wiremockVersion>
+ <wiremockVersion>2.35.1</wiremockVersion>
<xmlunitVersion>2.6.4</xmlunitVersion>
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
<maven.site.path>extensions-archives/${project.artifactId}-LATEST</maven.site.path>