Skip to content

Commit

Permalink
Update hibernate-validator to 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo committed Sep 19, 2023
1 parent 32bd13f commit c27228d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Airbase 145
- opentelemetry to 1.30.1 (from 1.26.0)
- opentelemetry-instrumentation to 1.30.0 (from 1.25.1)
- checkstyle 10.12.3 (from 10.12.1)
- hibernate-validator 8.0.1 (from 8.0.0)

Airbase 144

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

<dependency>
Expand Down

0 comments on commit c27228d

Please sign in to comment.