Skip to content

Commit

Permalink
Bump com.fasterxml.jackson:jackson-bom from 2.15.3 to 2.16.0 (#524)
Browse files Browse the repository at this point in the history
Bumps
[com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom)
from 2.15.3 to 2.16.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/FasterXML/jackson-bom/commit/c697069b0df10be83f7793cd104640817d803663"><code>c697069</code></a>
[maven-release-plugin] prepare release jackson-bom-2.16.0</li>
<li><a
href="https://github.com/FasterXML/jackson-bom/commit/c26c2b0fab0edff84590ef05febd1866242dd3a9"><code>c26c2b0</code></a>
Prepare for 2.16.0 release</li>
<li><a
href="https://github.com/FasterXML/jackson-bom/commit/f36451b6e7add071ab09c66f7ba568271f67858e"><code>f36451b</code></a>
Add version of <code>jackson-module-android-record</code></li>
<li><a
href="https://github.com/FasterXML/jackson-bom/commit/0fd9575be8b75afbc9ac5b8924750232d2e86eca"><code>0fd9575</code></a>
Back to snapshot deps</li>
<li><a
href="https://github.com/FasterXML/jackson-bom/commit/ac45c1bc6d8704b2d0b3112278d1549c78491446"><code>ac45c1b</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li><a
href="https://github.com/FasterXML/jackson-bom/commit/6e7eb2e09d33b7b48752bf0ce03a9a9554764de5"><code>6e7eb2e</code></a>
[maven-release-plugin] prepare release jackson-bom-2.16.0-rc1</li>
<li><a
href="https://github.com/FasterXML/jackson-bom/commit/fa00be10bf9f4b0c91b0c77084c527f15fe91a89"><code>fa00be1</code></a>
Prepare for 2.16.0-rc1</li>
<li><a
href="https://github.com/FasterXML/jackson-bom/commit/ceaf129b4e491b2c4cc373cb7baed1095df18135"><code>ceaf129</code></a>
Prepare for 2.16.0-rc1</li>
<li><a
href="https://github.com/FasterXML/jackson-bom/commit/2faf8f49ff741e6b21703e4a29f346a0d973cb72"><code>2faf8f4</code></a>
Merge branch '2.15' into 2.16</li>
<li><a
href="https://github.com/FasterXML/jackson-bom/commit/a93036389a0ce221eaf8b4eb3ca140b27f2702f6"><code>a930363</code></a>
Back to snapshot deps</li>
<li>Additional commits viewable in <a
href="https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.15.3...jackson-bom-2.16.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson:jackson-bom&package-manager=maven&previous-version=2.15.3&new-version=2.16.0)](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] authored Nov 29, 2023
1 parent 5bb5833 commit ac561a9
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 @@ -109,7 +109,7 @@
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.15.3</version>
<version>2.16.0</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit ac561a9

Please sign in to comment.