Skip to content

Commit c05888b

Browse files
committed
fix(deps): update dependency io.projectreactor:reactor-core to v3.5.11
1 parent 063cd28 commit c05888b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servlet-hello-world/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ def jettyVersion = '9.4.53.v20231009'
22

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

0 commit comments

Comments
 (0)