Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasmiller committed Apr 19, 2024
1 parent 68c06c6 commit cee4aa2
Showing 1 changed file with 9 additions and 17 deletions.
26 changes: 9 additions & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<okhttp3.version>4.7.2</okhttp3.version>
<okhttp3.version>4.12.0</okhttp3.version>
<surefire.version>3.0.0-M4</surefire.version>
<jacoco.version>0.8.5</jacoco.version>
<jacoco.version>0.8.12</jacoco.version>
</properties>

<build>
Expand Down Expand Up @@ -214,16 +214,15 @@
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>9.1.0</version>
</plugin>
</plugins>
</build>

<dependencies>
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
Expand Down Expand Up @@ -295,20 +294,13 @@
</dependency>

<!-- Specify versions of transitive dependencies
xerces:xercesImpl introduced through jacoco-maven-plugin and doxia-core
- can be removed when mvn dependency:list shows version 2.12.0 or higher and no snyk reported vulnerabilities
plexus:plexus-utils introduced through jacoco-maven-plugin, maven-compiler-plugin, and others
- can be removed when mvn dependency:list shows version 3.0.24 or higher and no snyk reported vulnerabilities
-->
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.12.2</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.2.1</version>
</dependency>
<version>3.5.1</version>
</dependency>
</dependencies>
</project>

0 comments on commit cee4aa2

Please sign in to comment.