Skip to content

Commit

Permalink
Update Micronaut Hibernate Validator to 4.7.0 (#448)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.7.1
* fix(deps): update dependency io.micronaut.validation:micronaut-validation-bom to v4.8.0
  • Loading branch information
sdelamo authored Nov 4, 2024
1 parent e5dde22 commit 50ea8a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[versions]
micronaut = "4.6.6"
micronaut = "4.7.1"
micronaut-docs = "2.0.0"
managed-hibernate-validator = '8.0.1.Final'

micronaut-serde = "2.11.0"
micronaut-test = "4.5.0"
micronaut-validation = "4.7.0"
micronaut-validation = "4.8.0"

[libraries]
# Core
Expand Down

0 comments on commit 50ea8a0

Please sign in to comment.