We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83c2c81 commit ec1f496Copy full SHA for ec1f496
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.31")
+ testImplementation("org.springframework:spring-web:6.1.12")
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