Skip to content

Commit f574d47

Browse files
Bump jackson.version from 2.19.2 to 2.20 (#2505)
Bumps `jackson.version` from 2.19.2 to 2.20. Updates `com.fasterxml.jackson.core:jackson-core` from 2.19.2 to 2.20 Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.19.2 to 2.20 <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.19.2 to 2.20 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> Co-authored-by: Mark Prins <[email protected]>
1 parent 3672c94 commit f574d47

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@
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.19.2</jackson.version>
99+
<jackson.version>2.20.0</jackson.version>
100+
<jackson.annotations.version>2.20</jackson.annotations.version>
100101
<jackson.databind.version>2.20.0</jackson.databind.version>
101102
<javax-annotation.version>1.3.2</javax-annotation.version>
102103
<activation.api.version>1.2.2</activation.api.version>
@@ -549,7 +550,7 @@
549550
<dependency>
550551
<groupId>com.fasterxml.jackson.core</groupId>
551552
<artifactId>jackson-annotations</artifactId>
552-
<version>${jackson.version}</version>
553+
<version>${jackson.annotations.version}</version>
553554
</dependency>
554555
<dependency>
555556
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)