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 05709662 Bump org.yaml:snakeyaml from 2.4 to 2.6
05709662 is described below
commit 057096628d10fcb279dee17b215ec8e7f5d191f5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 2 04:02:42 2026 +0000
Bump org.yaml:snakeyaml from 2.4 to 2.6
Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from
2.4 to 2.6.
-
[Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.6..snakeyaml-2.4)
---
updated-dependencies:
- dependency-name: org.yaml:snakeyaml
dependency-version: '2.6'
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
core/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/pom.xml b/core/pom.xml
index d9c90aad..5b1943de 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -42,7 +42,7 @@ under the License.
<icu4j.version>78.2</icu4j.version>
<xerces.version>2.12.2</xerces.version>
<httpclient.version>4.5.14</httpclient.version>
- <snakeyaml.version>2.4</snakeyaml.version>
+ <snakeyaml.version>2.6</snakeyaml.version>
<commons.lang.version>3.20.0</commons.lang.version>
<wiremock.version>3.13.2</wiremock.version>
<rometools.version>2.1.0</rometools.version>