File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
src/main/java/io/avaje/http/hibernate/validator Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 44
55 <groupId >io.avaje</groupId >
66 <artifactId >avaje-http-hibernate-validator</artifactId >
7- <version >2.5 </version >
7+ <version >2.6 </version >
88
99 <parent >
1010 <groupId >org.avaje</groupId >
1111 <artifactId >java8-oss</artifactId >
12- <version >3.1 </version >
12+ <version >3.2 </version >
1313 </parent >
1414
1515 <scm >
3434 <dependency >
3535 <groupId >io.avaje</groupId >
3636 <artifactId >avaje-http-api</artifactId >
37- <version >1.4 </version >
37+ <version >1.12 </version >
3838 <scope >provided</scope >
3939 </dependency >
4040
4141 <dependency >
4242 <groupId >io.avaje</groupId >
4343 <artifactId >avaje-inject</artifactId >
44- <version >6.1 </version >
44+ <version >6.12 </version >
4545 <scope >provided</scope >
4646 </dependency >
4747
5050 <dependency >
5151 <groupId >io.avaje</groupId >
5252 <artifactId >avaje-inject-generator</artifactId >
53- <version >6.1 </version >
53+ <version >6.12 </version >
5454 <scope >provided</scope >
5555 </dependency >
5656
Original file line number Diff line number Diff line change 1- @ InjectModule (name = "bean-validator" , provides = "validator" )
1+ @ InjectModule (name = "bean-validator" , provides = io . avaje . http . api . Validator . class )
22package io .avaje .http .hibernate .validator ;
33
44import io .avaje .inject .InjectModule ;
You can’t perform that action at this time.
0 commit comments