Skip to content

Commit b8b4518

Browse files
build(deps): bump com.fasterxml.jackson:jackson-bom from 2.18.3 to 2.19.0 (#935)
Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.18.3 to 2.19.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/FasterXML/jackson-bom/commit/077244b0591351fd93f5f16bd0ea2fecf0ff55d6"><code>077244b</code></a> [maven-release-plugin] prepare release jackson-bom-2.19.0</li> <li><a href="https://github.com/FasterXML/jackson-bom/commit/4dc20cbff733f8d27b6a153e087f4d57ceb864ca"><code>4dc20cb</code></a> Prep for 2.19.0 release</li> <li><a href="https://github.com/FasterXML/jackson-bom/commit/d9bd9169172d9e6d559b3dd288c9574f208c4c1b"><code>d9bd916</code></a> Merge branch '2.18' into 2.19</li> <li><a href="https://github.com/FasterXML/jackson-bom/commit/6b19afb61225dc396dd3354ee0a42a9aed401db5"><code>6b19afb</code></a> Update CI to latest Ubuntu</li> <li><a href="https://github.com/FasterXML/jackson-bom/commit/08349a2705673d85bcbb454d054fa796553560a5"><code>08349a2</code></a> Back to snapshot dep</li> <li><a href="https://github.com/FasterXML/jackson-bom/commit/4a60457d99d5c9739df941b73191655a9d25213a"><code>4a60457</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/FasterXML/jackson-bom/commit/59119afb2dbba7e46e15246b36500785c2db63e3"><code>59119af</code></a> [maven-release-plugin] prepare release jackson-bom-2.19.0-rc2</li> <li><a href="https://github.com/FasterXML/jackson-bom/commit/503a4443e7ccb264a67e32a091a06afdca2e805f"><code>503a444</code></a> Prep for 2.19.0-rc2 (due to botched rc1)</li> <li><a href="https://github.com/FasterXML/jackson-bom/commit/52fed7bb539e34b4ee3a0dd1e1c3d6493c126a71"><code>52fed7b</code></a> Rename master-&gt;3.x</li> <li><a href="https://github.com/FasterXML/jackson-bom/commit/8953aa24c8c569a229016e509f366a81f0cc31c5"><code>8953aa2</code></a> Back to snapshot dep</li> <li>Additional commits viewable in <a href="https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.18.3...jackson-bom-2.19.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.18.3&new-version=2.19.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>
1 parent c2053fc commit b8b4518

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
@@ -118,7 +118,7 @@
118118
<dependency>
119119
<groupId>com.fasterxml.jackson</groupId>
120120
<artifactId>jackson-bom</artifactId>
121-
<version>2.18.3</version>
121+
<version>2.19.0</version>
122122
<scope>import</scope>
123123
<type>pom</type>
124124
</dependency>

0 commit comments

Comments
 (0)