Skip to content

Commit 534691e

Browse files
committed
update libraries
1 parent 0e6b532 commit 534691e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -339,19 +339,19 @@
339339
<artifactItem>
340340
<groupId>org.slf4j</groupId>
341341
<artifactId>slf4j-api</artifactId>
342-
<version>1.7.30</version>
342+
<version>2.0.17</version>
343343
<type>jar</type>
344344
</artifactItem>
345345
<artifactItem>
346346
<groupId>org.apache.commons</groupId>
347347
<artifactId>commons-collections4</artifactId>
348-
<version>4.0</version>
348+
<version>4.5.0</version>
349349
<type>jar</type>
350350
</artifactItem>
351351
<artifactItem>
352352
<groupId>javax</groupId>
353353
<artifactId>javaee-api</artifactId>
354-
<version>6.0</version>
354+
<version>8.0.1</version>
355355
<type>jar</type>
356356
</artifactItem>
357357
<artifactItem>
@@ -369,7 +369,7 @@
369369
<artifactItem>
370370
<groupId>org.springframework</groupId>
371371
<artifactId>spring-context</artifactId>
372-
<version>5.2.3.RELEASE</version>
372+
<version>6.2.10</version>
373373
<type>jar</type>
374374
</artifactItem>
375375
<artifactItem>
@@ -427,7 +427,7 @@
427427
<!-- add integration test sources into test classpath -->
428428
<groupId>org.codehaus.mojo</groupId>
429429
<artifactId>build-helper-maven-plugin</artifactId>
430-
<version>3.6.0</version>
430+
<version>3.6.1</version>
431431
<executions>
432432
<execution>
433433
<id>add-integration-test-sources</id>

0 commit comments

Comments
 (0)