Skip to content

Commit 6bcd0ff

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

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
@@ -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.5")
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)