Skip to content

Commit

Permalink
Merge pull request #2 from mend-toolkit/whitesource-remediate/mend-hi…
Browse files Browse the repository at this point in the history
…gh-confidence-minor-and-patch-dependency-updates

Update Mend: high confidence minor and patch dependency updates
  • Loading branch information
samq-ws authored Feb 1, 2024
2 parents 273b039 + d0212c3 commit dce9e0c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.9</version> <!-- Replace with the latest version -->
<version>2.10.1</version> <!-- Replace with the latest version -->
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.0</version> <!-- Replace with the latest version -->
<version>2.16.1</version> <!-- Replace with the latest version -->
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.9.3</version> <!-- Replace with the latest version -->
<version>4.12.0</version> <!-- Replace with the latest version -->
</dependency>
</dependencies>

Expand All @@ -43,7 +43,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.12.1</version>
<configuration>
<source>17</source>
<target>17</target>
Expand All @@ -52,7 +52,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
<configuration>
<outputDirectory>${project.build.directory}/../out/artifacts/ThreadFix_jar</outputDirectory>
<archive>
Expand Down

0 comments on commit dce9e0c

Please sign in to comment.