Skip to content

Commit

Permalink
Update dependency org.springframework:spring-web to v5.3.35
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 16, 2024
1 parent 83c2c81 commit 38a28c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ configure(rootProject) {

dependencies {
testImplementation("com.rabbitmq:http-client:$rabbitmq_http_client_version")
testImplementation("org.springframework:spring-web:5.3.31")
testImplementation("org.springframework:spring-web:5.3.35")
testImplementation("org.apache.httpcomponents.client5:httpclient5:$httpclient_version")
testImplementation("org.testcontainers:testcontainers:$testcontainers_version")
testImplementation("org.testcontainers:junit-jupiter:$testcontainers_version")
Expand Down

0 comments on commit 38a28c8

Please sign in to comment.