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/12/29 20:24:20 UTC

[orc] branch branch-1.7 updated: ORC-1066: Bump guava from 30.1.1-jre to 31.0.1-jre #978

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 909e5d1  ORC-1066: Bump guava from 30.1.1-jre to 31.0.1-jre #978
909e5d1 is described below

commit 909e5d168ff80a418ad529676fe273416e122758
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Dec 27 21:50:00 2021 -0800

    ORC-1066: Bump guava from 30.1.1-jre to 31.0.1-jre #978
    
    Bumps [guava](https://github.com/google/guava) from 30.1.1-jre to 31.0.1-jre.
    - [Release notes](https://github.com/google/guava/releases)
    - [Commits](https://github.com/google/guava/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.guava:guava
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    (cherry picked from commit 906f7964e2b99c14700a47bca821f91c46e3a0df)
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index 3c0fa2b..b16c0e5 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -826,7 +826,7 @@
       <dependency>
         <groupId>com.google.guava</groupId>
         <artifactId>guava</artifactId>
-        <version>30.1.1-jre</version>
+        <version>31.0.1-jre</version>
         <scope>test</scope>
       </dependency>
       <dependency>