Skip to content

Commit 483ebee

Browse files
committed
Bump Jackson to 2.21.5 per Codacy recommendation.
1 parent 89e6f8e commit 483ebee

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@
6767
<dependency>
6868
<groupId>com.fasterxml.jackson.core</groupId>
6969
<artifactId>jackson-core</artifactId>
70-
<version>2.21.4</version>
70+
<version>2.21.5</version>
7171
</dependency>
72-
<!-- override jackson-databind from 2.21.1 to 2.21.4 pulled in through hapi-fhir 8.10.0 due to critical vulns -->
72+
<!-- override jackson-databind from 2.21.1 to 2.21.5 pulled in through hapi-fhir 8.10.0 due to critical vulns -->
7373
<dependency>
7474
<groupId>com.fasterxml.jackson.core</groupId>
7575
<artifactId>jackson-databind</artifactId>
76-
<version>2.21.4</version>
76+
<version>2.21.5</version>
7777
</dependency>
7878
<dependency>
7979
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)