Skip to content

Commit

Permalink
Merge pull request #172 from SentryMan/valid
Browse files Browse the repository at this point in the history
Update Validator Plugin (Jakarta)
  • Loading branch information
rbygrave authored Mar 2, 2023
2 parents e519b87 + 47230f6 commit eaf998e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion http-hibernate-validator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-inject</artifactId>
<version>8.12-RC1</version>
<version>8.13</version>
<scope>provided</scope>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ public Class<?>[] provides() {

@Override
public void apply(BeanScopeBuilder builder) {
builder.provideDefault(Validator.class, BeanValidator::new);
builder.provideDefault(null, Validator.class, BeanValidator::new);
}
}

0 comments on commit eaf998e

Please sign in to comment.