Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DEPENDENCY-LICENSES
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE-binary
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.115.Final</netty.version>
Expand Down
2 changes: 1 addition & 1 deletion sql/storm-sql-external/storm-sql-hdfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion sql/storm-sql-external/storm-sql-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion sql/storm-sql-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion storm-dist/binary/storm-sql-core-bin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion storm-dist/binary/storm-sql-runtime-bin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down