We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b0359f commit a36b905Copy full SHA for a36b905
CHANGELOG.md
@@ -2,6 +2,7 @@
2
- Implemented the changes to log the eventId and HTTPStatus while the level is INFO.
3
- Implemented the changes to print the user information while the log level is INFO.
4
- Made changes to resolve extra RabbitMQ connection issue.
5
+- Uplifted the amqp-client version to 5.20.0
6
7
## 2.1.0
8
- Implemented new routing key template for Sepia.
publish-common/pom.xml
@@ -92,7 +92,7 @@
92
<dependency>
93
<groupId>com.rabbitmq</groupId>
94
<artifactId>amqp-client</artifactId>
95
- <version>5.18.0</version>
+ <version>5.20.0</version>
96
<scope>compile</scope>
97
</dependency>
98
0 commit comments