This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/main by this push:
new af01003d8 TIKA-4327: update junit5
af01003d8 is described below
commit af01003d8bbf719c6b0b794cdd651e0d2b6c9133
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Feb 8 16:53:06 2025 +0100
TIKA-4327: update junit5
---
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 485e3a7c2..ae642521f 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -394,7 +394,7 @@
<jsoup.version>1.18.3</jsoup.version>
<jsr305.version>3.0.2</jsr305.version>
<junit4.version>4.13.2</junit4.version>
- <junit5.version>5.12.0-M1</junit5.version>
+ <junit5.version>5.12.0-RC1</junit5.version>
<juniversalchardet.version>2.5.0</juniversalchardet.version>
<junrar.version>7.5.5</junrar.version>
<jwarc.version>0.31.1</jwarc.version>