File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 61
61
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
62
62
<maven .compiler.source>1.8</maven .compiler.source>
63
63
<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>
65
65
<postgresql .version>42.2.6</postgresql .version>
66
66
</properties >
67
67
89
89
<dependency >
90
90
<groupId >commons-beanutils</groupId >
91
91
<artifactId >commons-beanutils</artifactId >
92
- <version >1.9.3 </version >
92
+ <version >1.9.4 </version >
93
93
<exclusions >
94
94
<exclusion >
95
95
<groupId >commons-logging</groupId >
96
96
<artifactId >commons-logging</artifactId >
97
97
</exclusion >
98
98
</exclusions >
99
99
</dependency >
100
- <dependency >
101
- <groupId >javax.validation</groupId >
102
- <artifactId >validation-api</artifactId >
103
- <version >2.0.1.Final</version >
104
- </dependency >
105
100
<dependency >
106
101
<groupId >org.hibernate.validator</groupId >
107
102
<artifactId >hibernate-validator</artifactId >
108
- <version >6.0.17 .Final</version >
103
+ <version >6.1.0 .Final</version >
109
104
</dependency >
110
105
<dependency >
111
106
<groupId >org.glassfish</groupId >
You can’t perform that action at this time.
0 commit comments