This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/master by this push:
new cde4108 TIKA-2925: update spring
cde4108 is described below
commit cde4108d5dc9e21516f5f3a0f155fb13ec6e81a5
Author: Tilman Hausherr <[email protected]>
AuthorDate: Tue Nov 5 18:59:49 2019 +0100
TIKA-2925: 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 5a60f23..11c5035 100644
--- a/tika-example/pom.xml
+++ b/tika-example/pom.xml
@@ -152,7 +152,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
- <version>5.2.0.RELEASE</version>
+ <version>5.2.1.RELEASE</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>