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