Skip to content

Commit d9d458d

Browse files
committed
Set AMQP 0.9.1 Java client version to 5.26.0
1 parent c7b96ba commit d9d458d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

client-libraries/java-client.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ library.
5353

5454
### Latest Version
5555

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`.
5757

5858
### Adding Library Dependency
5959

@@ -66,15 +66,15 @@ If you're using Maven, add this dependency to the POM file of your project:
6666
<dependency>
6767
<groupId>com.rabbitmq</groupId>
6868
<artifactId>amqp-client</artifactId>
69-
<version>5.25.0</version>
69+
<version>5.26.0</version>
7070
</dependency>
7171
```
7272

7373
If using Gradle:
7474

7575
```groovy
7676
dependencies {
77-
compile 'com.rabbitmq:amqp-client:5.25.0'
77+
compile 'com.rabbitmq:amqp-client:5.26.0'
7878
}
7979
```
8080

@@ -102,20 +102,20 @@ source.
102102
<tr>
103103
<td>Binary, compiled for JDK 8 (Android 7.0) or newer</td>
104104
<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>
106106
</td>
107107
<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>
109109
</td>
110110
</tr>
111111

112112
<tr>
113113
<td>Source code</td>
114114
<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>
116116
</td>
117117
<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>
119119
</td>
120120
</tr>
121121
</table>
@@ -141,10 +141,10 @@ download it for off-line use:
141141
<tr>
142142
<td> A JAR file containing generated Javadoc documentation </td>
143143
<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>
145145
</td>
146146
<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>
148148
</td>
149149
</tr>
150150
</table>

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ const config = {
198198
},
199199

200200
// Client releases.
201-
java: '5.25.0',
201+
java: '5.26.0',
202202
dotnet: '7.0.0',
203203
},
204204
},

0 commit comments

Comments
 (0)