Skip to content

Commit

Permalink
Merge pull request #1671 from lat-lon/feature/upgradeDependenciesOgcA…
Browse files Browse the repository at this point in the history
…pi-9567

Upgrade dependencies gson, commons-collections4 and maven plugins (3.6)
  • Loading branch information
stephanr committed Mar 27, 2024
2 parents 051728a + 608a122 commit 6390ff6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Expand Up @@ -552,7 +552,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
<version>4.3</version>
<version>4.4</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
Expand Down Expand Up @@ -1160,7 +1160,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.9</version>
<version>2.10.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down Expand Up @@ -1231,7 +1231,7 @@
<java.version>11</java.version>
<antlr.version>3.5.3</antlr.version>
<oracle.version>19.9.0.0</oracle.version>
<log4j.version>2.17.2</log4j.version>
<log4j.version>2.23.0</log4j.version>
<slf4j.version>1.7.36</slf4j.version>
<spring-boot.version>2.7.18</spring-boot.version>
<spring-batch.version>4.3.10</spring-batch.version>
Expand Down Expand Up @@ -1267,7 +1267,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.4.2</version>
<version>4.8.3.1</version>
<configuration>
<xmlOutput>true</xmlOutput>
<spotbugsXmlOutput>true</spotbugsXmlOutput>
Expand Down Expand Up @@ -1322,7 +1322,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>8.4.3</version>
<version>9.0.9</version>
<configuration>
<cveValidForHours>24</cveValidForHours>
<knownExploitedEnabled>false</knownExploitedEnabled>
Expand Down

0 comments on commit 6390ff6

Please sign in to comment.