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 7003120 ORC-1033: Bump junit.version from 5.8.0 to 5.8.1 (#938)
7003120 is described below
commit 700312099be454206e22ba2b4436b8c5bb5c7135
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 19 23:31:38 2021 -0700
ORC-1033: Bump junit.version from 5.8.0 to 5.8.1 (#938)
Bumps `junit.version` from 5.8.0 to 5.8.1.
Updates `junit-jupiter-params` from 5.8.0 to 5.8.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.8.0...r5.8.1)
Updates `junit-jupiter-engine` from 5.8.0 to 5.8.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.8.0...r5.8.1)
Updates `junit-vintage-engine` from 5.8.0 to 5.8.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.8.0...r5.8.1)
(cherry picked from commit 4baaf2382b720e534180f4339d4fae92eb2c12de)
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 0f40368..f271867 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.8.0</junit.version>
+ <junit.version>5.8.1</junit.version>
</properties>
<modules>
diff --git a/java/pom.xml b/java/pom.xml
index efd86f4..39d5865 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.8.0</junit.version>
+ <junit.version>5.8.1</junit.version>
<mockito.version>3.11.2</mockito.version>
</properties>