Bump gson from 2.13.1 to 2.13.2

This commit is contained in:
Alex Osborne
2025-09-22 13:43:40 +09:00
parent 5e2809f7c6
commit 95d74ab4e7
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -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))
+1 -1
View File
@@ -48,7 +48,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.13.1</version>
<version>2.13.2</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>