@@ -25,7 +25,7 @@ For instance, with Maven, add the following dependency to your POM file:
2525<dependency>
2626 <groupId>com.solace.quarkus</groupId>
2727 <artifactId>quarkus-solace-client</artifactId>
28- <version>3.2 .0</version>
28+ <version>3.3 .0</version>
2929</dependency>
3030----
3131
@@ -42,11 +42,11 @@ For instance, with Maven, add the following dependency to your POM file:
4242<dependency>
4343 <groupId>com.solace.quarkus</groupId>
4444 <artifactId>quarkus-solace-messaging-connector</artifactId>
45- <version>3.2 .0</version>
45+ <version>3.3 .0</version>
4646</dependency>
4747----
4848
49- NOTE: Solace Quarkus Extension 3.2 .0 is based on Quarkus 3.15.x with Java 17 as baseline .
49+ NOTE: Solace Quarkus Extension 3.3 .0 is based on Quarkus 3.27.x .
5050
5151Starting from 3.2.0 the extension also supports Solace JCSMP API alongside Solace Java Messaging API. This extension can be used in two ways
5252
@@ -63,7 +63,7 @@ For instance, with Maven, add the following dependency to your POM file:
6363<dependency>
6464 <groupId>com.solace.quarkus</groupId>
6565 <artifactId>quarkus-solace-jcsmp-client</artifactId>
66- <version>3.2 .0</version>
66+ <version>3.3 .0</version>
6767</dependency>
6868----
6969
@@ -80,7 +80,7 @@ For instance, with Maven, add the following dependency to your POM file:
8080<dependency>
8181 <groupId>com.solace.quarkus</groupId>
8282 <artifactId>quarkus-solace-jcsmp-messaging-connector</artifactId>
83- <version>3.2 .0</version>
83+ <version>3.3 .0</version>
8484</dependency>
8585----
8686
0 commit comments