dependabot[bot] opened a new pull request, #8237:
URL: https://github.com/apache/iceberg/pull/8237

   Bumps `antlr` from 4.9.3 to 4.13.0.
   Updates `org.antlr:antlr4` from 4.9.3 to 4.13.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/antlr/antlr4/releases";>org.antlr:antlr4's 
releases</a>.</em></p>
   <blockquote>
   <h2>4.13.0</h2>
   <p>This is primarily change to the Go target itself and its release 
location, which has moved to <a 
href="https://github.com/antlr4-go/antlr";>https://github.com/antlr4-go/antlr</a>.
 The code still lives and this repository, but for release purposes we've 
created a new organization and repository so that Go users can pull versions 
down according to the repository and label rules</p>
   <h2>Issues fixed</h2>
   <ul>
   <li><a href="https://redirect.github.com/antlr/antlr4/issues/4226";>antlr4 
jar doubled in size in 4.9.3</a> (unicode, comp:performance)</li>
   <li><a href="https://redirect.github.com/antlr/antlr4/issues/3934";>Go: 
exponentially bad/absymal performance as of ...</a> (type:bug, target:go)</li>
   <li><a href="https://redirect.github.com/antlr/antlr4/issues/3929";>Go 
runtime panic</a> (type:bug, target:go)</li>
   </ul>
   <h2>Improvements, features</h2>
   <ul>
   <li><a href="https://redirect.github.com/antlr/antlr4/pull/4197";>Update 
LexerATNSimulator.cs with virtual Consume</a> (type:improvement, 
target:csharp)</li>
   <li><a 
href="https://redirect.github.com/antlr/antlr4/pull/4176";>Feature/fixembedding</a>
 (type:improvement, target:go, comp:performance)</li>
   <li><a href="https://redirect.github.com/antlr/antlr4/pull/3560";>Provide 
Javascript port of TokenStreamRewriter</a> (type:feature, target:javascript, 
target:typescript)</li>
   </ul>
   <h2>Pull requests grouped by target</h2>
   <h3>csharp target</h3>
   <ul>
   <li><a href="https://redirect.github.com/antlr/antlr4/pull/4197";>Update 
LexerATNSimulator.cs with virtual Consume</a> (type:improvement, 
target:csharp)</li>
   </ul>
   <h3>cpp target</h3>
   <ul>
   <li><a href="https://redirect.github.com/antlr/antlr4/pull/4237";>Optimize 
the concurrent performance of Cpp target by more than 10 times</a> (target:cpp, 
comp:performance, threading)</li>
   <li>[Issue <a 
href="https://redirect.github.com/antlr/antlr4/issues/4185";>#4185</a>: Too many 
artifacts fail to upload](<a 
href="https://redirect.github.com/antlr/antlr4/pull/4186";>antlr/antlr4#4186</a>)
 (comp:build, target:cpp, comp:testing)</li>
   <li><a href="https://redirect.github.com/antlr/antlr4/pull/4140";>Limit use 
of Posix threads to Unix</a> (target:cpp, threading)</li>
   <li><a href="https://redirect.github.com/antlr/antlr4/pull/4121";>cmake: Fix 
output dir for Visual Studio generator</a> (comp:build, target:cpp)</li>
   <li><a href="https://redirect.github.com/antlr/antlr4/pull/3995";>Cpp: Remove 
code duplication</a> (target:cpp, type:cleanup)</li>
   </ul>
   <h3>go target</h3>
   <ul>
   <li><a 
href="https://redirect.github.com/antlr/antlr4/pull/4275";>Feature/newrepo - 
Transition Go code to new runtime repo</a> (target:go)</li>
   <li><a 
href="https://redirect.github.com/antlr/antlr4/pull/4273";>Feature/docsNew 
release documentation and release notes for Go</a> (comp:doc, target:go)</li>
   <li><a href="https://redirect.github.com/antlr/antlr4/pull/4256";>Change 
closureCheckingStopState from recursive to iterative</a> (target:go)</li>
   <li><a href="https://redirect.github.com/antlr/antlr4/pull/4255";>Export 
generated data structures</a> (target:go)</li>
   <li><a href="https://redirect.github.com/antlr/antlr4/pull/4245";>fix: Allow 
CommonTokenStream to reset properly</a> (target:go)</li>
   <li><a href="https://redirect.github.com/antlr/antlr4/pull/4238";>feat: Adds 
actual usable @ actions to the go templates</a> (target:go)</li>
   <li><a href="https://redirect.github.com/antlr/antlr4/pull/4233";>Feat: Clean 
up go input streams to be a little more efficient</a> (target:go)</li>
   <li><a href="https://redirect.github.com/antlr/antlr4/pull/4231";>Add support 
to Golang codegen for booleans</a> (target:go)</li>
   <li><a href="https://redirect.github.com/antlr/antlr4/pull/4225";>Clean up go 
runtime testrig</a> (target:go, comp:testing)</li>
   <li><a href="https://redirect.github.com/antlr/antlr4/pull/4224";>feat: More 
reasonable wins in performance</a> (target:go)</li>
   <li><a 
href="https://redirect.github.com/antlr/antlr4/pull/4223";>Feature/memory</a> 
(target:go, comp:performance)</li>
   <li><a href="https://redirect.github.com/antlr/antlr4/pull/4210";>More 
performance improvements</a> (target:go, comp:performance)</li>
   <li><a href="https://redirect.github.com/antlr/antlr4/pull/4196";>Improve 
PredictionContext performance, fix bugs</a> (target:go)</li>
   <li><a href="https://redirect.github.com/antlr/antlr4/pull/4192";>Don't 
Panic! 50% plus performance improvement</a> (target:go, comp:performance)</li>
   <li><a href="https://redirect.github.com/antlr/antlr4/pull/4187";>Fix the 
prediction cache and the comparison algorithms from the legacy code</a> 
(target:go)</li>
   <li><a href="https://redirect.github.com/antlr/antlr4/pull/4181";>Improve 
runtime performance of the Go runtime test suite</a> (target:go, 
comp:performance)</li>
   <li>[Fix <a 
href="https://redirect.github.com/antlr/antlr4/issues/3967";>#3967</a> Merge of 
Prediction Context arrays was broken](<a 
href="https://redirect.github.com/antlr/antlr4/pull/4180";>antlr/antlr4#4180</a>)
 (target:go)</li>
   <li><a 
href="https://redirect.github.com/antlr/antlr4/pull/4176";>Feature/fixembedding</a>
 (type:improvement, target:go, comp:performance)</li>
   <li><a 
href="https://redirect.github.com/antlr/antlr4/pull/4169";>Feature/docclean 
Greatly improve the godoc comments in the runtime</a> (comp:doc, target:go)</li>
   <li><a 
href="https://redirect.github.com/antlr/antlr4/pull/4168";>Feature/gotestfix</a> 
(target:go)</li>
   <li><a 
href="https://redirect.github.com/antlr/antlr4/pull/4163";>Feature/gotestfix 
Fixes Go runtime test suite</a> (target:go, comp:testing, type:cleanup)</li>
   <li><a href="https://redirect.github.com/antlr/antlr4/pull/4161";>Feature/fix 
4150 - prevent invalid codegen in Go</a> (type:bug, target:go)</li>
   <li><a href="https://redirect.github.com/antlr/antlr4/pull/4155";>Remove 
redundant source code from go runtime</a> (target:go, type:cleanup)</li>
   <li><a href="https://redirect.github.com/antlr/antlr4/pull/4154";>fix: Some 
code that should have been destined for /v4 was instead put…</a> (target:go, 
type:cleanup)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/antlr/antlr4/blob/dev/doc/go-changes.md";>org.antlr:antlr4's
 changelog</a>.</em></p>
   <blockquote>
   <h2>v4.12.0 to v4.13.0</h2>
   <p>Strictly speaking, if ANTLR was a go only project following <a 
href="https://semver.org/";>SemVer</a> release v4.13.0 would be
   at least a minor version change and arguably a bump to v5. However, we must 
follow the ANTLR conventions here or the
   release numbers would quickly become confusing. I apologize for being unable 
to follow the Go release rules absolutely
   to the letter.</p>
   <p>There are a lot of changes and improvements in this release, but only the 
change of repo holding the runtime code,
   and possibly the removal of interfaces will cause any code changes. There 
are no breaking changes to the runtime
   interfaces.</p>
   <p>ANTLR Go Maintainer: <a href="https://github.com/jimidle";>Jim Idle</a> - 
Email:  <a 
href="https://github.com/antlr/antlr4/blob/dev/doc/mailto:[email protected]";>[email protected]</a></p>
   <h3>Code Relocation</h3>
   <p>For complicated reasons, including not breaking the builds of some users 
who use a monorepo and eschew modules, as well
   as not making substantial changes to the internal test suite, the Go runtime 
code will continue to be maintained in
   the main ANTLR4 repo <code>antlr/antlr4</code>. If you wish to contribute 
changes to the Go runtime code, please continue to submit
   PRs to this main repo, against the <code>dev</code> branch.</p>
   <p>The code located in the main repo at about the depth of the Mariana 
Trench, means that the go tools cannot reconcile
   the module correctly. After some debate, it was decided that we would create 
a dedicated release repo for the Go runtime
   so that it will behave exactly as the Go tooling expects. This repo is 
auto-maintained and keeps both the dev and master
   branches up to date.</p>
   <p>Henceforth, all future projects using the ANTLR Go runtime, should import 
as follows:</p>
   <pre lang="go"><code>import (
       &quot;github.com/antlr4-go/antlr/v4&quot;
       )
   </code></pre>
   <p>And use the command:</p>
   <pre lang="shell"><code>go get github.com/antlr4-go/antlr
   </code></pre>
   <p>To get the module - <code>go mod tidy</code> is probably the best way 
once imports have been changed.</p>
   <p>Please note that there is no longer any source code kept in the ANTLR 
repo under <code>github.com/antlr/antlr4/runtime/Go/antlr</code>.
   If you are using the code without modules, then sync the code from the new 
release repo.</p>
   <h3>Documentation</h3>
   <p>Prior to this release, the godocs were essentially unusable as the go doc 
code was essentially copied without
   change, from teh Java runtime. The godocs are now properly formatted for Go 
and pkg.dev.</p>
   <p>Please feel free to raise an issue if you find any remaining mistakes. Or 
submit a PR (remember - not to the new repo).</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/antlr/antlr4/commit/0ae86c2d69b6c438154e263a8b41195ed3c7377f";><code>0ae86c2</code></a>
 [maven-release-plugin] prepare release 4.13.0</li>
   <li><a 
href="https://github.com/antlr/antlr4/commit/37585e4e0f7aaefaa246436baa6e2a5167ab385e";><code>37585e4</code></a>
 Update js package-lock.json</li>
   <li><a 
href="https://github.com/antlr/antlr4/commit/5dc2a2956f433021126aa2095923df1915cf8d7d";><code>5dc2a29</code></a>
 Update version in more files to 4.13.0</li>
   <li><a 
href="https://github.com/antlr/antlr4/commit/ffe0eef3922eb2a9a7b23b786fde3a7f585e74d5";><code>ffe0eef</code></a>
 Merge branch 'master' of github.com:antlr/antlr4</li>
   <li><a 
href="https://github.com/antlr/antlr4/commit/c630cb6bce7af9c71f4d10320da9fa8392ec1855";><code>c630cb6</code></a>
 Update version in many files to 4.13.0</li>
   <li><a 
href="https://github.com/antlr/antlr4/commit/a9639d06de6e3272d2dc228a35fa316cc7e7396f";><code>a9639d0</code></a>
 Merge branch 'dev'</li>
   <li><a 
href="https://github.com/antlr/antlr4/commit/134eda9f1a815bc2b9b863773a17fe08951cae86";><code>134eda9</code></a>
 bump version to 4.13.0-SNAPSHOT in poms, regen XPath lexers.</li>
   <li><a 
href="https://github.com/antlr/antlr4/commit/6e03105934cceea1e5a27729a0a78f28b970a72b";><code>6e03105</code></a>
 doc: Make sure that we are using the latest LICENSE file inthe go module</li>
   <li><a 
href="https://github.com/antlr/antlr4/commit/29cf908cbba396db4616cce48bb554952cbd67ee";><code>29cf908</code></a>
 feat: Use the latest version of x/exp</li>
   <li><a 
href="https://github.com/antlr/antlr4/commit/bb631058a322f11ab1aaadb6b833cd55544dc394";><code>bb63105</code></a>
 fix: Remove go.mod from v1 tree - it wasn't being found anyway</li>
   <li>Additional commits viewable in <a 
href="https://github.com/antlr/antlr4/compare/4.9.3...4.13.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.antlr:antlr4-runtime` from 4.9.3 to 4.13.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/antlr/antlr4/releases";>org.antlr:antlr4-runtime's 
releases</a>.</em></p>
   <blockquote>
   <h2>4.13.0</h2>
   <p>This is primarily change to the Go target itself and its release 
location, which has moved to <a 
href="https://github.com/antlr4-go/antlr";>https://github.com/antlr4-go/antlr</a>.
 The code still lives and this repository, but for release purposes we've 
created a new organization and repository so that Go users can pull versions 
down according to the repository and label rules</p>
   <h2>Issues fixed</h2>
   <ul>
   <li><a href="https://redirect.github.com/antlr/antlr4/issues/4226";>antlr4 
jar doubled in size in 4.9.3</a> (unicode, comp:performance)</li>
   <li><a href="https://redirect.github.com/antlr/antlr4/issues/3934";>Go: 
exponentially bad/absymal performance as of ...</a> (type:bug, target:go)</li>
   <li><a href="https://redirect.github.com/antlr/antlr4/issues/3929";>Go 
runtime panic</a> (type:bug, target:go)</li>
   </ul>
   <h2>Improvements, features</h2>
   <ul>
   <li><a href="https://redirect.github.com/antlr/antlr4/pull/4197";>Update 
LexerATNSimulator.cs with virtual Consume</a> (type:improvement, 
target:csharp)</li>
   <li><a 
href="https://redirect.github.com/antlr/antlr4/pull/4176";>Feature/fixembedding</a>
 (type:improvement, target:go, comp:performance)</li>
   <li><a href="https://redirect.github.com/antlr/antlr4/pull/3560";>Provide 
Javascript port of TokenStreamRewriter</a> (type:feature, target:javascript, 
target:typescript)</li>
   </ul>
   <h2>Pull requests grouped by target</h2>
   <h3>csharp target</h3>
   <ul>
   <li><a href="https://redirect.github.com/antlr/antlr4/pull/4197";>Update 
LexerATNSimulator.cs with virtual Consume</a> (type:improvement, 
target:csharp)</li>
   </ul>
   <h3>cpp target</h3>
   <ul>
   <li><a href="https://redirect.github.com/antlr/antlr4/pull/4237";>Optimize 
the concurrent performance of Cpp target by more than 10 times</a> (target:cpp, 
comp:performance, threading)</li>
   <li>[Issue <a 
href="https://redirect.github.com/antlr/antlr4/issues/4185";>#4185</a>: Too many 
artifacts fail to upload](<a 
href="https://redirect.github.com/antlr/antlr4/pull/4186";>antlr/antlr4#4186</a>)
 (comp:build, target:cpp, comp:testing)</li>
   <li><a href="https://redirect.github.com/antlr/antlr4/pull/4140";>Limit use 
of Posix threads to Unix</a> (target:cpp, threading)</li>
   <li><a href="https://redirect.github.com/antlr/antlr4/pull/4121";>cmake: Fix 
output dir for Visual Studio generator</a> (comp:build, target:cpp)</li>
   <li><a href="https://redirect.github.com/antlr/antlr4/pull/3995";>Cpp: Remove 
code duplication</a> (target:cpp, type:cleanup)</li>
   </ul>
   <h3>go target</h3>
   <ul>
   <li><a 
href="https://redirect.github.com/antlr/antlr4/pull/4275";>Feature/newrepo - 
Transition Go code to new runtime repo</a> (target:go)</li>
   <li><a 
href="https://redirect.github.com/antlr/antlr4/pull/4273";>Feature/docsNew 
release documentation and release notes for Go</a> (comp:doc, target:go)</li>
   <li><a href="https://redirect.github.com/antlr/antlr4/pull/4256";>Change 
closureCheckingStopState from recursive to iterative</a> (target:go)</li>
   <li><a href="https://redirect.github.com/antlr/antlr4/pull/4255";>Export 
generated data structures</a> (target:go)</li>
   <li><a href="https://redirect.github.com/antlr/antlr4/pull/4245";>fix: Allow 
CommonTokenStream to reset properly</a> (target:go)</li>
   <li><a href="https://redirect.github.com/antlr/antlr4/pull/4238";>feat: Adds 
actual usable @ actions to the go templates</a> (target:go)</li>
   <li><a href="https://redirect.github.com/antlr/antlr4/pull/4233";>Feat: Clean 
up go input streams to be a little more efficient</a> (target:go)</li>
   <li><a href="https://redirect.github.com/antlr/antlr4/pull/4231";>Add support 
to Golang codegen for booleans</a> (target:go)</li>
   <li><a href="https://redirect.github.com/antlr/antlr4/pull/4225";>Clean up go 
runtime testrig</a> (target:go, comp:testing)</li>
   <li><a href="https://redirect.github.com/antlr/antlr4/pull/4224";>feat: More 
reasonable wins in performance</a> (target:go)</li>
   <li><a 
href="https://redirect.github.com/antlr/antlr4/pull/4223";>Feature/memory</a> 
(target:go, comp:performance)</li>
   <li><a href="https://redirect.github.com/antlr/antlr4/pull/4210";>More 
performance improvements</a> (target:go, comp:performance)</li>
   <li><a href="https://redirect.github.com/antlr/antlr4/pull/4196";>Improve 
PredictionContext performance, fix bugs</a> (target:go)</li>
   <li><a href="https://redirect.github.com/antlr/antlr4/pull/4192";>Don't 
Panic! 50% plus performance improvement</a> (target:go, comp:performance)</li>
   <li><a href="https://redirect.github.com/antlr/antlr4/pull/4187";>Fix the 
prediction cache and the comparison algorithms from the legacy code</a> 
(target:go)</li>
   <li><a href="https://redirect.github.com/antlr/antlr4/pull/4181";>Improve 
runtime performance of the Go runtime test suite</a> (target:go, 
comp:performance)</li>
   <li>[Fix <a 
href="https://redirect.github.com/antlr/antlr4/issues/3967";>#3967</a> Merge of 
Prediction Context arrays was broken](<a 
href="https://redirect.github.com/antlr/antlr4/pull/4180";>antlr/antlr4#4180</a>)
 (target:go)</li>
   <li><a 
href="https://redirect.github.com/antlr/antlr4/pull/4176";>Feature/fixembedding</a>
 (type:improvement, target:go, comp:performance)</li>
   <li><a 
href="https://redirect.github.com/antlr/antlr4/pull/4169";>Feature/docclean 
Greatly improve the godoc comments in the runtime</a> (comp:doc, target:go)</li>
   <li><a 
href="https://redirect.github.com/antlr/antlr4/pull/4168";>Feature/gotestfix</a> 
(target:go)</li>
   <li><a 
href="https://redirect.github.com/antlr/antlr4/pull/4163";>Feature/gotestfix 
Fixes Go runtime test suite</a> (target:go, comp:testing, type:cleanup)</li>
   <li><a href="https://redirect.github.com/antlr/antlr4/pull/4161";>Feature/fix 
4150 - prevent invalid codegen in Go</a> (type:bug, target:go)</li>
   <li><a href="https://redirect.github.com/antlr/antlr4/pull/4155";>Remove 
redundant source code from go runtime</a> (target:go, type:cleanup)</li>
   <li><a href="https://redirect.github.com/antlr/antlr4/pull/4154";>fix: Some 
code that should have been destined for /v4 was instead put…</a> (target:go, 
type:cleanup)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/antlr/antlr4/blob/dev/doc/go-changes.md";>org.antlr:antlr4-runtime's
 changelog</a>.</em></p>
   <blockquote>
   <h2>v4.12.0 to v4.13.0</h2>
   <p>Strictly speaking, if ANTLR was a go only project following <a 
href="https://semver.org/";>SemVer</a> release v4.13.0 would be
   at least a minor version change and arguably a bump to v5. However, we must 
follow the ANTLR conventions here or the
   release numbers would quickly become confusing. I apologize for being unable 
to follow the Go release rules absolutely
   to the letter.</p>
   <p>There are a lot of changes and improvements in this release, but only the 
change of repo holding the runtime code,
   and possibly the removal of interfaces will cause any code changes. There 
are no breaking changes to the runtime
   interfaces.</p>
   <p>ANTLR Go Maintainer: <a href="https://github.com/jimidle";>Jim Idle</a> - 
Email:  <a 
href="https://github.com/antlr/antlr4/blob/dev/doc/mailto:[email protected]";>[email protected]</a></p>
   <h3>Code Relocation</h3>
   <p>For complicated reasons, including not breaking the builds of some users 
who use a monorepo and eschew modules, as well
   as not making substantial changes to the internal test suite, the Go runtime 
code will continue to be maintained in
   the main ANTLR4 repo <code>antlr/antlr4</code>. If you wish to contribute 
changes to the Go runtime code, please continue to submit
   PRs to this main repo, against the <code>dev</code> branch.</p>
   <p>The code located in the main repo at about the depth of the Mariana 
Trench, means that the go tools cannot reconcile
   the module correctly. After some debate, it was decided that we would create 
a dedicated release repo for the Go runtime
   so that it will behave exactly as the Go tooling expects. This repo is 
auto-maintained and keeps both the dev and master
   branches up to date.</p>
   <p>Henceforth, all future projects using the ANTLR Go runtime, should import 
as follows:</p>
   <pre lang="go"><code>import (
       &quot;github.com/antlr4-go/antlr/v4&quot;
       )
   </code></pre>
   <p>And use the command:</p>
   <pre lang="shell"><code>go get github.com/antlr4-go/antlr
   </code></pre>
   <p>To get the module - <code>go mod tidy</code> is probably the best way 
once imports have been changed.</p>
   <p>Please note that there is no longer any source code kept in the ANTLR 
repo under <code>github.com/antlr/antlr4/runtime/Go/antlr</code>.
   If you are using the code without modules, then sync the code from the new 
release repo.</p>
   <h3>Documentation</h3>
   <p>Prior to this release, the godocs were essentially unusable as the go doc 
code was essentially copied without
   change, from teh Java runtime. The godocs are now properly formatted for Go 
and pkg.dev.</p>
   <p>Please feel free to raise an issue if you find any remaining mistakes. Or 
submit a PR (remember - not to the new repo).</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/antlr/antlr4/commit/0ae86c2d69b6c438154e263a8b41195ed3c7377f";><code>0ae86c2</code></a>
 [maven-release-plugin] prepare release 4.13.0</li>
   <li><a 
href="https://github.com/antlr/antlr4/commit/37585e4e0f7aaefaa246436baa6e2a5167ab385e";><code>37585e4</code></a>
 Update js package-lock.json</li>
   <li><a 
href="https://github.com/antlr/antlr4/commit/5dc2a2956f433021126aa2095923df1915cf8d7d";><code>5dc2a29</code></a>
 Update version in more files to 4.13.0</li>
   <li><a 
href="https://github.com/antlr/antlr4/commit/ffe0eef3922eb2a9a7b23b786fde3a7f585e74d5";><code>ffe0eef</code></a>
 Merge branch 'master' of github.com:antlr/antlr4</li>
   <li><a 
href="https://github.com/antlr/antlr4/commit/c630cb6bce7af9c71f4d10320da9fa8392ec1855";><code>c630cb6</code></a>
 Update version in many files to 4.13.0</li>
   <li><a 
href="https://github.com/antlr/antlr4/commit/a9639d06de6e3272d2dc228a35fa316cc7e7396f";><code>a9639d0</code></a>
 Merge branch 'dev'</li>
   <li><a 
href="https://github.com/antlr/antlr4/commit/134eda9f1a815bc2b9b863773a17fe08951cae86";><code>134eda9</code></a>
 bump version to 4.13.0-SNAPSHOT in poms, regen XPath lexers.</li>
   <li><a 
href="https://github.com/antlr/antlr4/commit/6e03105934cceea1e5a27729a0a78f28b970a72b";><code>6e03105</code></a>
 doc: Make sure that we are using the latest LICENSE file inthe go module</li>
   <li><a 
href="https://github.com/antlr/antlr4/commit/29cf908cbba396db4616cce48bb554952cbd67ee";><code>29cf908</code></a>
 feat: Use the latest version of x/exp</li>
   <li><a 
href="https://github.com/antlr/antlr4/commit/bb631058a322f11ab1aaadb6b833cd55544dc394";><code>bb63105</code></a>
 fix: Remove go.mod from v1 tree - it wasn't being found anyway</li>
   <li>Additional commits viewable in <a 
href="https://github.com/antlr/antlr4/compare/4.9.3...4.13.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to