From 040294ce4a170ba7cabfc4e7958d1d43502ebcad Mon Sep 17 00:00:00 2001 From: Russ Poetker Date: Mon, 6 Apr 2026 14:08:54 -0400 Subject: [PATCH] Update deps for secops --- pass-core-main/pom.xml | 6 ------ pom.xml | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 6 deletions(-) diff --git a/pass-core-main/pom.xml b/pass-core-main/pom.xml index 90742f47..0ea56f3c 100644 --- a/pass-core-main/pom.xml +++ b/pass-core-main/pom.xml @@ -114,12 +114,6 @@ org.apache.activemq artemis-jakarta-server - - - commons-logging - commons-logging - - diff --git a/pom.xml b/pom.xml index 15b37867..d4127c87 100644 --- a/pom.xml +++ b/pom.xml @@ -231,6 +231,42 @@ 3.52.0 + + + + + + + + org.springframework.security + spring-security-web + 6.5.9 + + + + + org.apache.activemq + artemis-jakarta-server + 2.53.0 + + + commons-logging + commons-logging + + + + + org.apache.activemq + artemis-jakarta-client + 2.53.0 + + + commons-logging + commons-logging + + + +