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 c436a82  ORC-1057: Bump junit.version from 5.8.1 to 5.8.2 (#969)
c436a82 is described below

commit c436a826c61d2617d83a2798dbd1c760d91c876d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 6 09:36:40 2021 -0800

    ORC-1057: Bump junit.version from 5.8.1 to 5.8.2 (#969)
    
    Bumps `junit.version` from 5.8.1 to 5.8.2.
    
    Updates `junit-jupiter-api` from 5.8.1 to 5.8.2
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/compare/r5.8.1...r5.8.2)
    
    Updates `junit-jupiter-params` from 5.8.1 to 5.8.2
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/compare/r5.8.1...r5.8.2)
    
    (cherry picked from commit 8ddf543cac98cabc8b671da0ea4e3c4b4db12d32)
    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 f271867..212b185 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.1</junit.version>
+    <junit.version>5.8.2</junit.version>
   </properties>
 
   <modules>
diff --git a/java/pom.xml b/java/pom.xml
index 39d5865..7ef7284 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.1</junit.version>
+    <junit.version>5.8.2</junit.version>
     <mockito.version>3.11.2</mockito.version>
   </properties>
 

Reply via email to