Skip to content

Commit a92273f

Browse files
authored
Merge pull request #609 from viartemev/renovate/rabbitmq_http_client_version
fix(deps): update dependency com.rabbitmq:http-client to v5.3.0
2 parents 7088873 + 54d5e6b commit a92273f

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
@@ -5,7 +5,7 @@ buildscript {
55
junit_jupiter_version = "5.10.1"
66
testcontainers_version = "1.20.6"
77
httpclient_version = "5.4.3"
8-
rabbitmq_http_client_version = "5.2.0"
8+
rabbitmq_http_client_version = "5.3.0"
99
}
1010

1111
repositories {

0 commit comments

Comments
 (0)