Skip to content

Commit

Permalink
DBACLD-164330: [CVE] [High] CVE-2021-33813 and more jdom-1.1.3.redhat…
Browse files Browse the repository at this point in the history
…-3.jar (#1433)
  • Loading branch information
akumar074 authored Jan 31, 2025
1 parent 8d0e4b5 commit 3f4f37b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion uberfire-backend/uberfire-backend-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<!-- XML parsing -->
<dependency>
<groupId>org.jdom</groupId>
<artifactId>jdom</artifactId>
<artifactId>jdom2</artifactId>
</dependency>

<!-- KIE Commons IO -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
import javax.enterprise.context.ApplicationScoped;

import org.apache.commons.lang3.StringUtils;
import org.jdom.Document;
import org.jdom.Element;
import org.jdom.input.SAXBuilder;
import org.jdom2.Document;
import org.jdom2.Element;
import org.jdom2.input.SAXBuilder;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.uberfire.backend.server.WebAppListener;
Expand Down

0 comments on commit 3f4f37b

Please sign in to comment.