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/incubator-stormcrawler.git
The following commit(s) were added to refs/heads/main by this push:
new c9b2041e Bump org.wiremock:wiremock from 3.9.2 to 3.10.0
c9b2041e is described below
commit c9b2041e41ae12487becb5f462b9b4f13b2b789a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 2 04:02:58 2024 +0000
Bump org.wiremock:wiremock from 3.9.2 to 3.10.0
Bumps [org.wiremock:wiremock](https://github.com/wiremock/wiremock) from
3.9.2 to 3.10.0.
- [Release notes](https://github.com/wiremock/wiremock/releases)
- [Commits](https://github.com/wiremock/wiremock/compare/3.9.2...3.10.0)
---
updated-dependencies:
- dependency-name: org.wiremock:wiremock
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 5fd3f846..c468f915 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.3</snakeyaml.version>
<commons.lang.version>2.6</commons.lang.version>
- <wiremock.version>3.9.2</wiremock.version>
+ <wiremock.version>3.10.0</wiremock.version>
<rometools.version>2.1.0</rometools.version>
<selenium.version>4.26.0</selenium.version>
<cli.version>1.6.0</cli.version>
diff --git a/external/playwright/pom.xml b/external/playwright/pom.xml
index 926fce9d..1a4809e2 100644
--- a/external/playwright/pom.xml
+++ b/external/playwright/pom.xml
@@ -39,7 +39,7 @@ under the License.
<properties>
<playwright.version>1.49.0</playwright.version>
<awaitility.version>4.2.2</awaitility.version>
- <wiremock.version>3.9.2</wiremock.version>
+ <wiremock.version>3.10.0</wiremock.version>
<jacoco.haltOnFailure>true</jacoco.haltOnFailure>
<jacoco.classRatio>0.00</jacoco.classRatio>
<jacoco.instructionRatio>0.00</jacoco.instructionRatio>