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

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


The following commit(s) were added to refs/heads/master by this push:
     new c2e90a9e9 [KYUUBI #5395] Bump netty from 4.1.93.Final to 4.1.100.Final
c2e90a9e9 is described below

commit c2e90a9e9e494773e9835620745b53f459eff25b
Author: Bowen Liang <[email protected]>
AuthorDate: Mon Nov 13 19:40:56 2023 +0800

    [KYUUBI #5395] Bump netty from 4.1.93.Final to 4.1.100.Final
    
    Bumps [io.netty:netty-codec-http2](https://github.com/netty/netty) from 
4.1.93.Final to 4.1.100.Final.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a 
href="https://github.com/netty/netty/commit/58df783eb4fc50f95a1061dc4274020d6804caf4";><code>58df783</code></a>
 [maven-release-plugin] prepare release netty-4.1.100.Final</li>
    <li><a 
href="https://github.com/netty/netty/commit/58f75f665aa81a8cbcf6ffa74820042a285c5e61";><code>58f75f6</code></a>
 Merge pull request from GHSA-xpw8-rcwv-8f8p</li>
    <li><a 
href="https://github.com/netty/netty/commit/491144865ad683f43ef1db64256aed8fd84a50be";><code>4911448</code></a>
 Do not fail when compressing empty HttpContent (<a 
href="https://redirect.github.com/netty/netty/issues/13655";>#13655</a>)</li>
    <li><a 
href="https://github.com/netty/netty/commit/caca5e5a1e19a26a3cff3560b79e7ade18398540";><code>caca5e5</code></a>
 When read PoolSubpage's variant fields, it should lock on PoolSubpage's head 
...</li>
    <li><a 
href="https://github.com/netty/netty/commit/d97f2a5606aaccf7494ff29d7229be1349fe746a";><code>d97f2a5</code></a>
 Update checkout action to latest version (<a 
href="https://redirect.github.com/netty/netty/issues/13649";>#13649</a>)</li>
    <li><a 
href="https://github.com/netty/netty/commit/275341f01cbc0e6230c5cc3b47cca3f24611c6da";><code>275341f</code></a>
 Fix issue with unrecognized JVM option while running with Java 11 (<a 
href="https://redirect.github.com/netty/netty/issues/13648";>#13648</a>)</li>
    <li><a 
href="https://github.com/netty/netty/commit/5db037beedca8aa5b6a486fa515cc6af013ced74";><code>5db037b</code></a>
 Speedup max direct memory estimation via Unsafe (<a 
href="https://redirect.github.com/netty/netty/issues/13643";>#13643</a>)</li>
    <li><a 
href="https://github.com/netty/netty/commit/ce5c78cec192e935ff7191d94db06d6abdc27dae";><code>ce5c78c</code></a>
 Update actions to the latest version (<a 
href="https://redirect.github.com/netty/netty/issues/13644";>#13644</a>)</li>
    <li><a 
href="https://github.com/netty/netty/commit/d7a8169f1b9bb4cf7708c066d26490da6be53cce";><code>d7a8169</code></a>
 [maven-release-plugin] prepare for next development iteration</li>
    <li><a 
href="https://github.com/netty/netty/commit/8e3fe284251d61543cfc37c6b061b63ce6946aaf";><code>8e3fe28</code></a>
 [maven-release-plugin] prepare release netty-4.1.99.Final</li>
    <li>Additional commits viewable in <a 
href="https://github.com/netty/netty/compare/netty-4.1.93.Final...netty-4.1.100.Final";>compare
 view</a></li>
    </ul>
    </details>
    <br />
    
    [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.netty:netty-codec-http2&package-manager=maven&previous-version=4.1.93.Final&new-version=4.1.100.Final)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    You can trigger a rebase of this PR by commenting `dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `dependabot rebase` will rebase this PR
    - `dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
    - `dependabot merge` will merge this PR after your CI passes on it
    - `dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
    - `dependabot cancel merge` will cancel a previously requested merge and 
block automerging
    - `dependabot reopen` will reopen this PR if it is closed
    - `dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
    - `dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
    - `dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
    - `dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
    - `dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/kyuubi/network/alerts).
    
    </details>
    
    > **Note**
    > Automatic rebases have been disabled on this pull request as it has been 
open for over 30 days.
    
    Closes #5395 from 
dependabot[bot]/dependabot/maven/io.netty-netty-codec-http2-4.1.100.Final.
    
    Closes #5395
    
    51028b289 [Cheng Pan] remove obsolete comments
    a8f916c0f [Bowen Liang] update dependencyList
    6813ccb4e [dependabot[bot]] Bump io.netty:netty-codec-http2 from 
4.1.93.Final to 4.1.100.Final
    
    Lead-authored-by: Bowen Liang <[email protected]>
    Co-authored-by: Cheng Pan <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Signed-off-by: Cheng Pan <[email protected]>
---
 dev/dependencyList | 34 +++++++++++++++++-----------------
 pom.xml            |  6 +-----
 2 files changed, 18 insertions(+), 22 deletions(-)

diff --git a/dev/dependencyList b/dev/dependencyList
index ede67c961..626bae1aa 100644
--- a/dev/dependencyList
+++ b/dev/dependencyList
@@ -145,23 +145,23 @@ metrics-jmx/4.2.8//metrics-jmx-4.2.8.jar
 metrics-json/4.2.8//metrics-json-4.2.8.jar
 metrics-jvm/4.2.8//metrics-jvm-4.2.8.jar
 mimepull/1.9.15//mimepull-1.9.15.jar
-netty-all/4.1.93.Final//netty-all-4.1.93.Final.jar
-netty-buffer/4.1.93.Final//netty-buffer-4.1.93.Final.jar
-netty-codec-dns/4.1.93.Final//netty-codec-dns-4.1.93.Final.jar
-netty-codec-http/4.1.93.Final//netty-codec-http-4.1.93.Final.jar
-netty-codec-http2/4.1.93.Final//netty-codec-http2-4.1.93.Final.jar
-netty-codec-socks/4.1.93.Final//netty-codec-socks-4.1.93.Final.jar
-netty-codec/4.1.93.Final//netty-codec-4.1.93.Final.jar
-netty-common/4.1.93.Final//netty-common-4.1.93.Final.jar
-netty-handler-proxy/4.1.93.Final//netty-handler-proxy-4.1.93.Final.jar
-netty-handler/4.1.93.Final//netty-handler-4.1.93.Final.jar
-netty-resolver-dns/4.1.93.Final//netty-resolver-dns-4.1.93.Final.jar
-netty-resolver/4.1.93.Final//netty-resolver-4.1.93.Final.jar
-netty-transport-classes-epoll/4.1.93.Final//netty-transport-classes-epoll-4.1.93.Final.jar
-netty-transport-native-epoll/4.1.93.Final/linux-aarch_64/netty-transport-native-epoll-4.1.93.Final-linux-aarch_64.jar
-netty-transport-native-epoll/4.1.93.Final/linux-x86_64/netty-transport-native-epoll-4.1.93.Final-linux-x86_64.jar
-netty-transport-native-unix-common/4.1.93.Final//netty-transport-native-unix-common-4.1.93.Final.jar
-netty-transport/4.1.93.Final//netty-transport-4.1.93.Final.jar
+netty-all/4.1.100.Final//netty-all-4.1.100.Final.jar
+netty-buffer/4.1.100.Final//netty-buffer-4.1.100.Final.jar
+netty-codec-dns/4.1.100.Final//netty-codec-dns-4.1.100.Final.jar
+netty-codec-http/4.1.100.Final//netty-codec-http-4.1.100.Final.jar
+netty-codec-http2/4.1.100.Final//netty-codec-http2-4.1.100.Final.jar
+netty-codec-socks/4.1.100.Final//netty-codec-socks-4.1.100.Final.jar
+netty-codec/4.1.100.Final//netty-codec-4.1.100.Final.jar
+netty-common/4.1.100.Final//netty-common-4.1.100.Final.jar
+netty-handler-proxy/4.1.100.Final//netty-handler-proxy-4.1.100.Final.jar
+netty-handler/4.1.100.Final//netty-handler-4.1.100.Final.jar
+netty-resolver-dns/4.1.100.Final//netty-resolver-dns-4.1.100.Final.jar
+netty-resolver/4.1.100.Final//netty-resolver-4.1.100.Final.jar
+netty-transport-classes-epoll/4.1.100.Final//netty-transport-classes-epoll-4.1.100.Final.jar
+netty-transport-native-epoll/4.1.100.Final/linux-aarch_64/netty-transport-native-epoll-4.1.100.Final-linux-aarch_64.jar
+netty-transport-native-epoll/4.1.100.Final/linux-x86_64/netty-transport-native-epoll-4.1.100.Final-linux-x86_64.jar
+netty-transport-native-unix-common/4.1.100.Final//netty-transport-native-unix-common-4.1.100.Final.jar
+netty-transport/4.1.100.Final//netty-transport-4.1.100.Final.jar
 okhttp-urlconnection/3.14.9//okhttp-urlconnection-3.14.9.jar
 okhttp/3.12.12//okhttp-3.12.12.jar
 okio/1.15.0//okio-1.15.0.jar
diff --git a/pom.xml b/pom.xml
index fdb09c82c..ace19c289 100644
--- a/pom.xml
+++ b/pom.xml
@@ -179,11 +179,7 @@
         <log4j.version>2.20.0</log4j.version>
         <mysql.jdbc.version>8.0.32</mysql.jdbc.version>
         <mockito.version>4.11.0</mockito.version>
-        <!--
-          Do NOT upgrade Netty 4.1.94.Final or above, because
-          https://github.com/netty/netty/pull/13408 breaks the Arrow
-          -->
-        <netty.version>4.1.93.Final</netty.version>
+        <netty.version>4.1.100.Final</netty.version>
         <openai.java.version>0.12.0</openai.java.version>
         <paimon.version>0.5.0-incubating</paimon.version>
         
<paimon.spark.binary.version>${spark.binary.version}</paimon.spark.binary.version>

Reply via email to