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

Commit fb14e05

Browse files
authored
Issue#95293 (#75)
* Bump jackson libraries from version 2.12.5 to version 2.13.2 Issue#95293,95343,95344 CVE-2020-36518 #GXSEC Update module version to 17.9.0 * Revert jackson libraries update
1 parent 7617b0e commit fb14e05

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

GeneXusCryptography/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.genexus</groupId>
99
<artifactId>SecurityAPIParent</artifactId>
10-
<version>17.8.0</version>
10+
<version>17.9.0</version>
1111
</parent>
1212

1313

GeneXusFtps/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.genexus</groupId>
1010
<artifactId>SecurityAPIParent</artifactId>
11-
<version>17.8.0</version>
11+
<version>17.9.0</version>
1212
</parent>
1313

1414

GeneXusJWT/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.genexus</groupId>
99
<artifactId>SecurityAPIParent</artifactId>
10-
<version>17.8.0</version>
10+
<version>17.9.0</version>
1111
</parent>
1212

1313

@@ -32,19 +32,19 @@
3232
<dependency>
3333
<groupId>com.fasterxml.jackson.core</groupId>
3434
<artifactId>jackson-databind</artifactId>
35-
<version>2.12.2</version>
35+
<version>2.12.5</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.2</version>
41+
<version>2.12.5</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.2</version>
47+
<version>2.12.5</version>
4848
</dependency>
4949
<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk15on -->
5050
<dependency>

GeneXusSftp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.genexus</groupId>
99
<artifactId>SecurityAPIParent</artifactId>
10-
<version>17.8.0</version>
10+
<version>17.9.0</version>
1111
</parent>
1212

1313

GeneXusXmlSignature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.genexus</groupId>
99
<artifactId>SecurityAPIParent</artifactId>
10-
<version>17.8.0</version>
10+
<version>17.9.0</version>
1111
</parent>
1212

1313
<artifactId>GeneXusXmlSignature</artifactId>

SecurityAPICommons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.genexus</groupId>
99
<artifactId>SecurityAPIParent</artifactId>
10-
<version>17.8.0</version>
10+
<version>17.9.0</version>
1111
</parent>
1212

1313

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.genexus</groupId>
88
<artifactId>SecurityAPIParent</artifactId>
9-
<version>17.8.0</version>
9+
<version>17.9.0</version>
1010
<packaging>pom</packaging>
1111

1212
<name>GeneXusSecurityAPI (Parent)</name>

0 commit comments

Comments
 (0)