Skip to content

Commit 210091b

Browse files
Bump jackson.version from 2.21.3 to 2.22.0 (#2721)
Bumps `jackson.version` from 2.21.3 to 2.22.0. Updates `com.fasterxml.jackson.core:jackson-core` from 2.21.3 to 2.22.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/FasterXML/jackson-core/commit/d763562443cc9d6e224a6265ca3710195c813cf5"><code>d763562</code></a> [maven-release-plugin] prepare release jackson-core-2.22.0</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/e5c69fe5f7be957490d52dae70787e7a8138ddda"><code>e5c69fe</code></a> Re-do 2.22.0 release</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/0ba6a369eaa19a71b2b63fe40b1e9d317c0eb522"><code>0ba6a36</code></a> Bump version after release</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/b106011025f6447695e21ddbb9fd3952d284d10c"><code>b106011</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/18a7fe416a0bf666f6c2ddc6da883bc96382dd2d"><code>18a7fe4</code></a> [maven-release-plugin] prepare release jackson-core-2.22.0</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/503a14ffa4a74ad56a02fd25f0cd997df163c647"><code>503a14f</code></a> Re-do 2.22.0 release</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/ab95bc0056119f08ef721849be5e5f2c256b82cd"><code>ab95bc0</code></a> ...</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/0a4b8dedee08e159fddca5eb8e812c1ad881017a"><code>0a4b8de</code></a> Post-release dep version bump</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/719a42f3676ab3c10e3cd057966807b2206151e7"><code>719a42f</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/92488484b64bc348c43e5a7ff910d93c2f9e9b9c"><code>9248848</code></a> [maven-release-plugin] prepare release jackson-core-2.22.0</li> <li>Additional commits viewable in <a href="https://github.com/FasterXML/jackson-core/compare/jackson-core-2.21.3...jackson-core-2.22.0">compare view</a></li> </ul> </details> <br /> Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.21.3 to 2.22.0 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 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 eedc60a commit 210091b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.18</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.21.3</jackson.version>
99+
<jackson.version>2.22.0</jackson.version>
100100
<jackson.annotations.version>2.21</jackson.annotations.version>
101101
<jackson.databind.version>2.22.0</jackson.databind.version>
102102
<javax-annotation.version>1.3.2</javax-annotation.version>

0 commit comments

Comments
 (0)