This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/main by this push:
     new 4baaf23  ORC-1033: Bump junit.version from 5.8.0 to 5.8.1 (#938)
4baaf23 is described below

commit 4baaf2382b720e534180f4339d4fae92eb2c12de
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)
---
 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 8f9a16b..eeec83e 100644
--- a/java/bench/pom.xml
+++ b/java/bench/pom.xml
@@ -38,7 +38,7 @@
     <parquet.version>1.12.2</parquet.version>
     <spark.version>3.1.2</spark.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 7175911..6c54cbf 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -81,7 +81,7 @@
     <slf4j.version>1.7.32</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.12.4</mockito.version>
   </properties>
 

Reply via email to