Skip to content

Commit 3177369

Browse files
Update hibernate validator (#1636)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f1ff990 commit 3177369

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
<dependency>
226226
<groupId>org.hibernate.validator</groupId>
227227
<artifactId>hibernate-validator</artifactId>
228-
<version>9.1.0.Final</version>
228+
<version>9.1.1.Final</version>
229229
<scope>test</scope>
230230
</dependency>
231231
</dependencies>
@@ -448,7 +448,7 @@
448448
<dependency>
449449
<groupId>org.hibernate.validator</groupId>
450450
<artifactId>hibernate-validator</artifactId>
451-
<version>9.1.0.Final</version>
451+
<version>9.1.1.Final</version>
452452
<scope>runtime</scope>
453453
</dependency>
454454
<dependency>

0 commit comments

Comments
 (0)