mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-07-13 19:17:18 +00:00
Bump gson from 2.13.1 to 2.13.2
This commit is contained in:
@@ -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
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user