From 7e68628243d8559c065061e55b7f1ea7c036da6c Mon Sep 17 00:00:00 2001 From: Santiago Pericasgeertsen Date: Fri, 8 Sep 2023 09:42:39 -0400 Subject: [PATCH] - Updates version of Micronaut libraries. The new Micronaut core library depends on Snakeyaml 2.0. Micronaut data 3.4.3 is the highest release version we can use without bringing unwanted javax dependencies. - Does not exclude the validation API to avoid class not found exceptions in simple Micronaut tests --- dependencies/pom.xml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/dependencies/pom.xml b/dependencies/pom.xml index d6685e8fd43..cf2600e8921 100644 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -103,9 +103,9 @@ 2.10 1.11.3 1.11.3 - 3.4.3 - 3.3.0 - 4.4.0 + 3.8.7 + 3.4.3 + 4.8.0 3.0.3 @@ -1251,10 +1251,6 @@ com.google.code.findbugs jsr305 - - javax.validation - validation-api -