Skip to content

Bump the dependencies group with 2 updates - #5996

Merged
copybara-service[bot] merged 1 commit into
masterfrom
test_957934788
Aug 2, 2026
Merged

Bump the dependencies group with 2 updates#5996
copybara-service[bot] merged 1 commit into
masterfrom
test_957934788

Conversation

@copybara-service

Copy link
Copy Markdown
Contributor

Bump the dependencies group with 2 updates

Bumps the dependencies group with 2 updates: org.apache.maven.plugins:maven-toolchains-plugin and org.safere:safere.

Updates org.apache.maven.plugins:maven-toolchains-plugin from 3.2.0 to 3.3.0

Release notes

Sourced from org.apache.maven.plugins:maven-toolchains-plugin's releases.

3.3.0

🚀 New features and improvements

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

📦 Dependency updates

... (truncated)

Commits
  • 52474c0 [maven-release-plugin] prepare release maven-toolchains-plugin-3.3.0
  • 39e84b2 Update toolchains documentation to use JSR-330 terminology and links (#165)
  • a213292 Bump apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml
  • 2402d77 Replace Plexus XML configuration with JSR-330 annotated beans (#160)
  • ab80fc8 Bump apache/maven-gh-actions-shared/.github/workflows/stale.yml (#161)
  • 525f40c Bump apache/maven-gh-actions-shared/.github/workflows/pr-automation.yml (#163)
  • d3960b9 Bump apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml (#164)
  • e0b39a6 Add .asf.yaml project metadata for ATR
  • e53bcec Add tag-template to release-drafter config
  • df6df08 Update site descriptors and download page content
  • Additional commits viewable in compare view

Updates org.safere:safere from 0.9.0 to 0.10.0

Release notes

Sourced from org.safere:safere's releases.

SafeRE 0.10.0

Highlights

This release adds structured static and runtime regex diagnostics, improves several successful-match and replacement paths, and expands the benchmark infrastructure used to compare SafeRE with other regex engines.

New features

  • Added Pattern.analysis() for immutable static information about pattern features, engine capabilities, limitations, program size, and captures, plus a process-wide SafeReMatchDiagnostics listener that reports the strategies used by matching and replacement operations without exposing pattern or input text. Runtime diagnostics remain disabled by default and the disabled path does not allocate diagnostics state. (#567)

Performance

  • Accelerated long-input multi-byte literal searches over UTF-8 input with a SWAR candidate filter while preserving linear-time fallback behavior; measured absent-literal scans improved by 2.2–6.2×, with explicit Boyer-Moore-Horspool batching preserving short-input throughput. (#580, #583)
  • Reduced repeated capture-extraction work after callers request inner captures, improving representative log parsing by 1.85× and stack-trace extraction by 1.51×. (#587)
  • Added a single backward-scan path for greedy whole-input wrappers around word-bounded ASCII case-insensitive keyword alternatives, producing improvements from 108× at 1,000 characters to 14,726× at 100,000 characters in the measured matching workload. (#588)
  • Removed redundant anchored DFA verification passes when forward and reverse bounds are authoritative, improving representative successful searches by 1.21–1.33×. (#591)
  • Improved replacement fast paths by recording template capture demand earlier and directly handling nullable repeated character classes with literal templates; measured empty-match replaceAll improved by 7.22× and Pig Latin replacement by 1.20×. (#589)

Other changes

  • Refreshed the benchmark report with reproducible same-runtime and cross-language comparisons, and integrated the separately licensed OpenJDK-derived regex benchmark suite into the standard collection workflow. (#581, #596)
  • Made benchmark inputs reproducible across Java, C++, and Go by materializing one shared workload definition, and decoupled cross-engine workload selection from JMH entry points. (#601, #605)
  • Improved release automation, centralized the CI JDK configuration, and made the C++ benchmark harness portable to macOS. (#582, #598, #600)

Contributors

Thanks to @​wendigo for the SWAR-based UTF-8 literal-search acceleration and its benchmark and correctness coverage.

Full changelog: eaftan/safere@v0.9.0...v0.10.0

Commits

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 commands and options

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Fixes #5995

FUTURE_COPYBARA_INTEGRATE_REVIEW=#5995 from google:dependabot/maven/dependencies-102eaeaa0f 72b18a0

Bumps the dependencies group with 2 updates: [org.apache.maven.plugins:maven-toolchains-plugin](https://github.com/apache/maven-toolchains-plugin) and [org.safere:safere](https://github.com/eaftan/safere).

Updates `org.apache.maven.plugins:maven-toolchains-plugin` from 3.2.0 to 3.3.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/apache/maven-toolchains-plugin/releases">org.apache.maven.plugins:maven-toolchains-plugin's releases</a>.</em></p>
<blockquote>
<h2>3.3.0</h2>
<!-- raw HTML omitted -->
<h2>🚀 New features and improvements</h2>
<ul>
<li>Discover additional JDKs on Windows (<a href="https://redirect.github.com/apache/maven-toolchains-plugin/issues/140">#140</a>) (<a href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/143">#143</a>) <a href="https://github.com/Okeanos"><code>@​Okeanos</code></a></li>
<li>Log matching discovered toolchain as info in select-jdk-toolchain mojo (<a href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/144">#144</a>) <a href="https://github.com/HannesWell"><code>@​HannesWell</code></a></li>
<li>Add additional locations for auto-discovery to scan (<a href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/130">#130</a>) <a href="https://github.com/Okeanos"><code>@​Okeanos</code></a></li>
</ul>
<h2>🐛 Bug Fixes</h2>
<ul>
<li>Fix matching against one of multiple env-variables pointing to one JDK (<a href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/148">#148</a>) <a href="https://github.com/HannesWell"><code>@​HannesWell</code></a></li>
<li>Fixes <a href="https://redirect.github.com/apache/maven-toolchains-plugin/issues/145">#145</a>: JDKs installed by asdf are not discovered. (<a href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/146">#146</a>) <a href="https://github.com/mbutov"><code>@​mbutov</code></a></li>
<li><a href="https://issues.apache.org/jira/browse/MTOOLCHAINS-53">[MTOOLCHAINS-53]</a> - Fix possible NPE (<a href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/54">#54</a>) <a href="https://github.com/gnodet"><code>@​gnodet</code></a></li>
</ul>
<h2>📝 Documentation updates</h2>
<ul>
<li>Update toolchains documentation to use JSR-330 terminology and links (<a href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/165">#165</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li>
<li>Fix Maven site links in See Also menu (<a href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/155">#155</a>) <a href="https://github.com/euiwpoi"><code>@​euiwpoi</code></a></li>
<li><a href="https://issues.apache.org/jira/browse/MNGSITE-529">[MNGSITE-529]</a> - Rename &quot;Goals&quot; to &quot;Plugin Documentation&quot; (<a href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/48">#48</a>) <a href="https://github.com/Bukama"><code>@​Bukama</code></a></li>
</ul>
<h2>👻 Maintenance</h2>
<ul>
<li>Replace Plexus XML configuration with JSR-330 annotated beans (<a href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/160">#160</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li>
<li>Add .asf.yaml project metadata for ATR (<a href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/158">#158</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li>
<li>Update site descriptors and download page content (<a href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/159">#159</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li>
<li>feat: enable prevent branch protection rules (<a href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/131">#131</a>) <a href="https://github.com/sebtiem"><code>@​sebtiem</code></a></li>
<li>Prefer Inject API over plexus-component-annotations (<a href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/127">#127</a>) <a href="https://github.com/olamy"><code>@​olamy</code></a></li>
<li>Remove Jira URL (<a href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/84">#84</a>) <a href="https://github.com/sparsick"><code>@​sparsick</code></a></li>
<li>Enable Github Issues (<a href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/55">#55</a>) <a href="https://github.com/Bukama"><code>@​Bukama</code></a></li>
<li>Remove Java 5 references and clean up (<a href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/24">#24</a>) <a href="https://github.com/elharo"><code>@​elharo</code></a></li>
</ul>
<h2>📦 Dependency updates</h2>
<ul>
<li>Bump apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml from 4 to 5 (<a href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/162">#162</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump apache/maven-gh-actions-shared/.github/workflows/stale.yml from 4 to 5 (<a href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/161">#161</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump apache/maven-gh-actions-shared/.github/workflows/pr-automation.yml from 4 to 5 (<a href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/163">#163</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml from 4 to 5 (<a href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/164">#164</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Update plexus-utils to 3.6.1 in IT dependencies (<a href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/157">#157</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li>
<li>Bump org.apache.maven.plugins:maven-plugins from 48 to 49 (<a href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/156">#156</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump mavenVersion from 3.9.15 to 3.9.16 (<a href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/154">#154</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.apache.maven.plugins:maven-plugins from 47 to 48 (<a href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/153">#153</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump mavenVersion from 3.9.14 to 3.9.15 (<a href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/151">#151</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump mavenVersion from 3.9.13 to 3.9.14 (<a href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/149">#149</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump mavenVersion from 3.9.12 to 3.9.13 (<a href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/147">#147</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Update to 47 (<a href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/138">#138</a>) <a href="https://github.com/Bukama"><code>@​Bukama</code></a></li>
<li>Bump mavenVersion from 3.9.10 to 3.9.11 (<a href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/124">#124</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.apache.maven.plugins:maven-plugins from 44 to 45 (<a href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/61">#61</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump mavenVersion from 3.9.9 to 3.9.10 (<a href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/60">#60</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li><a href="https://issues.apache.org/jira/browse/MTOOLCHAINS-64">[MTOOLCHAINS-64]</a> - Bump org.apache.maven.plugins:maven-plugins from 43 to 44 (<a href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/52">#52</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.junit:junit-bom from 5.12.0 to 5.12.1 (<a href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/51">#51</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apache/maven-toolchains-plugin/commit/52474c04f074dec34db005886bcba3f9c5db78f7"><code>52474c0</code></a> [maven-release-plugin] prepare release maven-toolchains-plugin-3.3.0</li>
<li><a href="https://github.com/apache/maven-toolchains-plugin/commit/39e84b2e86751264f4cc89be87ea8d9a93c2fdca"><code>39e84b2</code></a> Update toolchains documentation to use JSR-330 terminology and links (<a href="https://redirect.github.com/apache/maven-toolchains-plugin/issues/165">#165</a>)</li>
<li><a href="https://github.com/apache/maven-toolchains-plugin/commit/a213292b980768a480bd87bb271d772c2b215906"><code>a213292</code></a> Bump apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml</li>
<li><a href="https://github.com/apache/maven-toolchains-plugin/commit/2402d77e3d12719fa18b1e08f66635287ec42d0f"><code>2402d77</code></a> Replace Plexus XML configuration with JSR-330 annotated beans (<a href="https://redirect.github.com/apache/maven-toolchains-plugin/issues/160">#160</a>)</li>
<li><a href="https://github.com/apache/maven-toolchains-plugin/commit/ab80fc840732538637f13c8082b2d01b2d2dc2ce"><code>ab80fc8</code></a> Bump apache/maven-gh-actions-shared/.github/workflows/stale.yml (<a href="https://redirect.github.com/apache/maven-toolchains-plugin/issues/161">#161</a>)</li>
<li><a href="https://github.com/apache/maven-toolchains-plugin/commit/525f40c3ff59a6acce3598334e5843260d61d98e"><code>525f40c</code></a> Bump apache/maven-gh-actions-shared/.github/workflows/pr-automation.yml (<a href="https://redirect.github.com/apache/maven-toolchains-plugin/issues/163">#163</a>)</li>
<li><a href="https://github.com/apache/maven-toolchains-plugin/commit/d3960b93d3c59dd47ac4e60f74715ae31c1f7b6c"><code>d3960b9</code></a> Bump apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml (<a href="https://redirect.github.com/apache/maven-toolchains-plugin/issues/164">#164</a>)</li>
<li><a href="https://github.com/apache/maven-toolchains-plugin/commit/e0b39a6ca45d9b78a5065c3bcc2dad4a0949f816"><code>e0b39a6</code></a> Add .asf.yaml project metadata for ATR</li>
<li><a href="https://github.com/apache/maven-toolchains-plugin/commit/e53bcec19fb51c7097050c841171043eab90920f"><code>e53bcec</code></a> Add tag-template to release-drafter config</li>
<li><a href="https://github.com/apache/maven-toolchains-plugin/commit/df6df088f12ba10e29f3109a8573e6374b65bb2a"><code>df6df08</code></a> Update site descriptors and download page content</li>
<li>Additional commits viewable in <a href="https://github.com/apache/maven-toolchains-plugin/compare/maven-toolchains-plugin-3.2.0...maven-toolchains-plugin-3.3.0">compare view</a></li>
</ul>
</details>
<br />

Updates `org.safere:safere` from 0.9.0 to 0.10.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/eaftan/safere/releases">org.safere:safere's releases</a>.</em></p>
<blockquote>
<h2>SafeRE 0.10.0</h2>
<h2>Highlights</h2>
<p>This release adds structured static and runtime regex diagnostics, improves several successful-match and replacement paths, and expands the benchmark infrastructure used to compare SafeRE with other regex engines.</p>
<h2>New features</h2>
<ul>
<li>Added <code>Pattern.analysis()</code> for immutable static information about pattern features, engine capabilities, limitations, program size, and captures, plus a process-wide <code>SafeReMatchDiagnostics</code> listener that reports the strategies used by matching and replacement operations without exposing pattern or input text. Runtime diagnostics remain disabled by default and the disabled path does not allocate diagnostics state. (<a href="https://redirect.github.com/eaftan/safere/pull/567">#567</a>)</li>
</ul>
<h2>Performance</h2>
<ul>
<li>Accelerated long-input multi-byte literal searches over UTF-8 input with a SWAR candidate filter while preserving linear-time fallback behavior; measured absent-literal scans improved by 2.2–6.2×, with explicit Boyer-Moore-Horspool batching preserving short-input throughput. (<a href="https://redirect.github.com/eaftan/safere/pull/580">#580</a>, <a href="https://redirect.github.com/eaftan/safere/pull/583">#583</a>)</li>
<li>Reduced repeated capture-extraction work after callers request inner captures, improving representative log parsing by 1.85× and stack-trace extraction by 1.51×. (<a href="https://redirect.github.com/eaftan/safere/pull/587">#587</a>)</li>
<li>Added a single backward-scan path for greedy whole-input wrappers around word-bounded ASCII case-insensitive keyword alternatives, producing improvements from 108× at 1,000 characters to 14,726× at 100,000 characters in the measured matching workload. (<a href="https://redirect.github.com/eaftan/safere/pull/588">#588</a>)</li>
<li>Removed redundant anchored DFA verification passes when forward and reverse bounds are authoritative, improving representative successful searches by 1.21–1.33×. (<a href="https://redirect.github.com/eaftan/safere/pull/591">#591</a>)</li>
<li>Improved replacement fast paths by recording template capture demand earlier and directly handling nullable repeated character classes with literal templates; measured empty-match <code>replaceAll</code> improved by 7.22× and Pig Latin replacement by 1.20×. (<a href="https://redirect.github.com/eaftan/safere/pull/589">#589</a>)</li>
</ul>
<h2>Other changes</h2>
<ul>
<li>Refreshed the benchmark report with reproducible same-runtime and cross-language comparisons, and integrated the separately licensed OpenJDK-derived regex benchmark suite into the standard collection workflow. (<a href="https://redirect.github.com/eaftan/safere/pull/581">#581</a>, <a href="https://redirect.github.com/eaftan/safere/pull/596">#596</a>)</li>
<li>Made benchmark inputs reproducible across Java, C++, and Go by materializing one shared workload definition, and decoupled cross-engine workload selection from JMH entry points. (<a href="https://redirect.github.com/eaftan/safere/pull/601">#601</a>, <a href="https://redirect.github.com/eaftan/safere/pull/605">#605</a>)</li>
<li>Improved release automation, centralized the CI JDK configuration, and made the C++ benchmark harness portable to macOS. (<a href="https://redirect.github.com/eaftan/safere/pull/582">#582</a>, <a href="https://redirect.github.com/eaftan/safere/pull/598">#598</a>, <a href="https://redirect.github.com/eaftan/safere/pull/600">#600</a>)</li>
</ul>
<h2>Contributors</h2>
<p>Thanks to <a href="https://github.com/wendigo"><code>@​wendigo</code></a> for the SWAR-based UTF-8 literal-search acceleration and its benchmark and correctness coverage.</p>
<p><strong>Full changelog:</strong> <a href="https://github.com/eaftan/safere/compare/v0.9.0...v0.10.0">https://github.com/eaftan/safere/compare/v0.9.0...v0.10.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/eaftan/safere/commit/20f4ec5e386a914076e5eb586f38755eb00a6a1d"><code>20f4ec5</code></a> Update README examples for 0.10.0 (<a href="https://redirect.github.com/eaftan/safere/issues/621">#621</a>)</li>
<li><a href="https://github.com/eaftan/safere/commit/e03377d2a32208e7eb6523d510b86e8aa0408829"><code>e03377d</code></a> Decouple cross-engine benchmark execution (<a href="https://redirect.github.com/eaftan/safere/issues/605">#605</a>)</li>
<li><a href="https://github.com/eaftan/safere/commit/c4e8203bab7d31ca030f024382518c76d8ffed80"><code>c4e8203</code></a> Materialize shared benchmark inputs before execution (<a href="https://redirect.github.com/eaftan/safere/issues/601">#601</a>)</li>
<li><a href="https://github.com/eaftan/safere/commit/e84ff6018a4f0878f3a9ca8216afb4ab17ec43df"><code>e84ff60</code></a> Centralize CI JDK configuration (<a href="https://redirect.github.com/eaftan/safere/issues/600">#600</a>)</li>
<li><a href="https://github.com/eaftan/safere/commit/7ac65120197821c9b2abd60b0f6863909b6292a5"><code>7ac6512</code></a> Make C++ benchmark harness build on macOS (<a href="https://redirect.github.com/eaftan/safere/issues/598">#598</a>)</li>
<li><a href="https://github.com/eaftan/safere/commit/ea3f66d4607ddd5e6e7f5e390b89f90ebcb1b7da"><code>ea3f66d</code></a> Integrate external OpenJDK regex benchmarks (<a href="https://redirect.github.com/eaftan/safere/issues/596">#596</a>)</li>
<li><a href="https://github.com/eaftan/safere/commit/f4360fd72c2251c9c3693654e3484926d26b54de"><code>f4360fd</code></a> Add static and runtime regex diagnostics (<a href="https://redirect.github.com/eaftan/safere/issues/567">#567</a>)</li>
<li><a href="https://github.com/eaftan/safere/commit/1f7c41483b0a6c66729a4878dae539ace7a56e66"><code>1f7c414</code></a> Improve replacement fast paths (<a href="https://redirect.github.com/eaftan/safere/issues/589">#589</a>)</li>
<li><a href="https://github.com/eaftan/safere/commit/bc315e75dcd1ad9e1fa5feb6e1c04cbf4c1a5359"><code>bc315e7</code></a> Remove redundant anchored DFA passes (<a href="https://redirect.github.com/eaftan/safere/issues/591">#591</a>)</li>
<li><a href="https://github.com/eaftan/safere/commit/50708cf2a975791c88793b0821ca4acd781f9c43"><code>50708cf</code></a> Accelerate greedy keyword searches (<a href="https://redirect.github.com/eaftan/safere/issues/588">#588</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/eaftan/safere/compare/v0.9.0...v0.10.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions

</details>

Fixes #5995

COPYBARA_INTEGRATE_REVIEW=#5995 from google:dependabot/maven/dependencies-102eaeaa0f 72b18a0
PiperOrigin-RevId: 957985602
@copybara-service
copybara-service Bot merged commit c7b004a into master Aug 2, 2026
@copybara-service
copybara-service Bot deleted the test_957934788 branch August 2, 2026 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants