Skip to content

Commit

Permalink
Bump org.bitbucket.b_c:jose4j from 0.9.3 to 0.9.4 (#547)
Browse files Browse the repository at this point in the history
Bumps [org.bitbucket.b_c:jose4j](https://bitbucket.org/b_c/jose4j) from
0.9.3 to 0.9.4.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://bitbucket.org/b_c/jose4j/commits/1ec20f8716436857a3929f60e644d4de1e40bfd9"><code>1ec20f8</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li><a
href="https://bitbucket.org/b_c/jose4j/commits/e4da603d8ebd40f4f2080e24c9b906b9e3f31fc5"><code>e4da603</code></a>
Update slf4j-api to 1.7.36 to avoid CVE-2018-8088</li>
<li><a
href="https://bitbucket.org/b_c/jose4j/commits/b5720a2fde3fc0a1937737ead27863b404f0f458"><code>b5720a2</code></a>
Merged in master (pull request <a
href="https://bitbucket.org/b_c/jose4j/issues/25">#25</a>)</li>
<li><a
href="https://bitbucket.org/b_c/jose4j/commits/72739aeeadb468db72d7944a6d8c3c2593dd2a9c"><code>72739ae</code></a>
fix spelling</li>
<li><a
href="https://bitbucket.org/b_c/jose4j/commits/1afaa1e174b31cd4461fd56750c499c139ca39f0"><code>1afaa1e</code></a>
Add the PBES2 algorithms to JWE's default blocked AlgorithmConstraints
and pu...</li>
<li><a
href="https://bitbucket.org/b_c/jose4j/commits/055225eae37ff00b9636376de292bd5848219a31"><code>055225e</code></a>
[maven-release-plugin] prepare release jose4j-0.9.4</li>
<li>See full diff in <a
href="https://bitbucket.org/b_c/jose4j/branches/compare/jose4j-0.9.4..jose4j-0.9.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.bitbucket.b_c:jose4j&package-manager=maven&previous-version=0.9.3&new-version=0.9.4)](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>
  • Loading branch information
dependabot[bot] committed Dec 6, 2023
1 parent 94f664f commit 5aea20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
<dependency>
<groupId>org.bitbucket.b_c</groupId>
<artifactId>jose4j</artifactId>
<version>0.9.3</version>
<version>0.9.4</version>
</dependency>

<!-- Micrometer -->
Expand Down

0 comments on commit 5aea20b

Please sign in to comment.