Skip to content

Commit 051478a

Browse files
authored
Bump jackson libraries from version 2.12.5 to version 2.13.2 (#547)
* Bump jackson libraries from version 2.12.5 to version 2.13.2 Issue#95293 CVE-2020-36518 #GXSEC * Bump jackson-databind from version 2.13.2 to version 2.13.2.1 Issue#95293 CVE-2020-36518 #GXSEC
1 parent 2a88981 commit 051478a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gxawsserverless/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>com.fasterxml.jackson.core</groupId>
6868
<artifactId>jackson-databind</artifactId>
69-
<version>${jackson.version}</version>
69+
<version>2.13.2.1</version>
7070
</dependency>
7171

7272
<dependency>

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
<dependency>
114114
<groupId>com.fasterxml.jackson.core</groupId>
115115
<artifactId>jackson-databind</artifactId>
116-
<version>${jackson.version}</version>
116+
<version>2.13.2.1</version>
117117
</dependency>
118118
<dependency>
119119
<groupId>com.google.apis</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1818
<jersey.javax.version>2.34</jersey.javax.version>
1919
<jersey.jakarta.version>3.0.1</jersey.jakarta.version>
20-
<jackson.version>2.12.5</jackson.version>
20+
<jackson.version>2.13.2</jackson.version>
2121
<junit.version>4.13.2</junit.version>
2222
</properties>
2323

0 commit comments

Comments
 (0)