Skip to content

Commit 25ac8d7

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
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.20.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.14.1</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)