File tree Expand file tree Collapse file tree 13 files changed +27
-12
lines changed
spring-boot-actuator-autoconfigure
spring-boot-autoconfigure
spring-boot-starter-jersey
spring-boot-starter-validation
spring-boot-starter-webflux
spring-boot-test-autoconfigure
spring-boot-tools/spring-boot-test-support Expand file tree Collapse file tree 13 files changed +27
-12
lines changed Original file line number Diff line number Diff line change 209
209
<optional >true</optional >
210
210
</dependency >
211
211
<dependency >
212
- <groupId >org.hibernate</groupId >
212
+ <groupId >org.hibernate.validator </groupId >
213
213
<artifactId >hibernate-validator</artifactId >
214
214
<optional >true</optional >
215
215
</dependency >
Original file line number Diff line number Diff line change 97
97
<optional >true</optional >
98
98
</dependency >
99
99
<dependency >
100
- <groupId >org.hibernate</groupId >
100
+ <groupId >org.hibernate.validator </groupId >
101
101
<artifactId >hibernate-validator</artifactId >
102
102
<optional >true</optional >
103
103
</dependency >
Original file line number Diff line number Diff line change 149
149
<groupId >org.glassfish.jersey.ext</groupId >
150
150
<artifactId >jersey-spring4</artifactId >
151
151
<optional >true</optional >
152
+ <exclusions >
153
+ <exclusion >
154
+ <groupId >org.hibernate</groupId >
155
+ <artifactId >hibernate-validator</artifactId >
156
+ </exclusion >
157
+ </exclusions >
152
158
</dependency >
153
159
<dependency >
154
160
<groupId >org.glassfish.jersey.media</groupId >
300
306
<optional >true</optional >
301
307
</dependency >
302
308
<dependency >
303
- <groupId >org.hibernate</groupId >
309
+ <groupId >org.hibernate.validator </groupId >
304
310
<artifactId >hibernate-validator</artifactId >
305
311
<optional >true</optional >
306
312
</dependency >
Original file line number Diff line number Diff line change 85
85
<hazelcast .version>3.8.5</hazelcast .version>
86
86
<hazelcast-hibernate5 .version>1.2.2</hazelcast-hibernate5 .version>
87
87
<hibernate .version>5.2.11.Final</hibernate .version>
88
- <hibernate-validator .version>5.4.1 .Final</hibernate-validator .version>
88
+ <hibernate-validator .version>6.0.2 .Final</hibernate-validator .version>
89
89
<hikaricp .version>2.7.1</hikaricp .version>
90
90
<hsqldb .version>2.4.0</hsqldb .version>
91
91
<htmlunit .version>2.27</htmlunit .version>
1847
1847
<version >${hibernate.version} </version >
1848
1848
</dependency >
1849
1849
<dependency >
1850
- <groupId >org.hibernate</groupId >
1850
+ <groupId >org.hibernate.validator </groupId >
1851
1851
<artifactId >hibernate-validator</artifactId >
1852
1852
<version >${hibernate-validator.version} </version >
1853
1853
</dependency >
Original file line number Diff line number Diff line change 503
503
<optional >true</optional >
504
504
</dependency >
505
505
<dependency >
506
- <groupId >org.hibernate</groupId >
506
+ <groupId >org.hibernate.validator </groupId >
507
507
<artifactId >hibernate-validator</artifactId >
508
508
<optional >true</optional >
509
509
</dependency >
Original file line number Diff line number Diff line change 93
93
<bannedDependencies >
94
94
<excludes >
95
95
<exclude >commons-logging:*:*</exclude >
96
+ <exclude >org.hibernate:hibernate-validator:*</exclude >
96
97
</excludes >
97
98
<searchTransitive >true</searchTransitive >
98
99
</bannedDependencies >
Original file line number Diff line number Diff line change 79
79
<groupId >org.glassfish.hk2.external</groupId >
80
80
<artifactId >javax.inject</artifactId >
81
81
</exclusion >
82
+ <exclusion >
83
+ <groupId >org.hibernate</groupId >
84
+ <artifactId >hibernate-validator</artifactId >
85
+ </exclusion >
82
86
</exclusions >
83
87
</dependency >
84
88
<dependency >
93
97
<groupId >org.glassfish.hk2.external</groupId >
94
98
<artifactId >javax.inject</artifactId >
95
99
</exclusion >
100
+ <exclusion >
101
+ <groupId >org.hibernate</groupId >
102
+ <artifactId >hibernate-validator</artifactId >
103
+ </exclusion >
96
104
</exclusions >
97
105
</dependency >
98
106
<dependency >
Original file line number Diff line number Diff line change 28
28
<artifactId >tomcat-embed-el</artifactId >
29
29
</dependency >
30
30
<dependency >
31
- <groupId >org.hibernate</groupId >
31
+ <groupId >org.hibernate.validator </groupId >
32
32
<artifactId >hibernate-validator</artifactId >
33
33
</dependency >
34
34
</dependencies >
Original file line number Diff line number Diff line change 32
32
<artifactId >spring-boot-starter-tomcat</artifactId >
33
33
</dependency >
34
34
<dependency >
35
- <groupId >org.hibernate</groupId >
35
+ <groupId >org.hibernate.validator </groupId >
36
36
<artifactId >hibernate-validator</artifactId >
37
37
</dependency >
38
38
<dependency >
Original file line number Diff line number Diff line change 32
32
<artifactId >spring-boot-starter-reactor-netty</artifactId >
33
33
</dependency >
34
34
<dependency >
35
- <groupId >org.hibernate</groupId >
35
+ <groupId >org.hibernate.validator </groupId >
36
36
<artifactId >hibernate-validator</artifactId >
37
37
</dependency >
38
38
<dependency >
Original file line number Diff line number Diff line change 234
234
<scope >test</scope >
235
235
</dependency >
236
236
<dependency >
237
- <groupId >org.hibernate</groupId >
237
+ <groupId >org.hibernate.validator </groupId >
238
238
<artifactId >hibernate-validator</artifactId >
239
239
<scope >test</scope >
240
240
</dependency >
Original file line number Diff line number Diff line change 101
101
</dependency >
102
102
<!-- Test -->
103
103
<dependency >
104
- <groupId >org.hibernate</groupId >
104
+ <groupId >org.hibernate.validator </groupId >
105
105
<artifactId >hibernate-validator</artifactId >
106
106
<scope >test</scope >
107
107
</dependency >
Original file line number Diff line number Diff line change 185
185
<optional >true</optional >
186
186
</dependency >
187
187
<dependency >
188
- <groupId >org.hibernate</groupId >
188
+ <groupId >org.hibernate.validator </groupId >
189
189
<artifactId >hibernate-validator</artifactId >
190
190
<optional >true</optional >
191
191
</dependency >
You can’t perform that action at this time.
0 commit comments