Skip to content

Commit 2b1f8c9

Browse files
Bump org.springframework:spring-webflux from 6.2.17 to 6.2.18
Bumps [org.springframework:spring-webflux](https://github.com/spring-projects/spring-framework) from 6.2.17 to 6.2.18. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.2.17...v6.2.18) --- updated-dependencies: - dependency-name: org.springframework:spring-webflux dependency-version: 6.2.18 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 21cb1f1 commit 2b1f8c9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424

2525
implementation 'org.openapitools:jackson-databind-nullable:0.2.9'
2626

27-
implementation 'org.springframework:spring-webflux:6.2.17'
27+
implementation 'org.springframework:spring-webflux:6.2.18'
2828
implementation ('io.projectreactor.netty:reactor-netty:1.3.4') {
2929
exclude group: 'io.netty', module: 'netty-codec-http'
3030
}
@@ -39,11 +39,11 @@ dependencies {
3939
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
4040
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.2'
4141
testImplementation 'org.mockito:mockito-core:5.21.0'
42-
testImplementation 'org.springframework:spring-test:6.2.17'
42+
testImplementation 'org.springframework:spring-test:6.2.18'
4343
testImplementation 'io.projectreactor:reactor-test:3.8.2'
4444
testImplementation 'com.squareup.okhttp3:mockwebserver3:5.3.2'
4545

46-
testRuntimeOnly 'org.springframework:spring-context:6.2.17'
46+
testRuntimeOnly 'org.springframework:spring-context:6.2.18'
4747
}
4848

4949
test {

0 commit comments

Comments
 (0)