|
74 | 74 | <artifactId>maven-shared-utils</artifactId> |
75 | 75 | <version>3.4.2</version> |
76 | 76 | </dependency> |
77 | | - <dependency> |
78 | | - <groupId>com.fasterxml.jackson.core</groupId> |
79 | | - <artifactId>jackson-databind</artifactId> |
80 | | - <version>2.18.2</version> |
81 | | - </dependency> |
82 | | - <dependency> |
83 | | - <groupId>com.fasterxml.jackson.core</groupId> |
84 | | - <artifactId>jackson-core</artifactId> |
85 | | - <version>2.18.2</version> |
86 | | - </dependency> |
87 | 77 | <dependency> |
88 | 78 | <groupId>io.netty</groupId> |
89 | 79 | <artifactId>netty-codec-http</artifactId> |
|
182 | 172 | <version>1.1.2</version> |
183 | 173 | </dependency> |
184 | 174 |
|
| 175 | + <!--Jackson - Override transitive dependencies with secure versions--> |
| 176 | + <dependency> |
| 177 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 178 | + <artifactId>jackson-databind</artifactId> |
| 179 | + <version>2.18.2</version> |
| 180 | + </dependency> |
| 181 | + <dependency> |
| 182 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 183 | + <artifactId>jackson-core</artifactId> |
| 184 | + <version>2.18.2</version> |
| 185 | + </dependency> |
| 186 | + <dependency> |
| 187 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 188 | + <artifactId>jackson-annotations</artifactId> |
| 189 | + <version>2.18.2</version> |
| 190 | + </dependency> |
| 191 | + |
185 | 192 | <!--Apache Commons--> |
186 | 193 | <dependency> |
187 | 194 | <groupId>org.apache.commons</groupId> |
|
291 | 298 | <dependency> |
292 | 299 | <groupId>org.mock-server</groupId> |
293 | 300 | <artifactId>mockserver-netty</artifactId> |
294 | | - <version>5.15.0</version> |
| 301 | + <version>5.14.0</version> |
295 | 302 | <scope>test</scope> |
296 | 303 | <exclusions> |
297 | | - <exclusion> |
298 | | - <groupId>com.fasterxml.jackson.core</groupId> |
299 | | - <artifactId>jackson-databind</artifactId> |
300 | | - </exclusion> |
301 | 304 | <exclusion> |
302 | 305 | <groupId>org.apache.commons</groupId> |
303 | 306 | <artifactId>commons-text</artifactId> |
|
0 commit comments