This is an automated email from the ASF dual-hosted git repository.
jungm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/johnzon.git
The following commit(s) were added to refs/heads/master by this push:
new cd3aafc1 Bump org.apache.tomcat:tomcat-websocket in /johnzon-websocket
(#126)
cd3aafc1 is described below
commit cd3aafc1e720f6cf0bc8c0ceacbce96ecd106139
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 12 07:55:37 2024 +0200
Bump org.apache.tomcat:tomcat-websocket in /johnzon-websocket (#126)
Bumps org.apache.tomcat:tomcat-websocket from 10.1.4 to 10.1.19.
---
updated-dependencies:
- dependency-name: org.apache.tomcat:tomcat-websocket
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
johnzon-websocket/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/johnzon-websocket/pom.xml b/johnzon-websocket/pom.xml
index de2862cb..c0d41394 100644
--- a/johnzon-websocket/pom.xml
+++ b/johnzon-websocket/pom.xml
@@ -29,7 +29,7 @@
<name>Johnzon :: WebSocket</name>
<properties>
- <tomcat.version>10.1.4</tomcat.version>
+ <tomcat.version>10.1.19</tomcat.version>
<tomee.version>9.0.0</tomee.version>
<staging.directory>${project.parent.reporting.outputDirectory}</staging.directory>
</properties>