Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 2.x] dependabot: bump com.nulab-inc:zxcvbn from 1.8.0 to 1.8.2 #3357

Merged
merged 1 commit into from
Sep 14, 2023

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport 2ad8272 from #3343.

Bumps [com.nulab-inc:zxcvbn](https://github.com/nulab/zxcvbn4j) from
1.8.0 to 1.8.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/nulab/zxcvbn4j/releases">com.nulab-inc:zxcvbn's
releases</a>.</em></p>
<blockquote>
<h2>1.8.2</h2>
<h2>What's Changed</h2>
<ul>
<li>refactor: refactoring matchers.OmnibusMatcher by <a
href="https://github.com/vvatanabe"><code>@​vvatanabe</code></a> in <a
href="https://redirect.github.com/nulab/zxcvbn4j/pull/148">nulab/zxcvbn4j#148</a></li>
<li>refactor: refactoring matchers.Match by <a
href="https://github.com/vvatanabe"><code>@​vvatanabe</code></a> in <a
href="https://redirect.github.com/nulab/zxcvbn4j/pull/149">nulab/zxcvbn4j#149</a></li>
<li>style: format all with google-java-format by <a
href="https://github.com/vvatanabe"><code>@​vvatanabe</code></a> in <a
href="https://redirect.github.com/nulab/zxcvbn4j/pull/150">nulab/zxcvbn4j#150</a></li>
<li>fix: fix the discrepancy in password guesses between zxcvbn and
zxcvbn4j by <a
href="https://github.com/vvatanabe"><code>@​vvatanabe</code></a> in <a
href="https://redirect.github.com/nulab/zxcvbn4j/pull/151">nulab/zxcvbn4j#151</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/nulab/zxcvbn4j/compare/1.8.1...1.8.2">https://github.com/nulab/zxcvbn4j/compare/1.8.1...1.8.2</a></p>
<h2>1.8.1</h2>
<h2>What's Changed</h2>
<ul>
<li>refactor: refactoring matchers.RepeatMatcher by <a
href="https://github.com/vvatanabe"><code>@​vvatanabe</code></a> in <a
href="https://redirect.github.com/nulab/zxcvbn4j/pull/137">nulab/zxcvbn4j#137</a></li>
<li>refactor: refactoring matchers.SpatialMatcher by <a
href="https://github.com/vvatanabe"><code>@​vvatanabe</code></a> in <a
href="https://redirect.github.com/nulab/zxcvbn4j/pull/138">nulab/zxcvbn4j#138</a></li>
<li>fix: fix the warnings from SpotBugs by <a
href="https://github.com/vvatanabe"><code>@​vvatanabe</code></a> in <a
href="https://redirect.github.com/nulab/zxcvbn4j/pull/139">nulab/zxcvbn4j#139</a></li>
<li>refactor: refactoring matchers.SequenceMatcher by <a
href="https://github.com/vvatanabe"><code>@​vvatanabe</code></a> in <a
href="https://redirect.github.com/nulab/zxcvbn4j/pull/140">nulab/zxcvbn4j#140</a></li>
<li>refactor: refactoring matchers.L33tMatcher by <a
href="https://github.com/vvatanabe"><code>@​vvatanabe</code></a> in <a
href="https://redirect.github.com/nulab/zxcvbn4j/pull/141">nulab/zxcvbn4j#141</a></li>
<li>refactor: refactoring matchers.DictionaryMatcher by <a
href="https://github.com/vvatanabe"><code>@​vvatanabe</code></a> in <a
href="https://redirect.github.com/nulab/zxcvbn4j/pull/142">nulab/zxcvbn4j#142</a></li>
<li>refactor: refactoring matchers.RegexMatcher by <a
href="https://github.com/vvatanabe"><code>@​vvatanabe</code></a> in <a
href="https://redirect.github.com/nulab/zxcvbn4j/pull/143">nulab/zxcvbn4j#143</a></li>
<li>refactor: refactoring matchers.DateMatcher by <a
href="https://github.com/vvatanabe"><code>@​vvatanabe</code></a> in <a
href="https://redirect.github.com/nulab/zxcvbn4j/pull/144">nulab/zxcvbn4j#144</a></li>
<li>style: format code in matchers.RepeatMatcher by <a
href="https://github.com/vvatanabe"><code>@​vvatanabe</code></a> in <a
href="https://redirect.github.com/nulab/zxcvbn4j/pull/145">nulab/zxcvbn4j#145</a></li>
<li>refactor: refactoring matchers.ReverseDictionaryMatcher by <a
href="https://github.com/vvatanabe"><code>@​vvatanabe</code></a> in <a
href="https://redirect.github.com/nulab/zxcvbn4j/pull/146">nulab/zxcvbn4j#146</a></li>
<li>fix: improved SpatialMatcher decision logic (<a
href="https://redirect.github.com/nulab/zxcvbn4j/issues/84">#84</a>) (<a
href="https://redirect.github.com/nulab/zxcvbn4j/issues/129">#129</a>)
by <a href="https://github.com/vvatanabe"><code>@​vvatanabe</code></a>
in <a
href="https://redirect.github.com/nulab/zxcvbn4j/pull/147">nulab/zxcvbn4j#147</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/nulab/zxcvbn4j/compare/1.8.0...1.8.1">https://github.com/nulab/zxcvbn4j/compare/1.8.0...1.8.1</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/nulab/zxcvbn4j/blob/main/CHANGELOG.md">com.nulab-inc:zxcvbn's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/nulab/zxcvbn4j/compare/1.8.1...1.8.2">1.8.2</a>
(2023-08-21)</h2>
<ul>
<li>fix: fix the discrepancy in password guesses between zxcvbn and
zxcvbn4j <a
href="https://redirect.github.com/nulab/zxcvbn4j/pull/151">#151</a> (<a
href="https://github.com/vvatanabe">vvatanabe</a>)</li>
<li>style: format all with google-java-format <a
href="https://redirect.github.com/nulab/zxcvbn4j/pull/150">#150</a> (<a
href="https://github.com/vvatanabe">vvatanabe</a>)</li>
<li>refactor: refactoring matchers.Match <a
href="https://redirect.github.com/nulab/zxcvbn4j/pull/149">#149</a> (<a
href="https://github.com/vvatanabe">vvatanabe</a>)</li>
<li>refactor: refactoring matchers.OmnibusMatcher <a
href="https://redirect.github.com/nulab/zxcvbn4j/pull/148">#148</a> (<a
href="https://github.com/vvatanabe">vvatanabe</a>)</li>
</ul>
<h2><a
href="https://github.com/nulab/zxcvbn4j/compare/1.8.0...1.8.1">1.8.1</a>
(2023-08-18)</h2>
<ul>
<li>fix: improved SpatialMatcher decision logic (<a
href="https://redirect.github.com/nulab/zxcvbn4j/issues/84">#84</a>) (<a
href="https://redirect.github.com/nulab/zxcvbn4j/issues/129">#129</a>)
<a href="https://redirect.github.com/nulab/zxcvbn4j/pull/147">#147</a>
(<a href="https://github.com/vvatanabe">vvatanabe</a>)</li>
<li>refactor: refactoring matchers.ReverseDictionaryMatcher <a
href="https://redirect.github.com/nulab/zxcvbn4j/pull/146">#146</a> (<a
href="https://github.com/vvatanabe">vvatanabe</a>)</li>
<li>style: format code in matchers.RepeatMatcher <a
href="https://redirect.github.com/nulab/zxcvbn4j/pull/145">#145</a> (<a
href="https://github.com/vvatanabe">vvatanabe</a>)</li>
<li>refactor: refactoring matchers.DateMatcher <a
href="https://redirect.github.com/nulab/zxcvbn4j/pull/144">#144</a> (<a
href="https://github.com/vvatanabe">vvatanabe</a>)</li>
<li>refactor: refactoring matchers.RegexMatcher <a
href="https://redirect.github.com/nulab/zxcvbn4j/pull/143">#143</a> (<a
href="https://github.com/vvatanabe">vvatanabe</a>)</li>
<li>refactor: refactoring matchers.DictionaryMatcher <a
href="https://redirect.github.com/nulab/zxcvbn4j/pull/142">#142</a> (<a
href="https://github.com/vvatanabe">vvatanabe</a>)</li>
<li>refactor: refactoring matchers.L33tMatcher <a
href="https://redirect.github.com/nulab/zxcvbn4j/pull/141">#141</a> (<a
href="https://github.com/vvatanabe">vvatanabe</a>)</li>
<li>refactor: refactoring matchers.SequenceMatcher <a
href="https://redirect.github.com/nulab/zxcvbn4j/pull/140">#140</a> (<a
href="https://github.com/vvatanabe">vvatanabe</a>)</li>
<li>fix: fix the warnings from SpotBugs <a
href="https://redirect.github.com/nulab/zxcvbn4j/pull/139">#139</a> (<a
href="https://github.com/vvatanabe">vvatanabe</a>)</li>
<li>refactor: refactoring matchers.SpatialMatcher <a
href="https://redirect.github.com/nulab/zxcvbn4j/pull/138">#138</a> (<a
href="https://github.com/vvatanabe">vvatanabe</a>)</li>
<li>refactor: refactoring matchers.RepeatMatcher <a
href="https://redirect.github.com/nulab/zxcvbn4j/pull/137">#137</a> (<a
href="https://github.com/vvatanabe">vvatanabe</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nulab/zxcvbn4j/commit/763c214ad6498aeea54177cc8ff0f5108e65ced0"><code>763c214</code></a>
1.8.2</li>
<li><a
href="https://github.com/nulab/zxcvbn4j/commit/1b31a1728d14c1e6e45a1f54cf98843baf8a04cb"><code>1b31a17</code></a>
Merge pull request <a
href="https://redirect.github.com/nulab/zxcvbn4j/issues/151">#151</a>
from nulab/fix-the-discrepancy-in-password-guesses-be...</li>
<li><a
href="https://github.com/nulab/zxcvbn4j/commit/44dda11f3b7defa3b3d81b99d73316fc53fcd86e"><code>44dda11</code></a>
fix: fix the discrepancy in password guesses between zxcvbn and zxcvbn4j
(<a
href="https://redirect.github.com/nulab/zxcvbn4j/issues/105">#105</a>)</li>
<li><a
href="https://github.com/nulab/zxcvbn4j/commit/a213a44f7b1bd2abddf3667a4b0d3582cb07eff5"><code>a213a44</code></a>
Merge pull request <a
href="https://redirect.github.com/nulab/zxcvbn4j/issues/150">#150</a>
from nulab/apply-google-java-format</li>
<li><a
href="https://github.com/nulab/zxcvbn4j/commit/0347d6eb8c7c58dd0ba58c960b64e89445a78ad2"><code>0347d6e</code></a>
style: format all with google-java-format</li>
<li><a
href="https://github.com/nulab/zxcvbn4j/commit/a90235cbed75808fd5a42004e1a95f8d376b0c15"><code>a90235c</code></a>
Merge pull request <a
href="https://redirect.github.com/nulab/zxcvbn4j/issues/149">#149</a>
from nulab/refactoring-Match</li>
<li><a
href="https://github.com/nulab/zxcvbn4j/commit/3d44718202be372017b10dfc468c3099b0f1cbcf"><code>3d44718</code></a>
refactor: refactoring matchers.Match</li>
<li><a
href="https://github.com/nulab/zxcvbn4j/commit/e733acd434e6fcce646bcf7cec64406eff655d24"><code>e733acd</code></a>
style: format code and optimize imports in matchers.Match</li>
<li><a
href="https://github.com/nulab/zxcvbn4j/commit/a677ae38bee784dc168da73b3d4b56e956444026"><code>a677ae3</code></a>
Merge pull request <a
href="https://redirect.github.com/nulab/zxcvbn4j/issues/148">#148</a>
from nulab/refactoring-OmnibusMatcher</li>
<li><a
href="https://github.com/nulab/zxcvbn4j/commit/a8024dcecb3cc1a7f65dff8ecc70d2414b65b4a0"><code>a8024dc</code></a>
refactor: refactoring matchers.OmnibusMatcher</li>
<li>Additional commits viewable in <a
href="https://github.com/nulab/zxcvbn4j/compare/1.8.0...1.8.2">compare
view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.nulab-inc:zxcvbn&package-manager=gradle&previous-version=1.8.0&new-version=1.8.2)](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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 2ad8272)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@codecov
Copy link

codecov bot commented Sep 13, 2023

Codecov Report

Merging #3357 (ec7673c) into 2.x (10d98a7) will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##                2.x    #3357      +/-   ##
============================================
- Coverage     64.14%   64.13%   -0.02%     
- Complexity     3368     3369       +1     
============================================
  Files           256      256              
  Lines         19515    19515              
  Branches       3297     3297              
============================================
- Hits          12517    12515       -2     
+ Misses         5357     5356       -1     
- Partials       1641     1644       +3     

see 2 files with indirect coverage changes

@cwperks cwperks merged commit c00ddd0 into 2.x Sep 14, 2023
98 of 101 checks passed
@cwperks cwperks deleted the backport/backport-3343-to-2.x branch September 14, 2023 14:56
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.

3 participants