This is an automated email from the ASF dual-hosted git repository.
apkhmv pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/main by this push:
new b8e2ce5005 IGNITE-19027 Update micronaut versions (#1791)
b8e2ce5005 is described below
commit b8e2ce5005850535544d546bdf77b4f52af7ab45
Author: Vadim Pakhnushev <[email protected]>
AuthorDate: Tue Mar 14 19:43:20 2023 +0300
IGNITE-19027 Update micronaut versions (#1791)
---
gradle/libs.versions.toml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index c8452230b0..d932e3ace0 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -23,7 +23,7 @@ fliptables = "1.1.0"
jackson = "2.13.1"
jakarta = "2.0.0"
jansi = "2.4.0"
-netty = "4.1.70.Final"
+netty = "4.1.87.Final"
javapoet = "1.13.0"
javax = "1.3.2"
jetbrainsAnnotations = "20.1.0"
@@ -35,9 +35,9 @@ okhttp = "4.9.1"
gson = "2.8.9"
gsonFire = "1.8.5"
threetenbp = "1.5.2"
-micronaut = "3.7.5"
-micronautPicocli = "4.1.0"
-micronautJunit5 = "3.4.0"
+micronaut = "3.8.5"
+micronautPicocli = "4.3.0"
+micronautJunit5 = "3.9.0"
micronautSecurity="3.9.2"
micronautReactor="2.5.0"
mockito = "4.3.1"