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

martijnvisser pushed a commit to branch 
dependabot/maven/flink-formats/flink-parquet/com.google.guava-guava-32.0.0-jre
in repository https://gitbox.apache.org/repos/asf/flink.git

commit ecbf456b198dcdad7c984c8a0d93157e374c2fae
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 14 22:22:41 2023 +0000

    [FLINK-32389] Bump guava from 27.0.1-jre to 32.0.0-jre
    
    Bumps [guava](https://github.com/google/guava) from 27.0.1-jre to 
32.0.0-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
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
---
 flink-formats/flink-orc/pom.xml     | 2 +-
 flink-formats/flink-parquet/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/flink-formats/flink-orc/pom.xml b/flink-formats/flink-orc/pom.xml
index b0221946483..c5cf3785ec3 100644
--- a/flink-formats/flink-orc/pom.xml
+++ b/flink-formats/flink-orc/pom.xml
@@ -197,7 +197,7 @@ under the License.
                        <dependency>
                                <groupId>com.google.guava</groupId>
                                <artifactId>guava</artifactId>
-                               <version>27.0.1-jre</version>
+                               <version>32.0.0-jre</version>
                        </dependency>
                </dependencies>
        </dependencyManagement>
diff --git a/flink-formats/flink-parquet/pom.xml 
b/flink-formats/flink-parquet/pom.xml
index 3a0475cbdfd..35c13adb3a9 100644
--- a/flink-formats/flink-parquet/pom.xml
+++ b/flink-formats/flink-parquet/pom.xml
@@ -241,7 +241,7 @@ under the License.
                        <dependency>
                                <groupId>com.google.guava</groupId>
                                <artifactId>guava</artifactId>
-                               <version>27.0.1-jre</version>
+                               <version>32.0.0-jre</version>
                        </dependency>
                </dependencies>
        </dependencyManagement>

Reply via email to