Skip to content

Commit 5c77eb9

Browse files
committed
update libraries
1 parent c16c580 commit 5c77eb9

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
@@ -337,19 +337,19 @@
337337
<artifactItem>
338338
<groupId>org.slf4j</groupId>
339339
<artifactId>slf4j-api</artifactId>
340-
<version>1.7.30</version>
340+
<version>2.0.17</version>
341341
<type>jar</type>
342342
</artifactItem>
343343
<artifactItem>
344344
<groupId>org.apache.commons</groupId>
345345
<artifactId>commons-collections4</artifactId>
346-
<version>4.0</version>
346+
<version>4.5.0</version>
347347
<type>jar</type>
348348
</artifactItem>
349349
<artifactItem>
350350
<groupId>javax</groupId>
351351
<artifactId>javaee-api</artifactId>
352-
<version>6.0</version>
352+
<version>8.0.1</version>
353353
<type>jar</type>
354354
</artifactItem>
355355
<artifactItem>
@@ -367,7 +367,7 @@
367367
<artifactItem>
368368
<groupId>org.springframework</groupId>
369369
<artifactId>spring-context</artifactId>
370-
<version>5.2.3.RELEASE</version>
370+
<version>6.2.10</version>
371371
<type>jar</type>
372372
</artifactItem>
373373
<artifactItem>
@@ -425,7 +425,7 @@
425425
<!-- add integration test sources into test classpath -->
426426
<groupId>org.codehaus.mojo</groupId>
427427
<artifactId>build-helper-maven-plugin</artifactId>
428-
<version>3.6.0</version>
428+
<version>3.6.1</version>
429429
<executions>
430430
<execution>
431431
<id>add-integration-test-sources</id>

0 commit comments

Comments
 (0)