Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Commit e61d189

Browse files
authored
Bump jackson libraries from version 2.12.5 to version 2.13.2 (#78)
Bump jackson-databind to version 2.13.2.1 issue#95344,95293 CVE-2020-36518 #GXSEC
1 parent ba901c0 commit e61d189

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

GeneXusJWT/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,19 @@
3232
<dependency>
3333
<groupId>com.fasterxml.jackson.core</groupId>
3434
<artifactId>jackson-databind</artifactId>
35-
<version>2.12.5</version>
35+
<version>2.13.2.1</version>
3636
</dependency>
3737
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations -->
3838
<dependency>
3939
<groupId>com.fasterxml.jackson.core</groupId>
4040
<artifactId>jackson-annotations</artifactId>
41-
<version>2.12.5</version>
41+
<version>2.13.2</version>
4242
</dependency>
4343
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core -->
4444
<dependency>
4545
<groupId>com.fasterxml.jackson.core</groupId>
4646
<artifactId>jackson-core</artifactId>
47-
<version>2.12.5</version>
47+
<version>2.13.2</version>
4848
</dependency>
4949
<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk15on -->
5050
<dependency>

0 commit comments

Comments
 (0)