Skip to content

Commit 310d695

Browse files
build(deps): bump jackson.version from 2.21.0 to 2.21.1 (#325)
Bumps `jackson.version` from 2.21.0 to 2.21.1. Updates `com.fasterxml.jackson.core:jackson-core` from 2.21.0 to 2.21.1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/FasterXML/jackson-core/commit/f31979072b3f89254831ba3e7f3ebaa297814195"><code>f319790</code></a> [maven-release-plugin] prepare release jackson-core-2.21.1</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/1b741b13b23375b9ba19c7452870045c31fc689a"><code>1b741b1</code></a> Prep for 2.21.1 release</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/79f789e757b151805c4cb06297be6fac62c4d3d7"><code>79f789e</code></a> Merge branch '2.20' into 2.21</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/025b692f07198eded7120a3fa452cc4b279fa23f"><code>025b692</code></a> Merge branch '2.19' into 2.20</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/71ebce7594f3f0c4ca5e27a150850f545eb750c9"><code>71ebce7</code></a> Merge branch '2.18' into 2.19</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/edb8f4d2d94d9ed0a795208afa96461236977c39"><code>edb8f4d</code></a> Post-release dep version bump</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/0a214d11173ba0695af705d150faf70086d612cb"><code>0a214d1</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/9a46ef8ccac2f15cba1c82059fbcc3883798478a"><code>9a46ef8</code></a> [maven-release-plugin] prepare release jackson-core-2.18.6</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/5f192db9c84c1e7a9e6ab7f631a77d4ac0719cb4"><code>5f192db</code></a> Prep for 2.18.6 release</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/00342f2d155bba6ac9dbaa5a0fde1a57b7cc214c"><code>00342f2</code></a> update release notes wrt <a href="https://redirect.github.com/FasterXML/jackson-core/issues/1555">#1555</a></li> <li>Additional commits viewable in <a href="https://github.com/FasterXML/jackson-core/compare/jackson-core-2.21.0...jackson-core-2.21.1">compare view</a></li> </ul> </details> <br /> Updates `com.fasterxml.jackson.core:jackson-databind` from 2.21.0 to 2.21.1 <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.21.0 to 2.21.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 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> Co-authored-by: Chao Wang <chaowan@redhat.com>
1 parent 8df14e5 commit 310d695

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
@@ -19,7 +19,7 @@
1919
<maven.compiler.release>17</maven.compiler.release>
2020
<!-- Dependencies -->
2121
<trustify-da-api-model.version>2.0.4</trustify-da-api-model.version>
22-
<jackson.version>2.21.0</jackson.version>
22+
<jackson.version>2.21.1</jackson.version>
2323
<jackson-annotations.version>2.21</jackson-annotations.version>
2424
<jakarta.annotation-api.version>3.0.0</jakarta.annotation-api.version>
2525
<jakarta.mail.version>2.0.5</jakarta.mail.version>

0 commit comments

Comments
 (0)