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

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

commit 5db8aad6d01ba027b2d2e2699041e93360b67ef1
Author: Stephen Mallette <[email protected]>
AuthorDate: Wed Dec 15 12:39:08 2021 -0500

    Bump to Netty 4.1.72 CTR
---
 CHANGELOG.asciidoc | 2 +-
 pom.xml            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index d4912d1..ed87ae9 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -29,7 +29,7 @@ 
image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 * Fixed a `NullPointerException` that could occur during a failed `Connection` 
initialization due to uninstantiated `AtomicInteger`.
 * Minor changes to the initialization of Java driver `Cluster` and `Client` 
such that hosts are marked as available only after successfully initializing 
connection pools.
 * `NoHostAvailableException` now contains a cause for the failure.
-* Bumped to Netty 4.1.68.
+* Bumped to Netty 4.1.72.
 
 [[release-3-4-12]]
 === TinkerPop 3.4.12 (Release Date: July 19, 2021)
diff --git a/pom.xml b/pom.xml
index b2ad55f..5503889 100644
--- a/pom.xml
+++ b/pom.xml
@@ -156,7 +156,7 @@ limitations under the License.
         <jcabi.version>1.1</jcabi.version>
         <log4j.version>1.2.17</log4j.version>
         <metrics.version>3.0.2</metrics.version>
-        <netty.version>4.1.68.Final</netty.version>
+        <netty.version>4.1.72.Final</netty.version>
         <slf4j.version>1.7.25</slf4j.version>
         <snakeyaml.version>1.27</snakeyaml.version>
         <spark.version>2.4.0</spark.version>

Reply via email to