This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/stormcrawler.git
The following commit(s) were added to refs/heads/main by this push:
new 3718fcb2 Bump org.wiremock:wiremock from 3.13.0 to 3.13.1
3718fcb2 is described below
commit 3718fcb242db6010a50f71aab42ee4b6fccd4c4e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 16 04:48:50 2025 +0000
Bump org.wiremock:wiremock from 3.13.0 to 3.13.1
Bumps [org.wiremock:wiremock](https://github.com/wiremock/wiremock) from
3.13.0 to 3.13.1.
- [Release notes](https://github.com/wiremock/wiremock/releases)
- [Commits](https://github.com/wiremock/wiremock/compare/3.13.0...3.13.1)
---
updated-dependencies:
- dependency-name: org.wiremock:wiremock
dependency-version: 3.13.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
core/pom.xml | 2 +-
external/playwright/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/pom.xml b/core/pom.xml
index 343623f4..867ffdbb 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -44,7 +44,7 @@ under the License.
<httpclient.version>4.5.14</httpclient.version>
<snakeyaml.version>2.4</snakeyaml.version>
<commons.lang.version>2.6</commons.lang.version>
- <wiremock.version>3.13.0</wiremock.version>
+ <wiremock.version>3.13.1</wiremock.version>
<rometools.version>2.1.0</rometools.version>
<selenium.version>4.33.0</selenium.version>
<cli.version>1.6.0</cli.version>
diff --git a/external/playwright/pom.xml b/external/playwright/pom.xml
index d8e74315..a7f98236 100644
--- a/external/playwright/pom.xml
+++ b/external/playwright/pom.xml
@@ -39,7 +39,7 @@ under the License.
<properties>
<playwright.version>1.52.0</playwright.version>
<awaitility.version>4.3.0</awaitility.version>
- <wiremock.version>3.13.0</wiremock.version>
+ <wiremock.version>3.13.1</wiremock.version>
<jacoco.haltOnFailure>true</jacoco.haltOnFailure>
<jacoco.classRatio>0.00</jacoco.classRatio>
<jacoco.instructionRatio>0.00</jacoco.instructionRatio>