Skip to content

Commit

Permalink
Update dependency jakarta.validation:jakarta.validation-api to v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 2, 2025
1 parent afaf353 commit 9b477dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ri-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>jakarta.validation</groupId>
<artifactId>jakarta.validation-api</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
<scope>provided</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion ri/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>jakarta.validation</groupId>
<artifactId>jakarta.validation-api</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 9b477dc

Please sign in to comment.