Skip to content

Commit

Permalink
Bump jackson.version from 2.18.1 to 2.18.2 (#2321)
Browse files Browse the repository at this point in the history
Bumps `jackson.version` from 2.18.1 to 2.18.2.
Updates `com.fasterxml.jackson.core:jackson-core` from 2.18.1 to 2.18.2
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/FasterXML/jackson-core/commit/fc1bc9382c4405c789b7757dc2dae19c9c3b2317"><code>fc1bc93</code></a>
[maven-release-plugin] prepare release jackson-core-2.18.2</li>
<li><a
href="https://github.com/FasterXML/jackson-core/commit/44f793eccd2c3d0d3faf35ae4497ee2447e474d4"><code>44f793e</code></a>
Prep for 2.18.2</li>
<li><a
href="https://github.com/FasterXML/jackson-core/commit/715ec43a1c42ffdc3fc2c23c56436ab1950e33e7"><code>715ec43</code></a>
Disable scorecard WF from 2.18</li>
<li><a
href="https://github.com/FasterXML/jackson-core/commit/88b4c947c47cb22a78b65ad2326f4a67c52467ca"><code>88b4c94</code></a>
fix issue with incorrect matches for some surrogate chars (<a
href="https://redirect.github.com/FasterXML/jackson-core/issues/1360">#1360</a>)</li>
<li><a
href="https://github.com/FasterXML/jackson-core/commit/cc70bc26dc74bab4c283efc9bfe62408e4a689f4"><code>cc70bc2</code></a>
Minor warnings removal</li>
<li><a
href="https://github.com/FasterXML/jackson-core/commit/f5ed9e739c16df2362c4203b92c95c452edab568"><code>f5ed9e7</code></a>
Warnings removal</li>
<li><a
href="https://github.com/FasterXML/jackson-core/commit/93335d46ffde83becb203da92d40025cc43a30ce"><code>93335d4</code></a>
Merge branch '2.17' into 2.18</li>
<li><a
href="https://github.com/FasterXML/jackson-core/commit/3ec9738f53eda8ddf69f68da75100a3dd957a42d"><code>3ec9738</code></a>
Back to snapshot dep</li>
<li><a
href="https://github.com/FasterXML/jackson-core/commit/88fc49b78a56611b0cdea18b75a2f12856ef7a47"><code>88fc49b</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li><a
href="https://github.com/FasterXML/jackson-core/commit/44d1e782d56e46f4cf79c156b5286a8c4c7fbc7f"><code>44d1e78</code></a>
[maven-release-plugin] prepare release jackson-core-2.17.3</li>
<li>Additional commits viewable in <a
href="https://github.com/FasterXML/jackson-core/compare/jackson-core-2.18.1...jackson-core-2.18.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.18.1 to
2.18.2
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/FasterXML/jackson/commits">compare
view</a></li>
</ul>
</details>
<br />

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from
2.18.1 to 2.18.2


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 Nov 29, 2024
1 parent 56243f9 commit de26c85
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 @@ -97,7 +97,7 @@
<slf4j.version>2.0.16</slf4j.version>
<jaxb.api.version>2.3.3</jaxb.api.version>
<jaxb.impl.version>2.3.9</jaxb.impl.version>
<jackson.version>2.18.1</jackson.version>
<jackson.version>2.18.2</jackson.version>
<jackson.databind.version>2.18.2</jackson.databind.version>
<javax-annotation.version>1.3.2</javax-annotation.version>
<activation.api.version>1.2.2</activation.api.version>
Expand Down

0 comments on commit de26c85

Please sign in to comment.