File tree Expand file tree Collapse file tree 1 file changed +5
-13
lines changed Expand file tree Collapse file tree 1 file changed +5
-13
lines changed Original file line number Diff line number Diff line change 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>
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 >
You can’t perform that action at this time.
0 commit comments