@@ -50,7 +50,7 @@ library.
50
50
51
51
### Latest Version
52
52
53
- The current release of the RabbitMQ Java client is ` 5.13.1 ` .
53
+ The current release of the RabbitMQ Java client is ` 5.14.0 ` .
54
54
55
55
### Adding Library Dependency
56
56
@@ -63,15 +63,15 @@ If you're using Maven, add this dependency to the POM file of your project:
63
63
< ; dependency> ;
64
64
< ; groupId> ; com.rabbitmq< ; /groupId> ;
65
65
< ; artifactId> ; amqp-client< ; /artifactId> ;
66
- < ; version> ; 5.13.1 < ; /version> ;
66
+ < ; version> ; 5.14.0 < ; /version> ;
67
67
< ; /dependency> ;
68
68
</pre >
69
69
70
70
If using Gradle:
71
71
72
72
<pre class =" lang-groovy " >
73
73
dependencies {
74
- compile 'com.rabbitmq:amqp-client:5.13.1 '
74
+ compile 'com.rabbitmq:amqp-client:5.14.0 '
75
75
}
76
76
</pre >
77
77
@@ -99,20 +99,20 @@ source.
99
99
<tr >
100
100
<td>Binary, compiled for JDK 8 (Android 7.0) or newer</td>
101
101
<td>
102
- <a href="https://repo1.maven.org/maven2/com/rabbitmq/amqp-client/5.13.1 /amqp-client-5.13.1 .jar">amqp-client-5.13.1 .jar</a>
102
+ <a href="https://repo1.maven.org/maven2/com/rabbitmq/amqp-client/5.14.0 /amqp-client-5.14.0 .jar">amqp-client-5.14.0 .jar</a>
103
103
</td>
104
104
<td>
105
- <a href="https://repo1.maven.org/maven2/com/rabbitmq/amqp-client/5.13.1 /amqp-client-5.13.1 .jar.asc">Signature file</a>
105
+ <a href="https://repo1.maven.org/maven2/com/rabbitmq/amqp-client/5.14.0 /amqp-client-5.14.0 .jar.asc">Signature file</a>
106
106
</td>
107
107
</tr >
108
108
109
109
<tr >
110
110
<td>Source code</td>
111
111
<td>
112
- <a href="https://repo1.maven.org/maven2/com/rabbitmq/amqp-client/5.13.1 /amqp-client-5.13.1 -sources.jar">amqp-client-5.13.1 -sources.jar</a>
112
+ <a href="https://repo1.maven.org/maven2/com/rabbitmq/amqp-client/5.14.0 /amqp-client-5.14.0 -sources.jar">amqp-client-5.14.0 -sources.jar</a>
113
113
</td>
114
114
<td>
115
- <a href="https://repo1.maven.org/maven2/com/rabbitmq/amqp-client/5.13.1 /amqp-client-5.13.1 -sources.jar.asc">Signature file</a>
115
+ <a href="https://repo1.maven.org/maven2/com/rabbitmq/amqp-client/5.14.0 /amqp-client-5.14.0 -sources.jar.asc">Signature file</a>
116
116
</td>
117
117
</tr >
118
118
</table >
@@ -138,10 +138,10 @@ download it for off-line use:
138
138
<tr >
139
139
<td> A JAR file containing generated Javadoc documentation </td>
140
140
<td>
141
- <a href="https://repo1.maven.org/maven2/com/rabbitmq/amqp-client/5.13.1 /amqp-client-5.13.1 -javadoc.jar">amqp-client-5.13.1 -javadoc.jar</a>
141
+ <a href="https://repo1.maven.org/maven2/com/rabbitmq/amqp-client/5.14.0 /amqp-client-5.14.0 -javadoc.jar">amqp-client-5.14.0 -javadoc.jar</a>
142
142
</td>
143
143
<td>
144
- <a href="https://repo1.maven.org/maven2/com/rabbitmq/amqp-client/5.13.1 /amqp-client-5.13.1 -javadoc.jar.asc">Signature file</a>
144
+ <a href="https://repo1.maven.org/maven2/com/rabbitmq/amqp-client/5.14.0 /amqp-client-5.14.0 -javadoc.jar.asc">Signature file</a>
145
145
</td>
146
146
</tr >
147
147
</table >
0 commit comments