Skip to content

Commit 3b7f8a4

Browse files
Bump org.springframework:spring-webflux from 6.2.12 to 7.0.1
Bumps [org.springframework:spring-webflux](https://github.com/spring-projects/spring-framework) from 6.2.12 to 7.0.1. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.2.12...v7.0.1) --- updated-dependencies: - dependency-name: org.springframework:spring-webflux dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 30f2a03 commit 3b7f8a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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.8'
2626

27-
implementation 'org.springframework:spring-webflux:6.2.12'
27+
implementation 'org.springframework:spring-webflux:7.0.1'
2828
implementation 'io.projectreactor.netty:reactor-netty:1.2.11'
2929
implementation 'com.fasterxml.jackson.core:jackson-core:2.20.1'
3030
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.20'
@@ -35,11 +35,11 @@ dependencies {
3535
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
3636
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.1'
3737
testImplementation 'org.mockito:mockito-core:5.20.0'
38-
testImplementation 'org.springframework:spring-test:6.2.12'
38+
testImplementation 'org.springframework:spring-test:7.0.1'
3939
testImplementation 'io.projectreactor:reactor-test:3.8.0'
4040
testImplementation 'com.squareup.okhttp3:mockwebserver3:5.3.2'
4141

42-
testRuntimeOnly 'org.springframework:spring-context:6.2.12'
42+
testRuntimeOnly 'org.springframework:spring-context:7.0.1'
4343
}
4444

4545
test {

0 commit comments

Comments
 (0)