Skip to content

Commit

Permalink
Update dependency com.rabbitmq:amqp-client to v5.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 12, 2021
1 parent 44188eb commit 8d56512
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion application/consumer-rabbitmq-quarkus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<groupId>webapp.3tier.k8s</groupId>
<artifactId>consumer-rabbitmq-quarkus</artifactId>
<properties>
<amqp-client.version>5.12.0</amqp-client.version>
<amqp-client.version>5.13.1</amqp-client.version>
<rabbitmq-mock.version>1.1.1</rabbitmq-mock.version>
</properties>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion application/jaxrs-rabbitmq-quarkus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<groupId>webapp.3tier.k8s</groupId>
<artifactId>jaxrs-rabbitmq-quarkus</artifactId>
<properties>
<amqp-client.version>5.12.0</amqp-client.version>
<amqp-client.version>5.13.1</amqp-client.version>
<rabbitmq-mock.version>1.1.1</rabbitmq-mock.version>
</properties>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion application/web-java-openliberty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<slf4j-log4j12.version>1.7.32</slf4j-log4j12.version>
<hazelcast.version>4.2.2</hazelcast.version>
<jedis.version>3.6.1</jedis.version>
<amqp-client.version>5.12.0</amqp-client.version>
<amqp-client.version>5.13.1</amqp-client.version>
<memcached-Java-Client.version>3.0.2</memcached-Java-Client.version>
<rabbitmq-jms.version>2.3.0</rabbitmq-jms.version>

Expand Down

0 comments on commit 8d56512

Please sign in to comment.