This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-pipes.git
The following commit(s) were added to refs/heads/master by this push:
new 02c9497 Bump com.github.tomakehurst:wiremock-jre8-standalone (#19)
02c9497 is described below
commit 02c949766c9097db854346bb79a7b0297b527323
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 12 10:40:08 2026 +0100
Bump com.github.tomakehurst:wiremock-jre8-standalone (#19)
Bumps
[com.github.tomakehurst:wiremock-jre8-standalone](https://github.com/wiremock/wiremock)
from 2.27.2 to 2.35.1.
- [Release notes](https://github.com/wiremock/wiremock/releases)
- [Commits](https://github.com/wiremock/wiremock/compare/2.27.2...2.35.1)
---
updated-dependencies:
- dependency-name: com.github.tomakehurst:wiremock-jre8-standalone
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e80e73d..7c80107 100644
--- a/pom.xml
+++ b/pom.xml
@@ -401,7 +401,7 @@
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8-standalone</artifactId>
- <version>2.27.2</version>
+ <version>2.35.1</version>
<scope>test</scope>
</dependency>
<dependency>