Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Security upgrade com.fasterxml.jackson.core:jackson-databind from 2.9.10.1 to 2.13.2.1 #55

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-2421244
  • Loading branch information
snyk-bot committed Mar 26, 2022
commit daaaef7b6de55d7fbd5de4ad895e6973d087a638
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.10.1</version>
<version>2.13.2.1</version>
</dependency>
<dependency>
<groupId>org.azeckoski</groupId>
Expand Down Expand Up @@ -1000,9 +1000,9 @@
<version>2.10.3</version>
<configuration>
<docfilessubdirs>true</docfilessubdirs>
<bottom>&lt;em&gt;&lt;small&gt; Generated ${TIMESTAMP} NOTE - these libraries are in active development and subject to change&lt;/small&gt;&lt;/em&gt;</bottom>
<header>&lt;a href="http:https://www.openmrs.org" target=_top&gt;&lt;img src="resources/openmrs-logo-small.gif" border=0/&gt;&lt;/a&gt;</header>
<footer>&lt;a href="http:https://www.openmrs.org" target=_top&gt;${project.name}&lt;/a&gt;</footer>
<bottom>&lt;em>&lt;small> Generated ${TIMESTAMP} NOTE - these libraries are in active development and subject to change&lt;/small>&lt;/em></bottom>
<header>&lt;a href="http:https://www.openmrs.org" target=_top>&lt;img src="resources/openmrs-logo-small.gif" border=0/>&lt;/a></header>
<footer>&lt;a href="http:https://www.openmrs.org" target=_top>${project.name}&lt;/a></footer>
</configuration>
</plugin>
<plugin>
Expand Down