Skip to content

Commit 8270a87

Browse files
Update Mend: high confidence minor and patch dependency updates
1 parent f49dcf4 commit 8270a87

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
<dependency>
2424
<groupId>com.google.code.gson</groupId>
2525
<artifactId>gson</artifactId>
26-
<version>2.10.1</version> <!-- Replace with the latest version -->
26+
<version>2.11.0</version> <!-- Replace with the latest version -->
2727
</dependency>
2828
<dependency>
2929
<groupId>com.fasterxml.jackson.core</groupId>
3030
<artifactId>jackson-databind</artifactId>
31-
<version>2.16.1</version> <!-- Replace with the latest version -->
31+
<version>2.18.0</version> <!-- Replace with the latest version -->
3232
</dependency>
3333
<dependency>
3434
<groupId>com.squareup.okhttp3</groupId>
@@ -43,7 +43,7 @@
4343
<plugin>
4444
<groupId>org.apache.maven.plugins</groupId>
4545
<artifactId>maven-compiler-plugin</artifactId>
46-
<version>3.12.1</version>
46+
<version>3.13.0</version>
4747
<configuration>
4848
<source>17</source>
4949
<target>17</target>
@@ -52,7 +52,7 @@
5252
<plugin>
5353
<groupId>org.apache.maven.plugins</groupId>
5454
<artifactId>maven-jar-plugin</artifactId>
55-
<version>3.3.0</version>
55+
<version>3.4.2</version>
5656
<configuration>
5757
<outputDirectory>${project.build.directory}/../out/artifacts/ThreadFix_jar</outputDirectory>
5858
<archive>

0 commit comments

Comments
 (0)