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 d202206 TIKA-2925: update spring version
d202206 is described below
commit d2022061d1cdb044c1c9e9ab06d0ef44bb196e7e
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Oct 19 16:03:01 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 6b90156..b81d4b1 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>