Bump spring from 6.2.7 to 6.2.9

This commit is contained in:
Alex Osborne
2025-07-21 17:00:48 +09:00
parent 2388db4229
commit bb0cb1cea0
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -25,6 +25,7 @@
- **jsch**: 2.27.0 → 2.27.2
- **junit-jupiter**: 5.13.2 → 5.13.3
- **restlet**: 2.6.0-rc1 → 2.6.0
- **spring**: 6.2.7 → 6.2.9
- **webarchive-commons**: 2.0.1 → 3.0.0
## [3.10.0](https://github.com/internetarchive/heritrix3/releases/tag/3.10.0) (2025-06-12)
+1 -1
View File
@@ -210,6 +210,6 @@
</build>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring.version>6.2.7</spring.version>
<spring.version>6.2.9</spring.version>
</properties>
</project>