File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments