Skip to content

Commit

Permalink
Bump org.pcollections:pcollections from 2.1.2 to 4.0.2 (#2843)
Browse files Browse the repository at this point in the history
Bumps
[org.pcollections:pcollections](https://github.com/hrldcpr/pcollections)
from 2.1.2 to 4.0.2.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hrldcpr/pcollections/blob/master/CHANGELOG.md">org.pcollections:pcollections's
changelog</a>.</em></p>
<blockquote>
<h2>[4.0.2] - 2024-03-17</h2>
<ul>
<li>Serialization bug fix [<a
href="https://redirect.github.com/hrldcpr/pcollections/pull/115">#115</a>
by <a
href="https://github.com/tonivade"><code>@​tonivade</code></a>]</li>
</ul>
<h2>[4.0.1] - 2022-10-28</h2>
<h3>Added</h3>
<ul>
<li>Java 9+ Module support [<a
href="https://redirect.github.com/hrldcpr/pcollections/pull/109">#109</a>
by <a
href="https://github.com/BomBardyGamer"><code>@​BomBardyGamer</code></a>]</li>
</ul>
<h3>Changed</h3>
<ul>
<li>More specific return types for each <code>PSet.intersect()</code>
implementation [<a
href="https://redirect.github.com/hrldcpr/pcollections/pull/107">#107</a>
by <a href="https://github.com/prdoyle"><code>@​prdoyle</code></a>]</li>
</ul>
<h2>[4.0.0] - 2022-10-18</h2>
<h3>Added</h3>
<ul>
<li><code>OrderedPMap</code> [<a
href="https://redirect.github.com/hrldcpr/pcollections/pull/102">#102</a>]</li>
<li><code>PSet.intersect()</code> [<a
href="https://redirect.github.com/hrldcpr/pcollections/pull/99">#99</a>
by <a href="https://github.com/prdoyle"><code>@​prdoyle</code></a>]</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Mutator methods consistently throw
<code>UnsupportedOperationException</code> [<a
href="https://redirect.github.com/hrldcpr/pcollections/issues/93">#93</a>]
[<a
href="https://redirect.github.com/hrldcpr/pcollections/pull/97">#97</a>
by <a href="https://github.com/prdoyle"><code>@​prdoyle</code></a>]</li>
<li><code>OrderedPSet.minus()</code> is faster—logarithmic instead of
linear [<a
href="https://redirect.github.com/hrldcpr/pcollections/pull/101">#101</a>]</li>
<li>Null values are now supported [<a
href="https://redirect.github.com/hrldcpr/pcollections/pull/97">#97</a>
by <a href="https://github.com/prdoyle"><code>@​prdoyle</code></a>] [<a
href="https://github.com/hrldcpr/pcollections/compare/7e2f912...6094912">7e2f912...6094912</a>]</li>
</ul>
<h3>Removed</h3>
<ul>
<li><del><code>POrderedSet</code></del> interface, since it adds nothing
beyond <code>PSet</code> [<a
href="https://redirect.github.com/hrldcpr/pcollections/pull/98">#98</a>]</li>
<li><del><code>OrderedPSet.get()</code></del> and
<del><code>OrderedPSet.indexOf()</code></del> [<a
href="https://redirect.github.com/hrldcpr/pcollections/pull/98">#98</a>]</li>
</ul>
<h2>[3.2.0] - 2022-08-17</h2>
<h3>Added</h3>
<ul>
<li>Sorted maps and sorted sets [<a
href="https://redirect.github.com/hrldcpr/pcollections/pull/92">#92</a>
by <a
href="https://github.com/ran-arigur"><code>@​ran-arigur</code></a>]</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Only use one build system [<a
href="https://redirect.github.com/hrldcpr/pcollections/issues/64">#64</a>]</li>
</ul>
<h2>[3.1.4] - 2020-09-13</h2>
<h3>Fixed</h3>
<ul>
<li>Empty Iterator.next() throws <code>NoSuchElementException</code> [<a
href="https://redirect.github.com/hrldcpr/pcollections/pull/46">#46</a>
by <a href="https://github.com/ilya-g"><code>@​ilya-g</code></a>]</li>
</ul>
<h2>[3.1.3] - 2020-01-28</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hrldcpr/pcollections/commit/60ac4236be37ec9a75f9fdfaba538a1c8d57aafb"><code>60ac423</code></a>
v4.0.02</li>
<li><a
href="https://github.com/hrldcpr/pcollections/commit/702332e075f2dd4b14120040a11f44ace1d29711"><code>702332e</code></a>
note</li>
<li><a
href="https://github.com/hrldcpr/pcollections/commit/42f03815332464839b0ec00b514f5c91f995fd1b"><code>42f0381</code></a>
long option for clarity</li>
<li><a
href="https://github.com/hrldcpr/pcollections/commit/60f91225bbdc3836ba26c818be57832c58787d03"><code>60f9122</code></a>
latest version of google-java-format, cuz why not</li>
<li><a
href="https://github.com/hrldcpr/pcollections/commit/e142a60427baf4e84429fa6f688d7bb7c6017cea"><code>e142a60</code></a>
Update CHANGELOG.md</li>
<li><a
href="https://github.com/hrldcpr/pcollections/commit/71140643f95360b53bb3ca11a494c211ed629427"><code>7114064</code></a>
fixes serialization issue in TreePMap (<a
href="https://redirect.github.com/hrldcpr/pcollections/issues/115">#115</a>)</li>
<li><a
href="https://github.com/hrldcpr/pcollections/commit/e4d3b7b5c71ed370c5229028ca6e00ba9cbbb939"><code>e4d3b7b</code></a>
Update README.md</li>
<li><a
href="https://github.com/hrldcpr/pcollections/commit/6899ac497dc8767603344b8fc89ed3f874ac32b1"><code>6899ac4</code></a>
Fix Javadoc links in README (<a
href="https://redirect.github.com/hrldcpr/pcollections/issues/114">#114</a>)</li>
<li><a
href="https://github.com/hrldcpr/pcollections/commit/f4146c822ba690203281fcc9cade6493bd547e78"><code>f4146c8</code></a>
Update README.md</li>
<li><a
href="https://github.com/hrldcpr/pcollections/commit/4894304c35aeaef51b42ca42aa42025b6044948f"><code>4894304</code></a>
Supply dummy ossrh credentials when none available (<a
href="https://redirect.github.com/hrldcpr/pcollections/issues/113">#113</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/hrldcpr/pcollections/compare/v2.1.2...v4.0.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.pcollections:pcollections&package-manager=maven&previous-version=2.1.2&new-version=4.0.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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 25, 2024
1 parent 866c014 commit 64accc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vavr-benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>org.pcollections</groupId>
<artifactId>pcollections</artifactId>
<version>2.1.2</version>
<version>4.0.2</version>
</dependency>
<dependency>
<groupId>org.functionaljava</groupId>
Expand Down

0 comments on commit 64accc2

Please sign in to comment.