Skip to content

Commit a5d0862

Browse files
fix(deps): update jackson monorepo (main) (#408)
* fix(deps): update jackson monorepo * switched to bom --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jonathan Lukas <[email protected]>
1 parent bfc18b7 commit a5d0862

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

pom.xml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<spring-boot.version>3.5.5</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.19.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.1</plugin.version.maven-enforcer-plugin>
4141
<plugin.version.function-maven-plugin>0.11.1</plugin.version.function-maven-plugin>
@@ -80,19 +80,11 @@
8080
<version>${project.version}</version>
8181
</dependency>
8282
<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>
83+
<groupId>com.fasterxml.jackson</groupId>
84+
<artifactId>jackson-bom</artifactId>
9585
<version>${jackson.version}</version>
86+
<type>pom</type>
87+
<scope>import</scope>
9688
</dependency>
9789
<dependency>
9890
<groupId>com.google.code.findbugs</groupId>

0 commit comments

Comments
 (0)