You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2021/09/14 06:45:28 UTC

[orc] branch main updated: ORC-993: Bump junit.version from 5.7.2 to 5.8.0 (#906)

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 c96bc70  ORC-993: Bump junit.version from 5.7.2 to 5.8.0 (#906)
c96bc70 is described below

commit c96bc70df8c5f3660d57eabc54af509e2c3bae4c
Author: dependabot[bot] <49...@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)
---
 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 211ebf2..5414236 100644
--- a/java/bench/pom.xml
+++ b/java/bench/pom.xml
@@ -39,7 +39,7 @@
     <spark.version>3.1.2</spark.version>
     <jackson.version>2.12.5</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 bdd2693..17c8e5f 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.7.2</junit.version>
+    <junit.version>5.8.0</junit.version>
     <mockito.version>3.12.4</mockito.version>
   </properties>