Skip to content

Commit

Permalink
fix: pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGAPACHECOMMONS-3043138
  • Loading branch information
snyk-bot committed Oct 4, 2023
1 parent 53806ec commit 403f2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<cqframework.version>2.4.0</cqframework.version>
<cqframework.version>3.2.0</cqframework.version>
</properties>

<distributionManagement>
Expand Down

0 comments on commit 403f2c1

Please sign in to comment.