66
77 <groupId >org.yanglb</groupId >
88 <artifactId >code-generator</artifactId >
9- <version >4.2 .0</version >
9+ <version >4.3 .0</version >
1010 <packaging >jar</packaging >
1111
1212 <dependencies >
1313 <!-- https://mvnrepository.com/artifact/commons-cli/commons-cli -->
1414 <dependency >
1515 <groupId >commons-cli</groupId >
1616 <artifactId >commons-cli</artifactId >
17- <version >1.4 </version >
17+ <version >1.8.0 </version >
1818 </dependency >
1919 <dependency >
2020 <groupId >org.apache.commons</groupId >
2121 <artifactId >commons-text</artifactId >
22- <version >1.10 .0</version >
22+ <version >1.12 .0</version >
2323 </dependency >
2424 <dependency >
2525 <groupId >org.apache.poi</groupId >
2626 <artifactId >poi-excelant</artifactId >
27- <version >3.11 </version >
27+ <version >5.3.0 </version >
2828 </dependency >
2929 <dependency >
3030 <groupId >org.yaml</groupId >
3131 <artifactId >snakeyaml</artifactId >
32- <version >1.32 </version >
32+ <version >2.0 </version >
3333 </dependency >
3434 <!-- https://mvnrepository.com/artifact/org.json/json -->
3535 <dependency >
3636 <groupId >org.json</groupId >
3737 <artifactId >json</artifactId >
38- <version >20200518</version >
38+ <version >20231013</version >
39+ </dependency >
40+ <!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core -->
41+ <dependency >
42+ <groupId >org.apache.logging.log4j</groupId >
43+ <artifactId >log4j-core</artifactId >
44+ <version >2.24.2</version >
3945 </dependency >
4046 </dependencies >
4147 <build >
7480 </plugin >
7581 </plugins >
7682 </build >
83+ <repositories >
84+ <repository >
85+ <id >maven_central</id >
86+ <name >Maven Central</name >
87+ <url >https://repo.maven.apache.org/maven2/</url >
88+ </repository >
89+ </repositories >
7790</project >
0 commit comments