Skip to content

Commit eaf998e

Browse files
authored
Merge pull request #172 from SentryMan/valid
Update Validator Plugin (Jakarta)
2 parents e519b87 + 47230f6 commit eaf998e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

http-hibernate-validator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>io.avaje</groupId>
4545
<artifactId>avaje-inject</artifactId>
46-
<version>8.12-RC1</version>
46+
<version>8.13</version>
4747
<scope>provided</scope>
4848
</dependency>
4949

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ public Class<?>[] provides() {
1515

1616
@Override
1717
public void apply(BeanScopeBuilder builder) {
18-
builder.provideDefault(Validator.class, BeanValidator::new);
18+
builder.provideDefault(null, Validator.class, BeanValidator::new);
1919
}
2020
}

0 commit comments

Comments
 (0)