This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-1.7
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-1.7 by this push:
new 7bbe67f ORC-993: Bump junit.version from 5.7.2 to 5.8.0 (#906)
7bbe67f is described below
commit 7bbe67f987c4f951a3e83ad49c40ed6a6a993aa6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 13 23:45:22 2021 -0700
ORC-993: Bump junit.version from 5.7.2 to 5.8.0 (#906)
Bumps `junit.version` from 5.7.2 to 5.8.0.
Updates `junit-jupiter-api` from 5.7.2 to 5.8.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.7.2...r5.8.0)
Updates `junit-jupiter-params` from 5.7.2 to 5.8.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.7.2...r5.8.0)
(cherry picked from commit c96bc70df8c5f3660d57eabc54af509e2c3bae4c)
Signed-off-by: Dongjoon Hyun <[email protected]>
---
java/bench/pom.xml | 2 +-
java/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/java/bench/pom.xml b/java/bench/pom.xml
index 0922548..0f40368 100644
--- a/java/bench/pom.xml
+++ b/java/bench/pom.xml
@@ -39,7 +39,7 @@
<spark.version>3.2.1</spark.version>
<jackson.version>2.12.4</jackson.version>
<hadoop.version>3.3.1</hadoop.version>
- <junit.version>5.7.2</junit.version>
+ <junit.version>5.8.0</junit.version>
</properties>
<modules>
diff --git a/java/pom.xml b/java/pom.xml
index 276b60d..efd86f4 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -80,7 +80,7 @@
<slf4j.version>1.7.30</slf4j.version>
<protoc.artifact>com.google.protobuf:protoc:2.5.0</protoc.artifact>
<surefire.version>3.0.0-M5</surefire.version>
- <junit.version>5.7.2</junit.version>
+ <junit.version>5.8.0</junit.version>
<mockito.version>3.11.2</mockito.version>
</properties>