Skip to content

Commit b5f7a3f

Browse files
committed
fix(deps): update dependency io.projectreactor:reactor-core to v3.6.5
1 parent 48c1e59 commit b5f7a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servlet-hello-world/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ def jettyVersion = '9.4.54.v20240208'
22

33
dependencies {
44
implementation "com.graphql-java-kickstart:graphql-java-servlet:$LIB_GRAPHQL_SERVLET_VER"
5-
implementation "io.projectreactor:reactor-core:3.6.4"
5+
implementation "io.projectreactor:reactor-core:3.6.5"
66
implementation 'ch.qos.logback:logback-classic:1.5.5'
77
implementation 'org.slf4j:slf4j-simple:2.0.12'
88
implementation "org.eclipse.jetty:jetty-webapp:${jettyVersion}"

0 commit comments

Comments
 (0)