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 11083a62 Bump org.netpreserve:jwarc from 0.34.0 to 0.35.0
11083a62 is described below
commit 11083a624561729638db3c558154b1a04e3299db
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 2 04:03:03 2026 +0000
Bump org.netpreserve:jwarc from 0.34.0 to 0.35.0
Bumps [org.netpreserve:jwarc](https://github.com/iipc/jwarc) from 0.34.0 to
0.35.0.
- [Release notes](https://github.com/iipc/jwarc/releases)
- [Changelog](https://github.com/iipc/jwarc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/iipc/jwarc/compare/v0.34.0...v0.35.0)
---
updated-dependencies:
- dependency-name: org.netpreserve:jwarc
dependency-version: 0.35.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
external/warc/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/external/warc/pom.xml b/external/warc/pom.xml
index 2eb96429..28e79208 100644
--- a/external/warc/pom.xml
+++ b/external/warc/pom.xml
@@ -38,7 +38,7 @@ under the License.
<properties>
<commons-codec.version>1.10</commons-codec.version>
- <jwarc.version>0.34.0</jwarc.version>
+ <jwarc.version>0.35.0</jwarc.version>
<jacoco.haltOnFailure>true</jacoco.haltOnFailure>
<jacoco.classRatio>0.75</jacoco.classRatio>
<jacoco.instructionRatio>0.65</jacoco.instructionRatio>