Skip to content

Commit 518a812

Browse files
Bump org.immutables:value from 2.10.0 to 2.10.1 (#468)
Bumps [org.immutables:value](https://github.com/immutables/immutables) from 2.10.0 to 2.10.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/immutables/immutables/releases">org.immutables:value's releases</a>.</em></p> <blockquote> <h2>2.10.1</h2> <p>Maintenance release</p> <h2>What's Changed</h2> <ul> <li>Fix 'yield outside of switch expression' by <a href="https://github.com/alsin"><code>@​alsin</code></a> in <a href="https://redirect.github.com/immutables/immutables/pull/1502">immutables/immutables#1502</a></li> <li>Allows NaturalOrdering for Comparable type hierarchies by <a href="https://github.com/wjglerum"><code>@​wjglerum</code></a> in <a href="https://redirect.github.com/immutables/immutables/pull/1496">immutables/immutables#1496</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/alsin"><code>@​alsin</code></a> made their first contribution in <a href="https://redirect.github.com/immutables/immutables/pull/1502">immutables/immutables#1502</a></li> <li><a href="https://github.com/wjglerum"><code>@​wjglerum</code></a> made their first contribution in <a href="https://redirect.github.com/immutables/immutables/pull/1496">immutables/immutables#1496</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/immutables/immutables/compare/2.10.0...2.10.1">https://github.com/immutables/immutables/compare/2.10.0...2.10.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/immutables/immutables/commit/75277e470971763b3b42b8da18d5cae02b4e77be"><code>75277e4</code></a> 2.10.1 release</li> <li><a href="https://github.com/immutables/immutables/commit/021ce55a34d9b9aff0949e16b6fcaa74139ee871"><code>021ce55</code></a> Merge pull request <a href="https://redirect.github.com/immutables/immutables/issues/1496">#1496</a> from wjglerum/natural-ordering-comparable-hierarchy</li> <li><a href="https://github.com/immutables/immutables/commit/a490b417dde9d64558aa01ee26f97b5689ec67aa"><code>a490b41</code></a> Merge pull request <a href="https://redirect.github.com/immutables/immutables/issues/1502">#1502</a> from alsin/fix-yield-issue</li> <li><a href="https://github.com/immutables/immutables/commit/d1651ba708a14e78bf96f48264e11be96d2bb8da"><code>d1651ba</code></a> Fix 'yield outside of switch expression'</li> <li><a href="https://github.com/immutables/immutables/commit/5c0fbfebfd2e62df1c2edb9e810b2fdaa335eb52"><code>5c0fbfe</code></a> Also allow for SortedMap</li> <li><a href="https://github.com/immutables/immutables/commit/3d07733d32329ff03ffc1fc87e16ddd39c790aaa"><code>3d07733</code></a> Allows NaturalOrdering for Comparable type hierarchies</li> <li><a href="https://github.com/immutables/immutables/commit/7c78f66766bd96e9f37ed02b866c2a08871cd89a"><code>7c78f66</code></a> error prone collateral damage - version</li> <li><a href="https://github.com/immutables/immutables/commit/683833b3a9e5fbd95ff4252912afe807788509c5"><code>683833b</code></a> 2.10.1-SNAPSHOT</li> <li>See full diff in <a href="https://github.com/immutables/immutables/compare/2.10.0...2.10.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.immutables:value&package-manager=maven&previous-version=2.10.0&new-version=2.10.1)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eaa6945 commit 518a812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@
333333
<dependency>
334334
<groupId>org.immutables</groupId>
335335
<artifactId>value</artifactId>
336-
<version>2.10.0</version>
336+
<version>2.10.1</version>
337337
<scope>provided</scope>
338338
</dependency>
339339

0 commit comments

Comments
 (0)