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 90f704a TIKA-2925: update junit
90f704a is described below
commit 90f704a3faa01a83bcde38ee5b1f327e9ef10892
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sun Oct 27 15:41:22 2019 +0100
TIKA-2925: update junit
---
tika-parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 9d6fb43..8c0bb29 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -269,7 +269,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.13-beta-3</version>
+ <version>4.13-rc-1</version>
<scope>test</scope>
</dependency>
<dependency>