Skip to content

Commit 6390ff6

Browse files
authored
Merge pull request #1671 from lat-lon/feature/upgradeDependenciesOgcApi-9567
Upgrade dependencies gson, commons-collections4 and maven plugins (3.6)
2 parents 051728a + 608a122 commit 6390ff6

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
@@ -552,7 +552,7 @@
552552
<dependency>
553553
<groupId>org.apache.commons</groupId>
554554
<artifactId>commons-collections4</artifactId>
555-
<version>4.3</version>
555+
<version>4.4</version>
556556
</dependency>
557557
<dependency>
558558
<groupId>commons-lang</groupId>
@@ -1160,7 +1160,7 @@
11601160
<dependency>
11611161
<groupId>com.google.code.gson</groupId>
11621162
<artifactId>gson</artifactId>
1163-
<version>2.8.9</version>
1163+
<version>2.10.1</version>
11641164
</dependency>
11651165
<dependency>
11661166
<groupId>org.apache.commons</groupId>
@@ -1231,7 +1231,7 @@
12311231
<java.version>11</java.version>
12321232
<antlr.version>3.5.3</antlr.version>
12331233
<oracle.version>19.9.0.0</oracle.version>
1234-
<log4j.version>2.17.2</log4j.version>
1234+
<log4j.version>2.23.0</log4j.version>
12351235
<slf4j.version>1.7.36</slf4j.version>
12361236
<spring-boot.version>2.7.18</spring-boot.version>
12371237
<spring-batch.version>4.3.10</spring-batch.version>
@@ -1267,7 +1267,7 @@
12671267
<plugin>
12681268
<groupId>com.github.spotbugs</groupId>
12691269
<artifactId>spotbugs-maven-plugin</artifactId>
1270-
<version>4.4.2</version>
1270+
<version>4.8.3.1</version>
12711271
<configuration>
12721272
<xmlOutput>true</xmlOutput>
12731273
<spotbugsXmlOutput>true</spotbugsXmlOutput>
@@ -1322,7 +1322,7 @@
13221322
<plugin>
13231323
<groupId>org.owasp</groupId>
13241324
<artifactId>dependency-check-maven</artifactId>
1325-
<version>8.4.3</version>
1325+
<version>9.0.9</version>
13261326
<configuration>
13271327
<cveValidForHours>24</cveValidForHours>
13281328
<knownExploitedEnabled>false</knownExploitedEnabled>

0 commit comments

Comments
 (0)