This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/main by this push:
new d92473724 AMQ-9367: Upgrade to jakarta.websocket-api 2.1.1
new 1d0a6d647 Merge pull request #1093 from jbonofre/AMQ-9367
d92473724 is described below
commit d9247372483cf815fa8d3d0e3352380d1fe61a40
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sun Oct 22 16:29:20 2023 +0200
AMQ-9367: Upgrade to jakarta.websocket-api 2.1.1
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 9c1629dfc..547dfd974 100644
--- a/pom.xml
+++ b/pom.xml
@@ -475,7 +475,7 @@
<dependency>
<groupId>jakarta.websocket</groupId>
<artifactId>jakarta.websocket-api</artifactId>
- <version>2.1.0</version>
+ <version>2.1.1</version>
</dependency>
<!-- =============================== -->