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 2b4d5183f Bump junit5.version from 5.13.0-RC1 to 5.13.0 (#2231)
2b4d5183f is described below
commit 2b4d5183f89e65b53adff5b716cd95f475708e79
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 2 09:10:25 2025 +0200
Bump junit5.version from 5.13.0-RC1 to 5.13.0 (#2231)
Bumps `junit5.version` from 5.13.0-RC1 to 5.13.0.
Updates `org.junit:junit-bom` from 5.13.0-RC1 to 5.13.0
- [Release notes](https://github.com/junit-team/junit5/releases)
-
[Commits](https://github.com/junit-team/junit5/compare/r5.13.0-RC1...r5.13.0)
Updates `org.junit.jupiter:junit-jupiter-api` from 5.13.0-RC1 to 5.13.0
- [Release notes](https://github.com/junit-team/junit5/releases)
-
[Commits](https://github.com/junit-team/junit5/compare/r5.13.0-RC1...r5.13.0)
Updates `org.junit.jupiter:junit-jupiter-engine` from 5.13.0-RC1 to 5.13.0
- [Release notes](https://github.com/junit-team/junit5/releases)
-
[Commits](https://github.com/junit-team/junit5/compare/r5.13.0-RC1...r5.13.0)
---
updated-dependencies:
- dependency-name: org.junit:junit-bom
dependency-version: 5.13.0
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.junit.jupiter:junit-jupiter-api
dependency-version: 5.13.0
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.junit.jupiter:junit-jupiter-engine
dependency-version: 5.13.0
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 5c17f7c70..156c1957a 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -398,7 +398,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-RC1</junit5.version>
+ <junit5.version>5.13.0</junit5.version>
<juniversalchardet.version>2.5.0</juniversalchardet.version>
<junrar.version>7.5.5</junrar.version>
<jwarc.version>0.31.1</jwarc.version>