We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f49dcf4 commit 17f4ff2Copy full SHA for 17f4ff2
pom.xml
@@ -23,7 +23,7 @@
23
<dependency>
24
<groupId>com.google.code.gson</groupId>
25
<artifactId>gson</artifactId>
26
- <version>2.10.1</version> <!-- Replace with the latest version -->
+ <version>2.13.1</version> <!-- Replace with the latest version -->
27
</dependency>
28
29
<groupId>com.fasterxml.jackson.core</groupId>
@@ -52,7 +52,7 @@
52
<plugin>
53
<groupId>org.apache.maven.plugins</groupId>
54
<artifactId>maven-jar-plugin</artifactId>
55
- <version>3.3.0</version>
+ <version>3.4.2</version>
56
<configuration>
57
<outputDirectory>${project.build.directory}/../out/artifacts/ThreadFix_jar</outputDirectory>
58
<archive>
0 commit comments