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 0c76ec9 TIKA-2925: update spring version
0c76ec9 is described below
commit 0c76ec9b4bccf5fb54a62c5c0fe79e84d7995945
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Oct 19 16:02:40 2019 +0200
TIKA-2925: update spring version
---
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 391f42e..5cd93aa 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.1.8.RELEASE</version>
+ <version>5.2.0.RELEASE</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>