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 5c3950e TIKA-3244: update spring
5c3950e is described below
commit 5c3950e80a73ca17a7824ab2705508b6fbb5f829
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Dec 12 06:08:13 2020 +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 3aa5710..56a07c7 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.1</version>
+ <version>5.3.2</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>