Skip to content

Commit

Permalink
fix: dhis-2/dhis-web-server/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-ORGAPACHETOMCATEMBED-8547999
  • Loading branch information
snyk-bot committed Dec 23, 2024
1 parent 08018e1 commit d848eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dhis-2/dhis-web-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<properties>
<rootDir>../</rootDir>
<build.time>${maven.build.timestamp}</build.time>
<tomcat.version>10.1.31</tomcat.version>
<tomcat.version>10.1.34</tomcat.version>
<jib.version>3.4.4</jib.version>
<jib.from.image>tomcat:${tomcat.version}-jre17</jib.from.image>
<jib.to.image>dhis2/core-dev:local</jib.to.image>
Expand Down

0 comments on commit d848eed

Please sign in to comment.