Skip to content

Commit a36b905

Browse files
Uplifted the amqp-client version to 5.20.0 (#282)
1 parent 1b0359f commit a36b905

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
- Implemented the changes to log the eventId and HTTPStatus while the level is INFO.
33
- Implemented the changes to print the user information while the log level is INFO.
44
- Made changes to resolve extra RabbitMQ connection issue.
5+
- Uplifted the amqp-client version to 5.20.0
56

67
## 2.1.0
78
- Implemented new routing key template for Sepia.

publish-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<dependency>
9393
<groupId>com.rabbitmq</groupId>
9494
<artifactId>amqp-client</artifactId>
95-
<version>5.18.0</version>
95+
<version>5.20.0</version>
9696
<scope>compile</scope>
9797
</dependency>
9898
<dependency>

0 commit comments

Comments
 (0)