Skip to content

Commit

Permalink
build(version-upgrade): update jococo from 0.8.8 to 0.8.10 (#52)
Browse files Browse the repository at this point in the history
This commit addresses the vulnerability of codehaus which is a transitive dependency through jococo. The vulnerability in codehaus states that the text contained in the command string could be interpreted as XML and allow for XML injection.

closes #51
  • Loading branch information
sufyankhanrao committed Oct 5, 2023
1 parent b39a9a6 commit 2324626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.8</version>
<version>0.8.10</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 2324626

Please sign in to comment.