From 95d74ab4e7d6958fe37895d2ff3e8bb646609eab Mon Sep 17 00:00:00 2001 From: Alex Osborne Date: Mon, 22 Sep 2025 13:43:40 +0900 Subject: [PATCH] Bump gson from 2.13.1 to 2.13.2 --- CHANGELOG.md | 8 ++++++++ contrib/pom.xml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d197ec6f..6e726f30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,18 @@ [Full Changelog](https://github.com/internetarchive/heritrix3/compare/3.10.2...HEAD) +### New features + +- KnowledgableExtractorJS now extends ConfigurableExtractorJS for its additional options. + ### Bug fixes - Invalid characters are now stripped from the XML REST API output. Log file truncation after an unclean shutdown can sometimes introduce such characters. [#667](https://github.com/internetarchive/heritrix3/pull/667) +### Dependency upgrdes + +- **gson**: 2.13.1 → 2.13.2 + ## [3.10.2](https://github.com/internetarchive/heritrix3/releases/tag/3.10.2) (2025-07-21) [Download distribution zip](https://repo1.maven.org/maven2/org/archive/heritrix/heritrix/3.10.2/heritrix-3.10.2-dist.zip) (or [tar.gz](https://repo1.maven.org/maven2/org/archive/heritrix/heritrix/3.10.2/heritrix-3.10.2-dist.tar.gz)) diff --git a/contrib/pom.xml b/contrib/pom.xml index d8576f4c..1077ad44 100644 --- a/contrib/pom.xml +++ b/contrib/pom.xml @@ -48,7 +48,7 @@ com.google.code.gson gson - 2.13.1 + 2.13.2 org.junit.jupiter