This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch branch_1x
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/branch_1x by this push:
new 6a27f3e TIKA-3244: update spring
6a27f3e is described below
commit 6a27f3e9235b0f49a7e81c1b2ea492ef5e06befc
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Mar 20 05:31:57 2021 +0100
TIKA-3244: update spring
---
tika-example/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-example/pom.xml b/tika-example/pom.xml
index f3edcfa..6eea519 100644
--- a/tika-example/pom.xml
+++ b/tika-example/pom.xml
@@ -156,7 +156,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
- <version>5.3.4</version>
+ <version>5.3.5</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>