Skip to content

Commit aac9d52

Browse files
committed
Bump to jakarta.inject
1 parent 1c5f3ae commit aac9d52

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

http-hibernate-validator/pom.xml

Lines changed: 4 additions & 4 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>1.1-SNAPSHOT</version>
7+
<version>2.0</version>
88

99
<parent>
1010
<groupId>org.avaje</groupId>
1111
<artifactId>java8-oss</artifactId>
12-
<version>2.2</version>
12+
<version>2.3</version>
1313
</parent>
1414

1515
<scm>
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>io.avaje</groupId>
4343
<artifactId>avaje-inject</artifactId>
44-
<version>1.0</version>
44+
<version>4.0</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>1.0</version>
53+
<version>4.0</version>
5454
<scope>provided</scope>
5555
</dependency>
5656

http-hibernate-validator/src/main/java/io/avaje/http/hibernate/validator/BeanValidator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import io.avaje.http.api.ValidationException;
55
import io.avaje.http.api.Validator;
66

7-
import javax.inject.Singleton;
7+
import jakarta.inject.Singleton;
88
import javax.validation.ConstraintViolation;
99
import javax.validation.Path;
1010
import javax.validation.Validation;

0 commit comments

Comments
 (0)