Skip to content

Commit ec1f496

Browse files
Update dependency org.springframework:spring-web to v6
1 parent 83c2c81 commit ec1f496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ configure(rootProject) {
8181

8282
dependencies {
8383
testImplementation("com.rabbitmq:http-client:$rabbitmq_http_client_version")
84-
testImplementation("org.springframework:spring-web:5.3.31")
84+
testImplementation("org.springframework:spring-web:6.1.12")
8585
testImplementation("org.apache.httpcomponents.client5:httpclient5:$httpclient_version")
8686
testImplementation("org.testcontainers:testcontainers:$testcontainers_version")
8787
testImplementation("org.testcontainers:junit-jupiter:$testcontainers_version")

0 commit comments

Comments
 (0)