We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a54733 commit 72382ceCopy full SHA for 72382ce
build.gradle
@@ -81,7 +81,7 @@ configure(rootProject) {
81
82
dependencies {
83
testImplementation("com.rabbitmq:http-client:$rabbitmq_http_client_version")
84
- testImplementation("org.springframework:spring-web:5.3.39")
+ testImplementation("org.springframework:spring-web:6.2.6")
85
testImplementation("org.apache.httpcomponents.client5:httpclient5:$httpclient_version")
86
testImplementation("org.testcontainers:testcontainers:$testcontainers_version")
87
testImplementation("org.testcontainers:junit-jupiter:$testcontainers_version")
0 commit comments