This is an automated email from the ASF dual-hosted git repository.
jnioche 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 23bc5113 Bump org.netpreserve:jwarc from 0.32.0 to 0.33.0 (#1767)
23bc5113 is described below
commit 23bc5113f566d7fc120ab0aa89da92b167790f56
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 1 17:00:27 2026 +0000
Bump org.netpreserve:jwarc from 0.32.0 to 0.33.0 (#1767)
Bumps [org.netpreserve:jwarc](https://github.com/iipc/jwarc) from 0.32.0 to
0.33.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.32.0...v0.33.0)
---
updated-dependencies:
- dependency-name: org.netpreserve:jwarc
dependency-version: 0.33.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
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 748333fc..9c5dbfeb 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.32.0</jwarc.version>
+ <jwarc.version>0.33.0</jwarc.version>
<jacoco.haltOnFailure>true</jacoco.haltOnFailure>
<jacoco.classRatio>0.75</jacoco.classRatio>
<jacoco.instructionRatio>0.65</jacoco.instructionRatio>