From a0fd8ca0c7c88b0defd083d98dd8ac826970b558 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 00:58:46 +0000 Subject: [PATCH] fix(deps): update dependency io.projectreactor:reactor-core to v3.6.5 --- servlet-hello-world/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servlet-hello-world/build.gradle b/servlet-hello-world/build.gradle index 1a92654..77bfb88 100644 --- a/servlet-hello-world/build.gradle +++ b/servlet-hello-world/build.gradle @@ -2,7 +2,7 @@ def jettyVersion = '9.4.54.v20240208' dependencies { implementation "com.graphql-java-kickstart:graphql-java-servlet:$LIB_GRAPHQL_SERVLET_VER" - implementation "io.projectreactor:reactor-core:3.6.4" + implementation "io.projectreactor:reactor-core:3.6.5" implementation 'ch.qos.logback:logback-classic:1.5.5' implementation 'org.slf4j:slf4j-simple:2.0.12' implementation "org.eclipse.jetty:jetty-webapp:${jettyVersion}"