Skip to content

Commit ffc4ef0

Browse files
committed
Bump to latest avaje-inject
1 parent 853f082 commit ffc4ef0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

http-hibernate-validator/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
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>
@@ -34,14 +34,14 @@
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

@@ -50,7 +50,7 @@
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@InjectModule(name = "bean-validator", provides = "validator")
1+
@InjectModule(name = "bean-validator", provides = io.avaje.http.api.Validator.class)
22
package io.avaje.http.hibernate.validator;
33

44
import io.avaje.inject.InjectModule;

0 commit comments

Comments
 (0)