dependabot[bot] opened a new pull request, #185: URL: https://github.com/apache/plc4x-extras/pull/185
Bumps [io.vavr:vavr](https://github.com/vavr-io/vavr) from 0.10.4 to 0.10.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vavr-io/vavr/releases">io.vavr:vavr's releases</a>.</em></p> <blockquote> <h2>Patch Release 0.10.5</h2> <p>Vavr is back with a new maintainer, roadmap, and... a release.</p> <!-- raw HTML omitted --> <p>This release brings various performance enhancements, bugfixes, and explicit jlink-friendly module declarations instead of automatic modules.</p> <h2>Committers</h2> <p>🎉 MANY THANKS TO ALL COMMITTERS! 🎉 <a href="https://github.com/KrnSaurabh"><code>@​KrnSaurabh</code></a> <a href="https://github.com/achinaou"><code>@​achinaou</code></a> <a href="https://github.com/sleepytomcat"><code>@​sleepytomcat</code></a> <a href="https://github.com/j-baker"><code>@​j-baker</code></a> <a href="https://github.com/Kevin222004"><code>@​Kevin222004</code></a> <a href="https://github.com/pivovarit"><code>@​pivovarit</code></a></p> <h2>Changes</h2> <ul> <li>Qualify all yield() calls by <a href="https://github.com/pivovarit"><code>@​pivovarit</code></a> in <a href="https://redirect.github.com/vavr-io/vavr/pull/2799">vavr-io/vavr#2799</a></li> <li>Fix Array.appendAll() arraycopy type mismatch by <a href="https://github.com/pivovarit"><code>@​pivovarit</code></a> in <a href="https://redirect.github.com/vavr-io/vavr/pull/2795">vavr-io/vavr#2795</a></li> <li>Performance improvement for List::unfold, List::unfoldLeft by <a href="https://github.com/sleepytomcat"><code>@​sleepytomcat</code></a> in <a href="https://redirect.github.com/vavr-io/vavr/pull/2689">vavr-io/vavr#2689</a></li> <li>Traversable.zipWithIndex() javadoc fix by <a href="https://github.com/sleepytomcat"><code>@​sleepytomcat</code></a> in <a href="https://redirect.github.com/vavr-io/vavr/pull/2706">vavr-io/vavr#2706</a></li> <li>Faster LinkedHashMap by tail() by <a href="https://github.com/j-baker"><code>@​j-baker</code></a> in <a href="https://redirect.github.com/vavr-io/vavr/pull/2725">vavr-io/vavr#2725</a></li> <li>Actual faster LinkedHashSet tail by <a href="https://github.com/j-baker"><code>@​j-baker</code></a> in <a href="https://redirect.github.com/vavr-io/vavr/pull/2726">vavr-io/vavr#2726</a></li> <li>Faster LinkedHashSet head() by <a href="https://github.com/j-baker"><code>@​j-baker</code></a> in <a href="https://redirect.github.com/vavr-io/vavr/pull/2728">vavr-io/vavr#2728</a></li> <li>minor: make private class final with default constructor by <a href="https://github.com/Kevin222004"><code>@​Kevin222004</code></a> in <a href="https://redirect.github.com/vavr-io/vavr/pull/2740">vavr-io/vavr#2740</a></li> <li>Replace synchronized method/block with reentrant lock by <a href="https://github.com/KrnSaurabh"><code>@​KrnSaurabh</code></a> in <a href="https://redirect.github.com/vavr-io/vavr/pull/2845">vavr-io/vavr#2845</a></li> <li>Update Scala to 3.5 by <a href="https://github.com/achinaou"><code>@​achinaou</code></a> in <a href="https://redirect.github.com/vavr-io/vavr/pull/2858">vavr-io/vavr#2858</a></li> <li>Suppress Tuple elements serialization warning by <a href="https://github.com/pivovarit"><code>@​pivovarit</code></a> in <a href="https://redirect.github.com/vavr-io/vavr/pull/2872">vavr-io/vavr#2872</a></li> <li>Suppress various serialization warnings by <a href="https://github.com/pivovarit"><code>@​pivovarit</code></a> in <a href="https://redirect.github.com/vavr-io/vavr/pull/2873">vavr-io/vavr#2873</a> <a href="https://redirect.github.com/vavr-io/vavr/pull/2874">vavr-io/vavr#2874</a> <a href="https://redirect.github.com/vavr-io/vavr/pull/2875">vavr-io/vavr#2875</a> <a href="https://redirect.github.com/vavr-io/vavr/pull/2876">vavr-io/vavr#2876</a> <a href="https://redirect.github.com/vavr-io/vavr/pull/2877">vavr-io/vavr#2877</a></li> <li>Don't reference ThreadDeath directly due to its future removal by <a href="https://github.com/pivovarit"><code>@​pivovarit</code></a> in <a href="https://redirect.github.com/vavr-io/vavr/pull/2878">vavr-io/vavr#2878</a></li> <li>Fix remaining Java Serialization issues with JDK21 by <a href="https://github.com/KrnSaurabh"><code>@​KrnSaurabh</code></a> in <a href="https://redirect.github.com/vavr-io/vavr/pull/2880">vavr-io/vavr#2880</a></li> <li>Full Java Platform Module System support for Java 9+ by <a href="https://github.com/pivovarit"><code>@​pivovarit</code></a> in <a href="https://redirect.github.com/vavr-io/vavr/pull/2846">vavr-io/vavr#2846</a></li> <li>Various JavaDoc fixes by <a href="https://github.com/pivovarit"><code>@​pivovarit</code></a> in <a href="https://redirect.github.com/vavr-io/vavr/pull/2888">vavr-io/vavr#2888</a> <a href="https://redirect.github.com/vavr-io/vavr/pull/2889">vavr-io/vavr#2889</a> <a href="https://redirect.github.com/vavr-io/vavr/pull/2895">vavr-io/vavr#2895</a> <a href="https://redirect.github.com/vavr-io/vavr/pull/2896">vavr-io/vavr#2896</a> <a href="https://redirect.github.com/vavr-io/vavr/pull/2897">vavr-io/vavr#2897</a> <a href="https://redirect.github.com/vavr-io/vavr/pull/2898">vavr-io/vavr#2898</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vavr-io/vavr/commit/6603a132aeeb1dc1a8309c11f7b7b5e6dd3c85b3"><code>6603a13</code></a> [maven-release-plugin] prepare release v0.10.5</li> <li><a href="https://github.com/vavr-io/vavr/commit/3741b3f5674cdafe6d558a1e2aaf2f7a0b772f98"><code>3741b3f</code></a> Skip nexus-staging-maven-plugin for vavr-benchmark (<a href="https://redirect.github.com/vavr-io/vavr/issues/2904">#2904</a>)</li> <li><a href="https://github.com/vavr-io/vavr/commit/b7969c27eeccef212f63397176f724f0bbf5b802"><code>b7969c2</code></a> Explicitly list all release modules (<a href="https://redirect.github.com/vavr-io/vavr/issues/2903">#2903</a>)</li> <li><a href="https://github.com/vavr-io/vavr/commit/d3f0903043cf07b0bf7f87b37918d085c628ff8f"><code>d3f0903</code></a> Replace oss parent with custom configuration (<a href="https://redirect.github.com/vavr-io/vavr/issues/2902">#2902</a>)</li> <li><a href="https://github.com/vavr-io/vavr/commit/5b0b5c3f63f8f4b53a755d9ca17471adad973229"><code>5b0b5c3</code></a> Configure maven-staging-plugin (<a href="https://redirect.github.com/vavr-io/vavr/issues/2901">#2901</a>)</li> <li><a href="https://github.com/vavr-io/vavr/commit/2293e5d195015ca111d268532f8697f81ba81a97"><code>2293e5d</code></a> Fix remaining JavaDoc style issues (<a href="https://redirect.github.com/vavr-io/vavr/issues/2898">#2898</a>)</li> <li><a href="https://github.com/vavr-io/vavr/commit/5c05f5b6a558c11e711da921a7d72d65e7f9efdd"><code>5c05f5b</code></a> Replace 'align=center' with 'style' (<a href="https://redirect.github.com/vavr-io/vavr/issues/2897">#2897</a>)</li> <li><a href="https://github.com/vavr-io/vavr/commit/7cc3b6e9bb54f1cb49da12cdc4c3464456ef883e"><code>7cc3b6e</code></a> Fix 'heading used out of sequence' JavaDoc error (<a href="https://redirect.github.com/vavr-io/vavr/issues/2896">#2896</a>)</li> <li><a href="https://github.com/vavr-io/vavr/commit/7554f5fd1ba2778558682f1f37f5e3146d59a476"><code>7554f5f</code></a> Replace 'summary' with '<caption>' in JavaDocs (<a href="https://redirect.github.com/vavr-io/vavr/issues/2895">#2895</a>)</li> <li><a href="https://github.com/vavr-io/vavr/commit/35b0c1007fcbd1835bd4683630fa5e46b6e88d1f"><code>35b0c10</code></a> Replace '<tt>' with '<code>' tags in JavaDocs (<a href="https://redirect.github.com/vavr-io/vavr/issues/2889">#2889</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vavr-io/vavr/compare/v0.10.4...v0.10.5">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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]
