This is an automated email from the ASF dual-hosted git repository.
THausherr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/main by this push:
new 85b2e1ede3 Bump org.springframework:spring-context from 7.0.8 to 7.0.9
(#3060)
85b2e1ede3 is described below
commit 85b2e1ede3e00d037972a9fa9d60bab862493d9d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 24 10:04:27 2026 +0200
Bump org.springframework:spring-context from 7.0.8 to 7.0.9 (#3060)
Bumps
[org.springframework:spring-context](https://github.com/spring-projects/spring-framework)
from 7.0.8 to 7.0.9.
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.8...v7.0.9)
---
updated-dependencies:
- dependency-name: org.springframework:spring-context
dependency-version: 7.0.9
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
tika-parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index e283922e2f..ab35e1fada 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -435,7 +435,7 @@
<snappy.version>1.1.10.8</snappy.version>
<!-- SolrJ 10 splits the Jetty client/ZK code into solr-solrj-jetty /
solr-solrj-zookeeper -->
<solrj.version>10.0.0</solrj.version>
- <spring.version>7.0.8</spring.version>
+ <spring.version>7.0.9</spring.version>
<sqlite.version>3.53.2.1</sqlite.version>
<stax.ex.version>2.1.0</stax.ex.version>
<testcontainers.version>2.0.5</testcontainers.version>