Skip to content

Commit b3510e0

Browse files
Bump jackson.version from 2.20.0 to 2.20.1 (#2565)
Bumps `jackson.version` from 2.20.0 to 2.20.1. Updates `com.fasterxml.jackson.core:jackson-core` from 2.20.0 to 2.20.1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/FasterXML/jackson-core/commit/440a4701ea4f7b70fa6e93c88a551aeebf513e9e"><code>440a470</code></a> [maven-release-plugin] prepare release jackson-core-2.20.1</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/8bb7c4e93a10d6ac194f1f6bd6f6547c49f21ce7"><code>8bb7c4e</code></a> Prep for 2.20.1 release</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/25f77be6a703cd25818ccc508af9a221e5866f56"><code>25f77be</code></a> Merge branch '2.19' into 2.20</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/d7e3877bd67d8e9ccd0fcfac7a5d3e0410eae3c1"><code>d7e3877</code></a> Post-release dep version bump</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/11b4ac9038a1902eff287f0daedc35ebe6f6fec3"><code>11b4ac9</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/88362259e39548e0fb47c3b587783c15d72688d7"><code>8836225</code></a> [maven-release-plugin] prepare release jackson-core-2.19.4</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/68e64f7a8a48ff19d4cc1a6b1ebf9e3b45203ebd"><code>68e64f7</code></a> Prep for 2.19.4 release</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/6e81a4fdf83a0570e6f71acc0d161bf2db191a37"><code>6e81a4f</code></a> Merge branch '2.19' into 2.20</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/bad4b9b4d660e04241686558a07b24fa57bfce91"><code>bad4b9b</code></a> Post-release dep version bump</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/35ecb543e0febed076d41e00209cb8958e9136e8"><code>35ecb54</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>Additional commits viewable in <a href="https://github.com/FasterXML/jackson-core/compare/jackson-core-2.20.0...jackson-core-2.20.1">compare view</a></li> </ul> </details> <br /> Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.20.0 to 2.20.1 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 9126dc7 commit b3510e0

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
@@ -96,7 +96,7 @@
9696
<slf4j.version>2.0.17</slf4j.version>
9797
<jaxb.api.version>2.3.3</jaxb.api.version>
9898
<jaxb.impl.version>2.3.9</jaxb.impl.version>
99-
<jackson.version>2.20.0</jackson.version>
99+
<jackson.version>2.20.1</jackson.version>
100100
<jackson.annotations.version>2.20</jackson.annotations.version>
101101
<jackson.databind.version>2.20.0</jackson.databind.version>
102102
<javax-annotation.version>1.3.2</javax-annotation.version>

0 commit comments

Comments
 (0)