Skip to content

Commit 7eb9bd7

Browse files
fix(deps): update jackson monorepo (release/8.6) (#464)
* fix(deps): update jackson monorepo * fix: move to jackson bom --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jonathan Lukas <[email protected]>
1 parent 465de0d commit 7eb9bd7

File tree

1 file changed

+8
-16
lines changed

1 file changed

+8
-16
lines changed

pom.xml

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<spring-boot.version>3.5.6</spring-boot.version>
3636
<commons-beanutils.version>1.9.4</commons-beanutils.version>
3737
<resilience4j.version>2.2.0</resilience4j.version>
38-
<jackson.version>2.17.2</jackson.version>
38+
<jackson.version>2.20.0</jackson.version>
3939
<commons-lang.version>3.15.0</commons-lang.version>
4040
<plugin.version.maven-enforcer-plugin>3.6.2</plugin.version.maven-enforcer-plugin>
4141
<plugin.version.function-maven-plugin>0.11.2</plugin.version.function-maven-plugin>
@@ -69,6 +69,13 @@
6969
<type>pom</type>
7070
<scope>import</scope>
7171
</dependency>
72+
<dependency>
73+
<groupId>com.fasterxml.jackson</groupId>
74+
<artifactId>jackson-bom</artifactId>
75+
<version>${jackson.version}</version>
76+
<type>pom</type>
77+
<scope>import</scope>
78+
</dependency>
7279
<dependency>
7380
<groupId>io.camunda</groupId>
7481
<artifactId>camunda-tasklist-client-java</artifactId>
@@ -79,21 +86,6 @@
7986
<artifactId>spring-boot-starter-camunda-tasklist</artifactId>
8087
<version>${project.version}</version>
8188
</dependency>
82-
<dependency>
83-
<groupId>com.fasterxml.jackson.core</groupId>
84-
<artifactId>jackson-core</artifactId>
85-
<version>${jackson.version}</version>
86-
</dependency>
87-
<dependency>
88-
<groupId>com.fasterxml.jackson.core</groupId>
89-
<artifactId>jackson-databind</artifactId>
90-
<version>${jackson.version}</version>
91-
</dependency>
92-
<dependency>
93-
<groupId>com.fasterxml.jackson.core</groupId>
94-
<artifactId>jackson-annotations</artifactId>
95-
<version>${jackson.version}</version>
96-
</dependency>
9789
<dependency>
9890
<groupId>com.google.code.findbugs</groupId>
9991
<artifactId>jsr305</artifactId>

0 commit comments

Comments
 (0)