This is an automated email from the ASF dual-hosted git repository. colegreer pushed a commit to branch 3.6-dev in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit 9c394637e8d4ac865a56711635db2e94e92301be Author: Cole-Greer <[email protected]> AuthorDate: Fri Oct 4 12:53:12 2024 -0700 CTR TINKERPOP-3050-3053 Minor version bumps for vulnerable dependencies --- gremlin-console/src/main/static/NOTICE | 4 ++-- gremlin-driver/src/main/static/NOTICE | 2 +- gremlin-groovy/pom.xml | 2 +- gremlin-server/src/main/static/NOTICE | 4 ++-- pom.xml | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/gremlin-console/src/main/static/NOTICE b/gremlin-console/src/main/static/NOTICE index 13c3bc7262..981069c7e0 100644 --- a/gremlin-console/src/main/static/NOTICE +++ b/gremlin-console/src/main/static/NOTICE @@ -29,7 +29,7 @@ Licensed under the Creative Commons Attribution Licence v2.5 http://creativecommons.org/licenses/by/2.5/ ------------------------------------------------------------------------ -Apache Ivy 2.5.1 (AL ASF) +Apache Ivy 2.5.2 (AL ASF) ------------------------------------------------------------------------ Portions of Ivy were originally developed by Jayasoft SARL (http://www.jayasoft.fr/) @@ -91,7 +91,7 @@ JavaTuples 1.2 Copyright (c) 2010, The JAVATUPLES team (http://www.javatuples.org) ------------------------------------------------------------------------ -Netty 4.1.96 +Netty 4.1.100 ------------------------------------------------------------------------ Copyright 2014 The Netty Project diff --git a/gremlin-driver/src/main/static/NOTICE b/gremlin-driver/src/main/static/NOTICE index 111e687166..d0dfebd1fa 100644 --- a/gremlin-driver/src/main/static/NOTICE +++ b/gremlin-driver/src/main/static/NOTICE @@ -49,7 +49,7 @@ JavaTuples 1.2 Copyright (c) 2010, The JAVATUPLES team (http://www.javatuples.org) ------------------------------------------------------------------------ -Netty 4.1.96 +Netty 4.1.100 ------------------------------------------------------------------------ Copyright 2014 The Netty Project diff --git a/gremlin-groovy/pom.xml b/gremlin-groovy/pom.xml index 5bf20fa70a..3aecda9159 100644 --- a/gremlin-groovy/pom.xml +++ b/gremlin-groovy/pom.xml @@ -40,7 +40,7 @@ limitations under the License. <dependency> <groupId>org.apache.ivy</groupId> <artifactId>ivy</artifactId> - <version>2.5.1</version> + <version>2.5.2</version> </dependency> <dependency> <groupId>org.codehaus.groovy</groupId> diff --git a/gremlin-server/src/main/static/NOTICE b/gremlin-server/src/main/static/NOTICE index b9fe215b08..e92dbe8b8b 100644 --- a/gremlin-server/src/main/static/NOTICE +++ b/gremlin-server/src/main/static/NOTICE @@ -16,7 +16,7 @@ Licensed under the Creative Commons Attribution Licence v2.5 http://creativecommons.org/licenses/by/2.5/ ------------------------------------------------------------------------ -Apache Ivy 2.5.1 (AL ASF) +Apache Ivy 2.5.2 (AL ASF) ------------------------------------------------------------------------ Portions of Ivy were originally developed by Jayasoft SARL (http://www.jayasoft.fr/) @@ -92,7 +92,7 @@ LongAdder), which was released with the following comments: http://creativecommons.org/publicdomain/zero/1.0/ ------------------------------------------------------------------------ -Netty 4.1.96 +Netty 4.1.100 ------------------------------------------------------------------------ Copyright 2014 The Netty Project diff --git a/pom.xml b/pom.xml index e1766faf4e..c4f5ecd62c 100644 --- a/pom.xml +++ b/pom.xml @@ -170,10 +170,10 @@ limitations under the License. <jbcrypt.version>0.4</jbcrypt.version> <junit.version>4.13.1</junit.version> <kerby.version>2.0.1</kerby.version> - <logback.version>1.2.11</logback.version> + <logback.version>1.2.13</logback.version> <metrics.version>3.0.2</metrics.version> <mockito.version>3.3.3</mockito.version> - <netty.version>4.1.96.Final</netty.version> + <netty.version>4.1.100.Final</netty.version> <slf4j.version>1.7.25</slf4j.version> <snakeyaml.version>2.0</snakeyaml.version> <spark.version>3.2.1</spark.version>
