Skip to content

Commit

Permalink
AYS-292 | Vulnerable dependency excluded.
Browse files Browse the repository at this point in the history
  • Loading branch information
cagla88 committed Sep 12, 2024
1 parent 3bb38e7 commit bb2423f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<junit.version>4.13.2</junit.version>
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<logback-classic.version>1.5.0</logback-classic.version>
<logback-classic.version>1.5.8</logback-classic.version>
<commons-compress.version>1.27.1</commons-compress.version>
<pdfbox.version>3.0.3</pdfbox.version>
</properties>
Expand Down Expand Up @@ -171,6 +171,12 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<exclusions>
<exclusion>
<groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
</exclusions>
<version>${logback-classic.version}</version>
</dependency>

Expand Down

0 comments on commit bb2423f

Please sign in to comment.