|
12 | 12 | </description> |
13 | 13 |
|
14 | 14 | <properties> |
15 | | - <maven.min.version>3.3.9</maven.min.version> |
16 | | - <buildinfo.version>2.41.3</buildinfo.version> |
| 15 | + <maven.min.version>3.8.1</maven.min.version> |
| 16 | + <buildinfo.version>2.43.4</buildinfo.version> |
17 | 17 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
18 | 18 | <maven.compiler.source>1.8</maven.compiler.source> |
19 | 19 | <maven.compiler.target>1.8</maven.compiler.target> |
|
66 | 66 | <url>https://www.jfrog.com/jira/browse/NMAP</url> |
67 | 67 | </issueManagement> |
68 | 68 |
|
| 69 | + <dependencyManagement> |
| 70 | + <dependencies> |
| 71 | + <!-- Override vulnerable transitive dependencies --> |
| 72 | + <dependency> |
| 73 | + <groupId>org.apache.maven.shared</groupId> |
| 74 | + <artifactId>maven-shared-utils</artifactId> |
| 75 | + <version>3.4.2</version> |
| 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 | + <dependency> |
| 88 | + <groupId>io.netty</groupId> |
| 89 | + <artifactId>netty-codec-http</artifactId> |
| 90 | + <version>4.1.125.Final</version> |
| 91 | + </dependency> |
| 92 | + <dependency> |
| 93 | + <groupId>io.netty</groupId> |
| 94 | + <artifactId>netty-codec-http2</artifactId> |
| 95 | + <version>4.1.125.Final</version> |
| 96 | + </dependency> |
| 97 | + <dependency> |
| 98 | + <groupId>io.netty</groupId> |
| 99 | + <artifactId>netty-codec</artifactId> |
| 100 | + <version>4.1.125.Final</version> |
| 101 | + </dependency> |
| 102 | + <dependency> |
| 103 | + <groupId>io.netty</groupId> |
| 104 | + <artifactId>netty-common</artifactId> |
| 105 | + <version>4.1.125.Final</version> |
| 106 | + </dependency> |
| 107 | + <dependency> |
| 108 | + <groupId>io.netty</groupId> |
| 109 | + <artifactId>netty-handler</artifactId> |
| 110 | + <version>4.1.125.Final</version> |
| 111 | + </dependency> |
| 112 | + <dependency> |
| 113 | + <groupId>org.bouncycastle</groupId> |
| 114 | + <artifactId>bcprov-jdk18on</artifactId> |
| 115 | + <version>1.79</version> |
| 116 | + </dependency> |
| 117 | + <dependency> |
| 118 | + <groupId>org.bouncycastle</groupId> |
| 119 | + <artifactId>bcpkix-jdk18on</artifactId> |
| 120 | + <version>1.79</version> |
| 121 | + </dependency> |
| 122 | + <dependency> |
| 123 | + <groupId>com.nimbusds</groupId> |
| 124 | + <artifactId>nimbus-jose-jwt</artifactId> |
| 125 | + <version>10.0.2</version> |
| 126 | + </dependency> |
| 127 | + <dependency> |
| 128 | + <groupId>com.jayway.jsonpath</groupId> |
| 129 | + <artifactId>json-path</artifactId> |
| 130 | + <version>2.9.0</version> |
| 131 | + </dependency> |
| 132 | + <dependency> |
| 133 | + <groupId>net.minidev</groupId> |
| 134 | + <artifactId>json-smart</artifactId> |
| 135 | + <version>2.5.2</version> |
| 136 | + </dependency> |
| 137 | + <dependency> |
| 138 | + <groupId>org.xmlunit</groupId> |
| 139 | + <artifactId>xmlunit-core</artifactId> |
| 140 | + <version>2.10.0</version> |
| 141 | + </dependency> |
| 142 | + </dependencies> |
| 143 | + </dependencyManagement> |
| 144 | + |
69 | 145 | <dependencies> |
70 | 146 | <!--Maven Core--> |
71 | 147 | <dependency> |
|
110 | 186 | <dependency> |
111 | 187 | <groupId>org.apache.commons</groupId> |
112 | 188 | <artifactId>commons-lang3</artifactId> |
113 | | - <version>3.11</version> |
| 189 | + <version>3.18.0</version> |
114 | 190 | </dependency> |
115 | 191 | <dependency> |
116 | 192 | <groupId>org.apache.commons</groupId> |
|
120 | 196 | <dependency> |
121 | 197 | <groupId>commons-io</groupId> |
122 | 198 | <artifactId>commons-io</artifactId> |
123 | | - <version>2.9.0</version> |
| 199 | + <version>2.18.0</version> |
124 | 200 | </dependency> |
125 | 201 |
|
126 | 202 | <!--Annotations--> |
|
139 | 215 | <dependency> |
140 | 216 | <groupId>org.projectlombok</groupId> |
141 | 217 | <artifactId>lombok</artifactId> |
142 | | - <version>1.18.12</version> |
| 218 | + <version>1.18.36</version> |
143 | 219 | <scope>provided</scope> |
144 | 220 | </dependency> |
145 | 221 |
|
|
159 | 235 | <dependency> |
160 | 236 | <groupId>org.slf4j</groupId> |
161 | 237 | <artifactId>slf4j-simple</artifactId> |
162 | | - <version>1.7.36</version> |
| 238 | + <version>2.0.16</version> |
163 | 239 | <scope>test</scope> |
164 | 240 | </dependency> |
165 | 241 | <dependency> |
|
185 | 261 | <dependency> |
186 | 262 | <groupId>org.codehaus.plexus</groupId> |
187 | 263 | <artifactId>plexus-archiver</artifactId> |
188 | | - <version>4.8.0</version> |
| 264 | + <version>4.10.0</version> |
189 | 265 | <scope>test</scope> |
190 | 266 | </dependency> |
191 | 267 | <dependency> |
|
203 | 279 | <dependency> |
204 | 280 | <groupId>com.fasterxml.jackson.dataformat</groupId> |
205 | 281 | <artifactId>jackson-dataformat-xml</artifactId> |
206 | | - <version>2.14.1</version> |
| 282 | + <version>2.18.2</version> |
207 | 283 | <scope>test</scope> |
208 | 284 | </dependency> |
209 | 285 | <dependency> |
210 | 286 | <groupId>com.fasterxml.jackson.datatype</groupId> |
211 | 287 | <artifactId>jackson-datatype-guava</artifactId> |
212 | | - <version>2.14.1</version> |
| 288 | + <version>2.18.2</version> |
213 | 289 | <scope>test</scope> |
214 | 290 | </dependency> |
215 | 291 | <dependency> |
216 | 292 | <groupId>org.mock-server</groupId> |
217 | 293 | <artifactId>mockserver-netty</artifactId> |
218 | | - <version>5.14.0</version> |
| 294 | + <version>5.15.0</version> |
219 | 295 | <scope>test</scope> |
220 | 296 | <exclusions> |
221 | 297 | <exclusion> |
|
243 | 319 | <dependency> |
244 | 320 | <groupId>org.apache.commons</groupId> |
245 | 321 | <artifactId>commons-text</artifactId> |
246 | | - <version>1.10.0</version> |
| 322 | + <version>1.13.0</version> |
247 | 323 | <scope>test</scope> |
248 | 324 | </dependency> |
249 | 325 | <dependency> |
250 | 326 | <groupId>org.mozilla</groupId> |
251 | 327 | <artifactId>rhino</artifactId> |
252 | | - <version>1.7.14</version> |
| 328 | + <version>1.8.0</version> |
253 | 329 | <scope>test</scope> |
254 | 330 | </dependency> |
255 | 331 | <dependency> |
256 | 332 | <groupId>commons-beanutils</groupId> |
257 | 333 | <artifactId>commons-beanutils</artifactId> |
258 | | - <version>1.9.4</version> |
| 334 | + <version>1.11.0</version> |
259 | 335 | <scope>test</scope> |
260 | 336 | </dependency> |
261 | 337 | <dependency> |
262 | 338 | <groupId>org.yaml</groupId> |
263 | 339 | <artifactId>snakeyaml</artifactId> |
264 | | - <version>2.0</version> |
| 340 | + <version>2.3</version> |
265 | 341 | <scope>test</scope> |
266 | 342 | </dependency> |
267 | 343 | </dependencies> |
|
0 commit comments