This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-java.git
The following commit(s) were added to refs/heads/main by this push:
new 6210b4874 MINOR: Bump dep.junit.jupiter.version from 6.1.1 to 6.1.3
(#1220)
6210b4874 is described below
commit 6210b48745789b385c350bc1e368ad55eda3e899
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 24 18:40:59 2026 -0700
MINOR: Bump dep.junit.jupiter.version from 6.1.1 to 6.1.3 (#1220)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 78137eb4e..e00b24ca7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,7 +95,7 @@ under the License.
<project.build.outputTimestamp>1773644827</project.build.outputTimestamp>
<target.gen.source.path>${project.build.directory}/generated-sources</target.gen.source.path>
<dep.junit.platform.version>1.9.0</dep.junit.platform.version>
- <dep.junit.jupiter.version>6.1.1</dep.junit.jupiter.version>
+ <dep.junit.jupiter.version>6.1.3</dep.junit.jupiter.version>
<dep.slf4j.version>2.0.18</dep.slf4j.version>
<dep.guava-bom.version>33.6.0-jre</dep.guava-bom.version>
<dep.netty-bom.version>4.2.15.Final</dep.netty-bom.version>