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 1029531b Bump org.netpreserve:jwarc from 0.30.0 to 0.31.1
1029531b is described below
commit 1029531bce89be1356d3c3bb3515ee168846396d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 25 04:18:58 2024 +0000
Bump org.netpreserve:jwarc from 0.30.0 to 0.31.1
Bumps [org.netpreserve:jwarc](https://github.com/iipc/jwarc) from 0.30.0 to
0.31.1.
- [Release notes](https://github.com/iipc/jwarc/releases)
- [Commits](https://github.com/iipc/jwarc/compare/v0.30.0...v0.31.1)
---
updated-dependencies:
- dependency-name: org.netpreserve:jwarc
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 5b804cae..c10de72c 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.30.0</jwarc.version>
+ <jwarc.version>0.31.1</jwarc.version>
<jacoco.haltOnFailure>true</jacoco.haltOnFailure>
<jacoco.classRatio>0.75</jacoco.classRatio>
<jacoco.instructionRatio>0.65</jacoco.instructionRatio>