From da1bab9adc1b6ee14c0340d9acae52a0f6c79134 Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Tue, 10 May 2022 00:34:09 +0200 Subject: [PATCH] Update dependencies --- pom.xml | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index bf9c8c3..d116469 100644 --- a/pom.xml +++ b/pom.xml @@ -54,13 +54,18 @@ io.projectreactor reactor-bom - 2020.0.17 + 2020.0.18 pom import + + org.jetbrains + annotations + 23.0.0 + org.junit.jupiter junit-jupiter-api @@ -79,15 +84,10 @@ 5.8.2 test - - org.warp - common-utils - 1.1.8 - io.netty netty-tcnative-boringssl-static - 2.0.48.Final + 2.0.51.Final @@ -131,12 +131,12 @@ org.ow2.asm asm - 9.2 + 9.3 io.projectreactor reactor-core - + io.projectreactor reactor-tools @@ -177,6 +177,12 @@ ${record.builder.version} provided + + com.google.guava + guava + 31.1-jre + compile +