Skip to content

Commit

Permalink
Update dom4j library
Browse files Browse the repository at this point in the history
to fix a potential security issue
  • Loading branch information
mgmax committed Dec 26, 2023
1 parent 0ec0008 commit cbf1941
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@
<version>0.5.3</version>
</dependency>
<dependency>
<groupId>dom4j</groupId>
<groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>1.6.1</version>
<version>2.1.4</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down

0 comments on commit cbf1941

Please sign in to comment.