dependabot[bot] opened a new pull request, #308:
URL: https://github.com/apache/directory-scimple/pull/308

   Bumps `version.antlr4` from 4.12.0 to 4.13.0.
   Updates `antlr4-runtime` from 4.12.0 to 4.13.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/antlr/antlr4/releases";>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/master/doc/go-changes.md";>antlr4-runtime's
 changelog</a>.</em></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.12.0...4.13.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `antlr4-maven-plugin` from 4.12.0 to 4.13.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/antlr/antlr4/releases";>antlr4-maven-plugin'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/master/doc/go-changes.md";>antlr4-maven-plugin's
 changelog</a>.</em></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.12.0...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: dev-unsubscr...@directory.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org

Reply via email to