Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency io.micronaut.validation:micronaut-validation-bom to v4.8.0 #1453

Open
wants to merge 3 commits into
base: 6.0.x
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Micronaut

micronaut = "4.6.5"
micronaut = "4.7.0"
micronaut-docs = "2.0.0"
micronaut-gradle-plugin = "4.4.3"
micronaut-test-resources = "2.6.2"
Expand All @@ -18,7 +18,7 @@ micronaut-reactor = "3.5.0"
micronaut-serde = "2.11.1"
micronaut-spring = "5.8.0"
micronaut-test = "4.5.0"
micronaut-validation = "4.7.0"
micronaut-validation = "4.8.0"

# Frameworks

Expand Down
Loading