This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch karaf-4.4.x
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/karaf-4.4.x by this push:
new 1391958ec4 KARAF-7875: Upgrade to dom4j 2.1.4
1391958ec4 is described below
commit 1391958ec47342bc332634cf52e6cf276cf48960
Author: pleeplop <[email protected]>
AuthorDate: Thu Oct 17 20:33:09 2024 +0200
KARAF-7875: Upgrade to dom4j 2.1.4
(cherry picked from commit 5a80f254c97de614221d87f01a797af8c1670e4e)
---
assemblies/features/enterprise/src/main/feature/feature.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/assemblies/features/enterprise/src/main/feature/feature.xml
b/assemblies/features/enterprise/src/main/feature/feature.xml
index 2d83360aa0..bd275367a0 100644
--- a/assemblies/features/enterprise/src/main/feature/feature.xml
+++ b/assemblies/features/enterprise/src/main/feature/feature.xml
@@ -176,7 +176,7 @@ com.atomikos.icatch.log_base_dir=${karaf.data}/atomikos
<bundle>mvn:org.jboss.spec.javax.transaction/jboss-transaction-api_1.2_spec/1.1.1.Final</bundle>
<bundle>mvn:org.jboss/jandex/2.4.2.Final</bundle>
<bundle>mvn:com.fasterxml/classmate/1.5.1</bundle>
- <bundle>wrap:mvn:org.dom4j/dom4j/2.1.1</bundle>
+ <bundle>wrap:mvn:org.dom4j/dom4j/2.1.4</bundle>
<bundle>mvn:org.hibernate.common/hibernate-commons-annotations/5.1.2.Final</bundle>
<bundle>mvn:org.hibernate/hibernate-core/${hibernate.version}</bundle>
<bundle>mvn:javax.interceptor/javax.interceptor-api/1.2.2</bundle>