Skip to content

Commit a29dff0

Browse files
Bump org.functionaljava:functionaljava-java8 from 4.6 to 4.8.1 (#21)
Bumps [org.functionaljava:functionaljava-java8](https://github.com/functionaljava/functionaljava) from 4.6 to 4.8.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/functionaljava/functionaljava/commit/cd201cce91343302d928f72d31ead35021261de9"><code>cd201cc</code></a> 4.8.1 release.</li> <li><a href="https://github.com/functionaljava/functionaljava/commit/921a2fd327fac95d145ab236e8994469701da4b5"><code>921a2fd</code></a> Merge pull request <a href="https://redirect.github.com/functionaljava/functionaljava/issues/369">#369</a> from jbgi/fixes/missing-deprecated</li> <li><a href="https://github.com/functionaljava/functionaljava/commit/b797968ae46d5eafd951b03c68d649b9aae8f654"><code>b797968</code></a> Fix javadoc warnings.</li> <li><a href="https://github.com/functionaljava/functionaljava/commit/4c93bae8c23385b9d9acc0e2358073384a10ae03"><code>4c93bae</code></a> Update gradle. Fix gradle warnings.</li> <li><a href="https://github.com/functionaljava/functionaljava/commit/9f489c9428ff06ea39400239faa929eae9d78bba"><code>9f489c9</code></a> Fix compile warnings.</li> <li><a href="https://github.com/functionaljava/functionaljava/commit/7b3cdae5e9d708904d72afffe039710ed8a9ad28"><code>7b3cdae</code></a> Add missing <a href="https://github.com/Deprecated"><code>@​Deprecated</code></a> annotations (previously only on javadoc).</li> <li><a href="https://github.com/functionaljava/functionaljava/commit/e1a0983a365ca6a934dccf14a181a9ba486ccdd8"><code>e1a0983</code></a> Add Strategy tests</li> <li><a href="https://github.com/functionaljava/functionaljava/commit/abb3263bb9f3cd8a3765f8a99ec94cb0852159ca"><code>abb3263</code></a> Merge pull request <a href="https://redirect.github.com/functionaljava/functionaljava/issues/368">#368</a> from jbgi/backports/4.x</li> <li><a href="https://github.com/functionaljava/functionaljava/commit/c3ea5d36dd7869e8e4da411b4d9b926a44fb4bcd"><code>c3ea5d3</code></a> Add Trampoline.suspend(final F0&lt;Trampoline<!-- raw HTML omitted -->&gt; a).</li> <li><a href="https://github.com/functionaljava/functionaljava/commit/cf1188acafd62d60f1736a0d945790771029079b"><code>cf1188a</code></a> Fix regression in lifted semigroup sum. Move lifted definition in Monoid.</li> <li>Additional commits viewable in <a href="https://github.com/functionaljava/functionaljava/compare/v4.6...v4.8.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.functionaljava:functionaljava-java8&package-manager=maven&previous-version=4.6&new-version=4.8.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 edecde8 commit a29dff0

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
@@ -80,7 +80,7 @@ We use these goals frequently to keep the dependencies and plugins up-to-date:
8080
<dependency>
8181
<groupId>org.functionaljava</groupId>
8282
<artifactId>functionaljava-java8</artifactId>
83-
<version>4.6</version>
83+
<version>4.8.1</version>
8484
</dependency>
8585
<dependency>
8686
<groupId>org.eclipse.collections</groupId>

0 commit comments

Comments
 (0)