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

rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git


The following commit(s) were added to refs/heads/master by this push:
     new 40357ae0a STORM-4146 - guava 33.4.0-jre
40357ae0a is described below

commit 40357ae0ada11e7b690d66e5a6c0bf63f050132f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 9 15:22:21 2025 +0100

    STORM-4146 - guava 33.4.0-jre
    
    * Bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre
    
    Bumps [com.google.guava:guava](https://github.com/google/guava) from 
33.3.1-jre to 33.4.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
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * license
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Richard Zowalla <[email protected]>
---
 DEPENDENCY-LICENSES                             | 2 +-
 LICENSE-binary                                  | 2 +-
 pom.xml                                         | 2 +-
 sql/storm-sql-external/storm-sql-hdfs/pom.xml   | 2 +-
 sql/storm-sql-external/storm-sql-kafka/pom.xml  | 2 +-
 sql/storm-sql-runtime/pom.xml                   | 2 +-
 storm-dist/binary/storm-sql-core-bin/pom.xml    | 2 +-
 storm-dist/binary/storm-sql-runtime-bin/pom.xml | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/DEPENDENCY-LICENSES b/DEPENDENCY-LICENSES
index a21eed8f7..38dbfe12c 100644
--- a/DEPENDENCY-LICENSES
+++ b/DEPENDENCY-LICENSES
@@ -120,7 +120,7 @@ List of third-party dependencies grouped by their license 
type.
         * Google Guice - Core Library (com.google.inject:guice:4.2.1 - 
https://github.com/google/guice/guice)
         * Graphite Integration for Metrics 
(io.dropwizard.metrics:metrics-graphite:4.2.29 - 
https://metrics.dropwizard.io/metrics-graphite)
         * Gson (com.google.code.gson:gson:2.11.0 - 
https://github.com/google/gson)
-        * Guava: Google Core Libraries for Java 
(com.google.guava:guava:33.3.1-jre - https://github.com/google/guava)
+        * Guava: Google Core Libraries for Java 
(com.google.guava:guava:33.4.0-jre - https://github.com/google/guava)
         * Guava InternalFutureFailureAccess and InternalFutures 
(com.google.guava:failureaccess:1.0.2 - 
https://github.com/google/guava/failureaccess)
         * Guava ListenableFuture only 
(com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava - 
https://github.com/google/guava/listenablefuture)
         * hawtbuf (org.fusesource.hawtbuf:hawtbuf:1.11 - 
http://hawtbuf.fusesource.org/hawtbuf)
diff --git a/LICENSE-binary b/LICENSE-binary
index 5a1a4d271..e6bda2835 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -749,7 +749,7 @@ The license texts of these dependencies can be found in the 
licenses directory.
         * FindBugs-jsr305 (com.google.code.findbugs:jsr305:3.0.2 - 
http://findbugs.sourceforge.net/)
         * Graphite Integration for Metrics 
(io.dropwizard.metrics:metrics-graphite:4.2.29 - 
https://metrics.dropwizard.io/metrics-graphite)
         * Gson (com.google.code.gson:gson:2.11.0 - 
https://github.com/google/gson/gson)
-        * Guava: Google Core Libraries for Java 
(com.google.guava:guava:33.3.1-jre - https://github.com/google/guava)
+        * Guava: Google Core Libraries for Java 
(com.google.guava:guava:33.4.0-jre - https://github.com/google/guava)
         * Guava InternalFutureFailureAccess and InternalFutures 
(com.google.guava:failureaccess:1.0.2 - 
https://github.com/google/guava/failureaccess)
         * Guava ListenableFuture only 
(com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava - 
https://github.com/google/guava/listenablefuture)
         * Hibernate Validator Engine 
(org.hibernate.validator:hibernate-validator:7.0.5.Final - 
http://hibernate.org/validator/hibernate-validator)
diff --git a/pom.xml b/pom.xml
index 04509ed32..5747d3268 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,7 +102,7 @@
         <httpclient.core.version>4.4.16</httpclient.core.version>
         <jctools.version>4.0.5</jctools.version>
         <jgrapht.version>0.9.0</jgrapht.version>
-        <guava.version>33.3.1-jre</guava.version>
+        <guava.version>33.4.0-jre</guava.version>
         <auto-service.version>1.1.1</auto-service.version>
         <netty-tcnative.version>2.0.69.Final</netty-tcnative.version>
         <netty.version>4.1.116.Final</netty.version>
diff --git a/sql/storm-sql-external/storm-sql-hdfs/pom.xml 
b/sql/storm-sql-external/storm-sql-hdfs/pom.xml
index 7e195f712..d8123d822 100644
--- a/sql/storm-sql-external/storm-sql-hdfs/pom.xml
+++ b/sql/storm-sql-external/storm-sql-hdfs/pom.xml
@@ -39,7 +39,7 @@
         -->
         <storm-sql-hdfs.test.introspection.argLine>--add-opens 
java.security.jgss/sun.security.krb5=ALL-UNNAMED</storm-sql-hdfs.test.introspection.argLine>
         <!-- Required downgrade by calcite-core 1.16.0 
https://mvnrepository.com/artifact/org.apache.calcite/calcite-core/1.16.0 -->
-        <guava.version.downgrade>33.3.1-jre</guava.version.downgrade>
+        <guava.version.downgrade>33.4.0-jre</guava.version.downgrade>
     </properties>
 
     <developers>
diff --git a/sql/storm-sql-external/storm-sql-kafka/pom.xml 
b/sql/storm-sql-external/storm-sql-kafka/pom.xml
index 7bbbfb777..5fccf481d 100644
--- a/sql/storm-sql-external/storm-sql-kafka/pom.xml
+++ b/sql/storm-sql-external/storm-sql-kafka/pom.xml
@@ -29,7 +29,7 @@
     
     <properties>
         <!-- Required downgrade by calcite-core 1.15.0 -->
-        <guava.version>33.3.1-jre</guava.version>
+        <guava.version>33.4.0-jre</guava.version>
     </properties>
 
     <developers>
diff --git a/sql/storm-sql-runtime/pom.xml b/sql/storm-sql-runtime/pom.xml
index 50775031f..d80fd1671 100644
--- a/sql/storm-sql-runtime/pom.xml
+++ b/sql/storm-sql-runtime/pom.xml
@@ -29,7 +29,7 @@
     
     <properties>
         <!-- Required downgrade by calcite-core 1.15.0 -->
-        <guava.version>33.3.1-jre</guava.version>
+        <guava.version>33.4.0-jre</guava.version>
     </properties>
 
     <developers>
diff --git a/storm-dist/binary/storm-sql-core-bin/pom.xml 
b/storm-dist/binary/storm-sql-core-bin/pom.xml
index 9c45933ef..eb5918513 100644
--- a/storm-dist/binary/storm-sql-core-bin/pom.xml
+++ b/storm-dist/binary/storm-sql-core-bin/pom.xml
@@ -27,7 +27,7 @@
     
     <properties>
         <!-- Required downgrade by calcite-core 1.14.0 -->
-        <guava.version>33.3.1-jre</guava.version>
+        <guava.version>33.4.0-jre</guava.version>
     </properties>
     
     <dependencies>
diff --git a/storm-dist/binary/storm-sql-runtime-bin/pom.xml 
b/storm-dist/binary/storm-sql-runtime-bin/pom.xml
index b0f754302..03d81b1bd 100644
--- a/storm-dist/binary/storm-sql-runtime-bin/pom.xml
+++ b/storm-dist/binary/storm-sql-runtime-bin/pom.xml
@@ -27,7 +27,7 @@
     
     <properties>
         <!-- Required downgrade by calcite-core 1.14.0 -->
-        <guava.version>33.3.1-jre</guava.version>
+        <guava.version>33.4.0-jre</guava.version>
     </properties>
     
     <dependencies>

Reply via email to