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


The following commit(s) were added to refs/heads/master by this push:
     new 500e2b2750 Bumped to antlr 4.13.2 CTR
500e2b2750 is described below

commit 500e2b2750d9319c0962f663955cb658d99d5ccc
Author: Stephen Mallette <[email protected]>
AuthorDate: Sat Feb 28 07:39:17 2026 -0500

    Bumped to antlr 4.13.2 CTR
---
 CHANGELOG.asciidoc                                          | 13 +++++++------
 gremlin-console/src/main/static/LICENSE                     |  2 +-
 .../lib/structure/io/binary/internals/GraphBinaryWriter.js  |  2 --
 pom.xml                                                     |  2 +-
 4 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 36b84727ba..4bf395cff6 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -26,17 +26,18 @@ 
image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 * Added `__contains__` and `keys()` to `Element` in `gremlin-python`.
 * Added `subgraph()` support for `gremlin-python` so that results are stored 
in a detached `Graph` object.
 * Modified grammar to make `discard()` usage more consistent as a filter step 
where it can now be used to chain additional traversal steps and be used 
anonymously.
-* Removed `Meta` field from `ResponseResult` struct in `gremlin-go`
+* Removed `Meta` field from `ResponseResult` struct in `gremlin-go`.
 * Removed deprecated elements of the Java-based process testing suite: 
`ProcessStandardSuite`, `ProcessComputerSuite`, `ProcessLimitedSuite` and 
associated tests.
 * Removed redundant Gremlin Server integration testing: 
`org.apache.tinkerpop.gremlin.process.*` and related infrastructure.
 * Removed obsolete `gremlin-groovy` translation testing: 
`ParameterizedGroovyTranslatorProvider` and related infrastructure.
-* Replace `Bytecode` with `GremlinLang` & update serialization to GraphBinary 
4 for `gremlin-go`
-* Added `RequestInterceptor` to `gremlin-go` with `auth` reference 
implementations to replace `authInfo`
-* Refactored GraphBinary serializers to use `io.Writer` and `io.Reader` 
instead of `*bytes.Buffer` for streaming capacities
-* Refactored `httpProtocol` and `httpTransport` in `gremlin-go` into single 
`connection.go` that handles HTTP request and response
+* Replace `Bytecode` with `GremlinLang` & update serialization to GraphBinary 
4 for `gremlin-go`.
+* Added `RequestInterceptor` to `gremlin-go` with `auth` reference 
implementations to replace `authInfo`.
+* Refactored GraphBinary serializers to use `io.Writer` and `io.Reader` 
instead of `*bytes.Buffer` for streaming capacities.
+* Refactored `httpProtocol` and `httpTransport` in `gremlin-go` into single 
`connection.go` that handles HTTP request and response.
+* Bumped ANTLR to 4.13.2
 * Bumped SLF4j to 2.0.16.
 * Bumped GMavenPlus to 4.1.1.
-* Bumped to Guice 6.0.0.
+* Bumped Guice to 6.0.0.
 * Bumped Caffeine to 3.2.3.
 
 [[release-4-0-0-beta-1]]
diff --git a/gremlin-console/src/main/static/LICENSE 
b/gremlin-console/src/main/static/LICENSE
index 064c86008a..41076162e9 100644
--- a/gremlin-console/src/main/static/LICENSE
+++ b/gremlin-console/src/main/static/LICENSE
@@ -207,7 +207,7 @@ BSD-style Licenses
 
 The Apache TinkerPop project bundles the following components under the BSD 
License:
 
-     Antlr4 (org.antlr:antlr4-runtime:4.9.1 - https://www.antlr.org) - for 
details, see licenses/antlr4
+     Antlr4 (org.antlr:antlr4-runtime:4.13.2 - https://www.antlr.org) - for 
details, see licenses/antlr4
      JLine (jline:jline:2.14.6 - https://github.com/jline/jline2) - for 
details, see licenses/jline2
      Kryo (com.esotericsoftware:kryo-shaded:3.0.3 - 
https://github.com/EsotericSoftware/kryo)
        - shaded in gremlin-shaded to org.apache.tinkerpop.shaded.kryo
diff --git 
a/gremlin-javascript/src/main/javascript/gremlin-javascript/lib/structure/io/binary/internals/GraphBinaryWriter.js
 
b/gremlin-javascript/src/main/javascript/gremlin-javascript/lib/structure/io/binary/internals/GraphBinaryWriter.js
index e5b62115f3..856582d0ad 100644
--- 
a/gremlin-javascript/src/main/javascript/gremlin-javascript/lib/structure/io/binary/internals/GraphBinaryWriter.js
+++ 
b/gremlin-javascript/src/main/javascript/gremlin-javascript/lib/structure/io/binary/internals/GraphBinaryWriter.js
@@ -45,7 +45,5 @@ export default class GraphBinaryWriter {
       this.ioc.mapSerializer.serialize(args, false),
     ];
     return Buffer.concat(bufs);
-
-
   }
 }
diff --git a/pom.xml b/pom.xml
index 0c822e298e..20ec28fde1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,7 +151,7 @@ limitations under the License.
         <url>https://github.com/apache/tinkerpop</url>
     </scm>
     <properties>
-        <antlr4.version>4.9.1</antlr4.version>
+        <antlr4.version>4.13.2</antlr4.version>
         <caffeine.version>3.2.3</caffeine.version>
         <commons.codec.version>1.20.0</commons.codec.version>
         <commons.collections.version>4.5.0</commons.collections.version>

Reply via email to