Skip to content

Commit 8fa6265

Browse files
fix(deps): update dependency io.projectreactor:reactor-core to v3.7.0 (#347)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5c993b3 commit 8fa6265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: servlet-hello-world/build.gradle

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

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

0 commit comments

Comments
 (0)