File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 <version .maven.resources.plugin>3.1.0</version .maven.resources.plugin>
3939 <version .maven.site.plugin>3.7.1</version .maven.site.plugin>
4040 <version .maven.surefire.plugin>3.0.0-M3</version .maven.surefire.plugin>
41- <jackson-annotations .version>2.13.4</jackson-annotations .version>
42- <jackson-databind .version>2.13.4.2</jackson-databind .version>
41+ <jackson-databind .version>2.15.4</jackson-databind .version>
4342 </properties >
4443
4544 <build >
157156 <artifactId >jackson-databind</artifactId >
158157 <version >${jackson-databind.version} </version >
159158 </dependency >
160- <dependency >
161- <groupId >com.fasterxml.jackson.core</groupId >
162- <artifactId >jackson-annotations</artifactId >
163- <version >${jackson-annotations.version} </version >
164- </dependency >
165159 <!-- Add a safe versions for SoS as overrides -->
166160 <dependency >
167161 <groupId >org.bouncycastle</groupId >
Original file line number Diff line number Diff line change 2121 <artifactId >jsr305</artifactId >
2222 <scope >provided</scope >
2323 </dependency >
24- <dependency >
25- <groupId >com.fasterxml.jackson.core</groupId >
26- <artifactId >jackson-annotations</artifactId >
27- </dependency >
2824 <dependency >
2925 <groupId >com.fasterxml.jackson.core</groupId >
3026 <artifactId >jackson-databind</artifactId >
You can’t perform that action at this time.
0 commit comments