File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212
1313 <properties >
1414 <!-- Adjust your java version here -->
15- <java .version>16 </java .version>
15+ <java .version>17 </java .version>
1616 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1717 <maven .compiler.source>${java.version} </maven .compiler.source>
1818 <maven .compiler.target>${java.version} </maven .compiler.target>
9898 <dependency >
9999 <groupId >junit</groupId >
100100 <artifactId >junit</artifactId >
101- <version >4.13.1 </version >
101+ <version >4.13.2 </version >
102102 <scope >test</scope >
103103 </dependency >
104104
105105 <dependency >
106106 <groupId >org.eclipse.jgit</groupId >
107107 <artifactId >org.eclipse.jgit</artifactId >
108- <version >5.11.1.202105131744 -r</version >
108+ <version >6.2.0.202206071550 -r</version >
109109 </dependency >
110110
111111 <dependency >
112112 <groupId >org.jetbrains</groupId >
113113 <artifactId >annotations</artifactId >
114- <version >21 .0.1 </version >
114+ <version >23 .0.0 </version >
115115 <scope >compile</scope >
116116 </dependency >
117117
118118 <dependency >
119119 <groupId >net.lingala.zip4j</groupId >
120120 <artifactId >zip4j</artifactId >
121- <version >2.9.1 </version >
121+ <version >2.10.0 </version >
122122 </dependency >
123123 </dependencies >
124124</project >
You can’t perform that action at this time.
0 commit comments