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 90bb24f0c Bump junit5.version from 5.13.0-M3 to 5.13.0-RC1 (#2207)
90bb24f0c is described below
commit 90bb24f0c1f04bd1069b60ff26e818555ab08eb9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 19 08:35:52 2025 +0200
Bump junit5.version from 5.13.0-M3 to 5.13.0-RC1 (#2207)
Bumps `junit5.version` from 5.13.0-M3 to 5.13.0-RC1.
Updates `org.junit:junit-bom` from 5.13.0-M3 to 5.13.0-RC1
- [Release notes](https://github.com/junit-team/junit5/releases)
-
[Commits](https://github.com/junit-team/junit5/compare/r5.13.0-M3...r5.13.0-RC1)
Updates `org.junit.jupiter:junit-jupiter-api` from 5.13.0-M3 to 5.13.0-RC1
- [Release notes](https://github.com/junit-team/junit5/releases)
-
[Commits](https://github.com/junit-team/junit5/compare/r5.13.0-M3...r5.13.0-RC1)
Updates `org.junit.jupiter:junit-jupiter-engine` from 5.13.0-M3 to
5.13.0-RC1
- [Release notes](https://github.com/junit-team/junit5/releases)
-
[Commits](https://github.com/junit-team/junit5/compare/r5.13.0-M3...r5.13.0-RC1)
---
updated-dependencies:
- dependency-name: org.junit:junit-bom
dependency-version: 5.13.0-RC1
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.junit.jupiter:junit-jupiter-api
dependency-version: 5.13.0-RC1
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.junit.jupiter:junit-jupiter-engine
dependency-version: 5.13.0-RC1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
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 983c45f3e..58f260bba 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -396,7 +396,7 @@
<jsoup.version>1.20.1</jsoup.version>
<jsr305.version>3.0.2</jsr305.version>
<junit4.version>4.13.2</junit4.version>
- <junit5.version>5.13.0-M3</junit5.version>
+ <junit5.version>5.13.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>