Skip to content

Commit aa851f5

Browse files
Update dependency org.springframework:spring-web to v6
1 parent 89b37d5 commit aa851f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737
testImplementation 'org.mockito:mockito-inline:4.11.0'
3838
testImplementation 'org.hamcrest:hamcrest-all:1.3'
3939
testImplementation 'org.springframework:spring-test:5.3.26'
40-
testImplementation 'org.springframework:spring-web:5.3.26'
40+
testImplementation 'org.springframework:spring-web:6.2.17'
4141
}
4242

4343
test {

0 commit comments

Comments
 (0)