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-ORGFHIR-8515880
  • Loading branch information
snyk-bot committed Dec 26, 2024
1 parent 6ee60ea commit 05d5a49
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>3.14.0</cqframework.version>
<cqframework.version>3.20.0</cqframework.version>
</properties>

<distributionManagement>
Expand Down

0 comments on commit 05d5a49

Please sign in to comment.