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 d615710 TIKA-3244: update spring
d615710 is described below
commit d615710d80e6071be05c50389bacac534aee25ac
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Mar 13 19:12:26 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 cfd98df..f3edcfa 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.3</version>
+ <version>5.3.4</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>