|
14 | 14 | <parent> |
15 | 15 | <groupId>org.springframework.boot</groupId> |
16 | 16 | <artifactId>spring-boot-starter-parent</artifactId> |
17 | | - <version>2.7.12</version> |
| 17 | + <version>2.7.14</version> |
18 | 18 | <relativePath /> <!-- lookup parent from repository --> |
19 | 19 | </parent> |
20 | 20 |
|
|
60 | 60 | <dependency> |
61 | 61 | <groupId>org.springframework.boot</groupId> |
62 | 62 | <artifactId>spring-boot-starter-data-redis</artifactId> |
63 | | - <exclusions> |
64 | | - <exclusion> |
65 | | - <artifactId>netty-common</artifactId> |
66 | | - <groupId>io.netty</groupId> |
67 | | - </exclusion> |
68 | | - <exclusion> |
69 | | - <artifactId>netty-buffer</artifactId> |
70 | | - <groupId>io.netty</groupId> |
71 | | - </exclusion> |
72 | | - </exclusions> |
73 | 63 | </dependency> |
74 | 64 | <dependency> |
75 | 65 | <groupId>org.springframework.boot</groupId> |
|
204 | 194 | <artifactId>commons-jexl3</artifactId> |
205 | 195 | <version>3.1</version> |
206 | 196 | </dependency> |
207 | | - <dependency> |
208 | | - <groupId>io.netty</groupId> |
209 | | - <artifactId>netty-common</artifactId> |
210 | | - <version>4.1.94.Final</version> |
211 | | - </dependency> |
212 | | - <dependency> |
213 | | - <groupId>io.netty</groupId> |
214 | | - <artifactId>netty-buffer</artifactId> |
215 | | - <version>4.1.94.Final</version> |
216 | | - </dependency> |
217 | 197 | <dependency> |
218 | 198 | <groupId>org.junit.vintage</groupId> |
219 | 199 | <artifactId>junit-vintage-engine</artifactId> |
|
225 | 205 | <artifactId>tomcat-embed-core</artifactId> |
226 | 206 | <version>${tomcat-embed-core.version}</version> |
227 | 207 | </dependency> |
| 208 | + <dependency> |
| 209 | + <groupId>org.springframework.boot</groupId> |
| 210 | + <artifactId>spring-boot-starter-validation</artifactId> |
| 211 | + </dependency> |
| 212 | + <dependency> |
| 213 | + <groupId>com.sun.xml.bind</groupId> |
| 214 | + <artifactId>jaxb-core</artifactId> |
| 215 | + <version>2.3.0.1</version> |
| 216 | + </dependency> |
| 217 | + <dependency> |
| 218 | + <groupId>javax.xml.bind</groupId> |
| 219 | + <artifactId>jaxb-api</artifactId> |
| 220 | + <version>2.3.1</version> |
| 221 | + </dependency> |
| 222 | + <dependency> |
| 223 | + <groupId>com.sun.xml.bind</groupId> |
| 224 | + <artifactId>jaxb-impl</artifactId> |
| 225 | + <version>2.3.1</version> |
| 226 | + </dependency> |
| 227 | + <dependency> |
| 228 | + <groupId>org.javassist</groupId> |
| 229 | + <artifactId>javassist</artifactId> |
| 230 | + <version>3.29.2-GA</version> |
| 231 | + </dependency> |
228 | 232 | </dependencies> |
229 | 233 |
|
230 | 234 | <build> |
|
0 commit comments