Revision d0b78a25
Added by Andreas Müller over 1 year ago
pom.xml | ||
---|---|---|
240 | 240 |
<dependency> |
241 | 241 |
<groupId>junit</groupId> |
242 | 242 |
<artifactId>junit</artifactId> |
243 |
<version>4.6</version>
|
|
243 |
<version>4.13.2</version>
|
|
244 | 244 |
</dependency> |
245 | 245 |
<dependency> |
246 |
<groupId>log4j</groupId> |
|
247 |
<artifactId>log4j</artifactId> |
|
248 |
<version>1.2.16</version> |
|
246 |
<groupId>org.apache.logging.log4j</groupId> |
|
247 |
<artifactId>log4j-api</artifactId> |
|
248 |
<version>2.17.2</version> |
|
249 |
</dependency> |
|
250 |
<dependency> |
|
251 |
<groupId>org.apache.logging.log4j</groupId> |
|
252 |
<artifactId>log4j-core</artifactId> |
|
253 |
<version>2.17.2</version> |
|
249 | 254 |
</dependency> |
250 | 255 |
<dependency> |
251 | 256 |
<groupId>commons-lang</groupId> |
252 | 257 |
<artifactId>commons-lang</artifactId> |
253 |
<version>2.2</version>
|
|
258 |
<version>2.6</version>
|
|
254 | 259 |
</dependency> |
255 | 260 |
<dependency> |
256 |
<groupId>com.fasterxml.jackson.core</groupId> |
|
257 |
<artifactId>jackson-databind</artifactId> |
|
258 |
<version>2.9.2</version>
|
|
261 |
<groupId>com.fasterxml.jackson.core</groupId>
|
|
262 |
<artifactId>jackson-databind</artifactId>
|
|
263 |
<version>2.13.3</version>
|
|
259 | 264 |
</dependency> |
260 | 265 |
<!-- |
261 | 266 |
selenium 2 webdriver, see |
Also available in: Unified diff
ref #9359 upgrade java dependencies in dataportal (except for selenium)