File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 6969 <maven .resolver.version>1.6.2</maven .resolver.version>
7070 <plantuml .version>1.2025.0</plantuml .version>
7171 <guava .version>33.4.0-jre</guava .version>
72+ <commons .validator.version>1.10.1</commons .validator.version>
7273 <findbugs .version>3.0.2</findbugs .version>
7374 <gson .version>2.12.1</gson .version>
7475 <jline .version>3.21.0</jline .version>
474475 <artifactId >jsr305</artifactId >
475476 <version >${findbugs.version} </version >
476477 </dependency >
478+ <dependency >
479+ <groupId >commons-validator</groupId >
480+ <artifactId >commons-validator</artifactId >
481+ <version >${commons.validator.version} </version >
482+ </dependency >
477483
478484 <!-- ### CLI ###-->
479485 <!-- this package includes all jline submodules -->
You can’t perform that action at this time.
0 commit comments