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 6531ddf6d STORM-4120 - gson 2.11.0
6531ddf6d is described below
commit 6531ddf6df3bd1d9cb5c50236bc1cdae7ea1cb67
Author: Richard Zowalla <[email protected]>
AuthorDate: Wed Nov 13 20:58:49 2024 +0100
STORM-4120 - gson 2.11.0
---
DEPENDENCY-LICENSES | 2 +-
LICENSE-binary | 2 +-
pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/DEPENDENCY-LICENSES b/DEPENDENCY-LICENSES
index 79147e9c3..5c15f6070 100644
--- a/DEPENDENCY-LICENSES
+++ b/DEPENDENCY-LICENSES
@@ -168,7 +168,7 @@ List of third-party dependencies grouped by their license
type.
* Google Guice - Extensions - AssistedInject
(com.google.inject.extensions:guice-assistedinject:3.0 -
http://code.google.com/p/google-guice/extensions-parent/guice-assistedinject/)
* Google Guice - Extensions - Servlet
(com.google.inject.extensions:guice-servlet:4.2.3 -
https://github.com/google/guice/extensions-parent/guice-servlet)
* Graphite Integration for Metrics
(io.dropwizard.metrics:metrics-graphite:4.2.28 -
https://metrics.dropwizard.io/metrics-graphite)
- * Gson (com.google.code.gson:gson:2.10.1 -
https://github.com/google/gson/gson)
+ * 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 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)
diff --git a/LICENSE-binary b/LICENSE-binary
index 22ed1806a..82a84e0be 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -800,7 +800,7 @@ The license texts of these dependencies can be found in the
licenses directory.
* Google Guice - Extensions - AssistedInject
(com.google.inject.extensions:guice-assistedinject:3.0 -
http://code.google.com/p/google-guice/extensions-parent/guice-assistedinject/)
* Google Guice - Extensions - Servlet
(com.google.inject.extensions:guice-servlet:4.2.3 -
https://github.com/google/guice/extensions-parent/guice-servlet)
* Graphite Integration for Metrics
(io.dropwizard.metrics:metrics-graphite:4.2.28 -
https://metrics.dropwizard.io/metrics-graphite)
- * Gson (com.google.code.gson:gson:2.10.1 -
https://github.com/google/gson/gson)
+ * 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 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)
diff --git a/pom.xml b/pom.xml
index f88889522..fc1533b32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -157,7 +157,7 @@
<rocksdb-jni-version>9.7.3</rocksdb-jni-version>
<json-smart.version>2.5.1</json-smart.version>
<byte-buddy.version>1.15.10</byte-buddy.version>
- <gson.version>2.10.1</gson.version>
+ <gson.version>2.11.0</gson.version>
<!-- see intellij profile below... This fixes an annoyance with
intellij -->
<provided.scope>provided</provided.scope>