This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch ci-fix in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit 483cc50a4c99d987e493c8c8858419a6f1dc32ad 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 1504016..0eda5e4 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -27,7 +27,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima * Prevented XML External Entity (XXE) style attacks via `GraphMLReader` by disabling DTD and external entities by default. * Improved error message for failed serialization for HTTP-based requests. * Fixed a `NullPointerException` that could occur during a failed `Connection` initialization due to uninstantiated `AtomicInteger`. -* 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>
