Skip to content

Commit 667ebb2

Browse files
Bump org.springframework:spring-context from 6.2.14 to 7.0.2
Bumps [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) from 6.2.14 to 7.0.2. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.2.14...v7.0.2) --- updated-dependencies: - dependency-name: org.springframework:spring-context dependency-version: 7.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 843b6d9 commit 667ebb2

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

27-
implementation 'org.springframework:spring-webflux:6.2.14'
27+
implementation 'org.springframework:spring-webflux:7.0.2'
2828
implementation ('io.projectreactor.netty:reactor-netty:1.3.1') {
2929
exclude group: 'io.netty', module: 'netty-codec-http'
3030
}
@@ -38,11 +38,11 @@ dependencies {
3838
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
3939
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.1'
4040
testImplementation 'org.mockito:mockito-core:5.21.0'
41-
testImplementation 'org.springframework:spring-test:6.2.14'
41+
testImplementation 'org.springframework:spring-test:7.0.2'
4242
testImplementation 'io.projectreactor:reactor-test:3.8.0'
4343
testImplementation 'com.squareup.okhttp3:mockwebserver3:5.3.2'
4444

45-
testRuntimeOnly 'org.springframework:spring-context:6.2.14'
45+
testRuntimeOnly 'org.springframework:spring-context:7.0.2'
4646
}
4747

4848
test {

0 commit comments

Comments
 (0)