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 de6a61ab79dcae9adb85a6381dd01ad5aa8c7801
Author: Stephen Mallette <[email protected]>
AuthorDate: Mon Oct 25 12:01:17 2021 -0400

    TINKERPOP-2632 Bumped to Netty 4.1.68 CTR
---
 CHANGELOG.asciidoc | 1 +
 pom.xml            | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 7fa9910..cd8fdf0 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -28,6 +28,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.
 
 [[release-3-4-12]]
 === TinkerPop 3.4.12 (Release Date: July 19, 2021)
diff --git a/pom.xml b/pom.xml
index b41e2ba..b2ad55f 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.61.Final</netty.version>
+        <netty.version>4.1.68.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