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 455345b TIKA-2925: update spring
455345b is described below
commit 455345b8ce16fc16805cf5ce7cec163c80c9b119
Author: Tilman Hausherr <[email protected]>
AuthorDate: Tue Nov 5 18:59:33 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 abe9ff2..29e09cd 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>