Skip to content

Commit

Permalink
fix(deps): update dependency org.hibernate.validator:hibernate-valida…
Browse files Browse the repository at this point in the history
…tor to v8.0.2.final
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent 8541aef commit da703e0
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion async/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<version>8.0.1.Final</version>
<version>8.0.2.Final</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion data-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<version>8.0.1.Final</version>
<version>8.0.2.Final</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion data-mongo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<version>8.0.1.Final</version>
<version>8.0.2.Final</version>
</dependency>

<!-- Jakarta EE 9 compatible Servlet container, eg. Tomcat 10, Eclipse Jetty 11 -->
Expand Down
2 changes: 1 addition & 1 deletion declarative-http-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<version>8.0.1.Final</version>
<version>8.0.2.Final</version>
</dependency>

<!-- Lombok -->
Expand Down
2 changes: 1 addition & 1 deletion events/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<version>8.0.1.Final</version>
<version>8.0.2.Final</version>
</dependency>
<dependency>
<groupId>org.glassfish.expressly</groupId>
Expand Down
2 changes: 1 addition & 1 deletion hibernate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<version>8.0.1.Final</version>
<version>8.0.2.Final</version>
</dependency>

<!-- Jakarta EE 9 compatible Servlet container, eg. Tomcat 10, Eclipse Jetty 11 -->
Expand Down
2 changes: 1 addition & 1 deletion jdk-http-client-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<version>8.0.1.Final</version>
<version>8.0.2.Final</version>
</dependency>

<!-- Lombok -->
Expand Down
2 changes: 1 addition & 1 deletion jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<version>8.0.1.Final</version>
<version>8.0.2.Final</version>
</dependency>
<dependency>
<groupId>jakarta.el</groupId>
Expand Down
2 changes: 1 addition & 1 deletion mvc-freemarker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<version>8.0.1.Final</version>
<version>8.0.2.Final</version>
</dependency>

<!-- Spring security -->
Expand Down
2 changes: 1 addition & 1 deletion problem-details/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<version>8.0.1.Final</version>
<version>8.0.2.Final</version>
</dependency>

<!-- Jackson -->
Expand Down
2 changes: 1 addition & 1 deletion rest-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<version>8.0.1.Final</version>
<version>8.0.2.Final</version>
</dependency>

<!-- Lombok -->
Expand Down

0 comments on commit da703e0

Please sign in to comment.