This is an automated email from the ASF dual-hosted git repository.
THausherr 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 1cd85dcbc4 Bump junit6.version from 6.1.0 to 6.1.1 (#2911)
1cd85dcbc4 is described below
commit 1cd85dcbc4abc8a12639955517c31f03ffb444d1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 29 09:23:01 2026 +0200
Bump junit6.version from 6.1.0 to 6.1.1 (#2911)
Bumps `junit6.version` from 6.1.0 to 6.1.1.
Updates `org.junit:junit-bom` from 6.1.0 to 6.1.1
- [Release notes](https://github.com/junit-team/junit-framework/releases)
-
[Commits](https://github.com/junit-team/junit-framework/compare/r6.1.0...r6.1.1)
Updates `org.junit.jupiter:junit-jupiter-api` from 6.1.0 to 6.1.1
- [Release notes](https://github.com/junit-team/junit-framework/releases)
-
[Commits](https://github.com/junit-team/junit-framework/compare/r6.1.0...r6.1.1)
Updates `org.junit.jupiter:junit-jupiter-engine` from 6.1.0 to 6.1.1
- [Release notes](https://github.com/junit-team/junit-framework/releases)
-
[Commits](https://github.com/junit-team/junit-framework/compare/r6.1.0...r6.1.1)
---
updated-dependencies:
- dependency-name: org.junit:junit-bom
dependency-version: 6.1.1
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.junit.jupiter:junit-jupiter-api
dependency-version: 6.1.1
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.junit.jupiter:junit-jupiter-engine
dependency-version: 6.1.1
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 bf1d0129af..544466cb34 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -389,7 +389,7 @@
<json.simple.version>1.1.1</json.simple.version>
<jsoup.version>1.22.2</jsoup.version>
<jsr305.version>3.0.2</jsr305.version>
- <junit6.version>6.1.0</junit6.version>
+ <junit6.version>6.1.1</junit6.version>
<juniversalchardet.version>2.5.0</juniversalchardet.version>
<junrar.version>7.6.0</junrar.version>
<jwarc.version>0.36.0</jwarc.version>