File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
6262 <maven .compiler.source>1.8</maven .compiler.source>
6363 <maven .compiler.target>1.8</maven .compiler.target>
64- <spring .version>5.1.8 .RELEASE</spring .version>
64+ <spring .version>5.2.5 .RELEASE</spring .version>
6565 <postgresql .version>42.2.6</postgresql .version>
6666 </properties >
6767
8989 <dependency >
9090 <groupId >commons-beanutils</groupId >
9191 <artifactId >commons-beanutils</artifactId >
92- <version >1.9.3 </version >
92+ <version >1.9.4 </version >
9393 <exclusions >
9494 <exclusion >
9595 <groupId >commons-logging</groupId >
9696 <artifactId >commons-logging</artifactId >
9797 </exclusion >
9898 </exclusions >
9999 </dependency >
100- <dependency >
101- <groupId >javax.validation</groupId >
102- <artifactId >validation-api</artifactId >
103- <version >2.0.1.Final</version >
104- </dependency >
105100 <dependency >
106101 <groupId >org.hibernate.validator</groupId >
107102 <artifactId >hibernate-validator</artifactId >
108- <version >6.0.17 .Final</version >
103+ <version >6.1.0 .Final</version >
109104 </dependency >
110105 <dependency >
111106 <groupId >org.glassfish</groupId >
You can’t perform that action at this time.
0 commit comments