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

Commit 84ecd27

Browse files
authored
Bump xmlsec from version 2.2.3 to version 3.0.3 (#105)
Update modules version to v18.7.0 for Genexus 18 upgrade 7
1 parent 99f966f commit 84ecd27

File tree

7 files changed

+21
-15
lines changed

7 files changed

+21
-15
lines changed

GeneXusCryptography/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
<parent>
88
<groupId>com.genexus</groupId>
99
<artifactId>SecurityAPIParent</artifactId>
10-
<version>18.5.0</version>
10+
<version>18.7.0</version>
11+
<relativePath>../pom.xml</relativePath>
1112
</parent>
1213

1314

GeneXusFtps/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
<parent>
99
<groupId>com.genexus</groupId>
1010
<artifactId>SecurityAPIParent</artifactId>
11-
<version>18.5.0</version>
11+
<version>18.7.0</version>
12+
<relativePath>../pom.xml</relativePath>
1213
</parent>
1314

1415

GeneXusJWT/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
<parent>
88
<groupId>com.genexus</groupId>
99
<artifactId>SecurityAPIParent</artifactId>
10-
<version>18.5.0</version>
10+
<version>18.7.0</version>
11+
<relativePath>../pom.xml</relativePath>
1112
</parent>
1213

1314

GeneXusSftp/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
<parent>
88
<groupId>com.genexus</groupId>
99
<artifactId>SecurityAPIParent</artifactId>
10-
<version>18.5.0</version>
10+
<version>18.7.0</version>
11+
<relativePath>../pom.xml</relativePath>
1112
</parent>
1213

1314

GeneXusXmlSignature/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
<parent>
88
<groupId>com.genexus</groupId>
99
<artifactId>SecurityAPIParent</artifactId>
10-
<version>18.5.0</version>
10+
<version>18.7.0</version>
11+
<relativePath>../pom.xml</relativePath>
1112
</parent>
1213

1314
<artifactId>GeneXusXmlSignature</artifactId>
@@ -25,7 +26,7 @@
2526
<dependency>
2627
<groupId>org.apache.santuario</groupId>
2728
<artifactId>xmlsec</artifactId>
28-
<version>2.2.3</version>
29+
<version>3.0.3</version>
2930
</dependency>
3031
<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk15on -->
3132
<dependency>

SecurityAPICommons/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
<parent>
88
<groupId>com.genexus</groupId>
99
<artifactId>SecurityAPIParent</artifactId>
10-
<version>18.5.0</version>
10+
<version>18.7.0</version>
11+
<relativePath>../pom.xml</relativePath>
1112
</parent>
1213

1314

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

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

1212
<name>GeneXusSecurityAPI (Parent)</name>
@@ -97,14 +97,14 @@
9797
<version>${project.version}</version>
9898
<destFileName>GeneXusFtps</destFileName>
9999
</artifactItem>
100+
<artifactItem>
101+
<groupId>com.genexus</groupId>
102+
<artifactId>SecurityAPICommonsTest</artifactId>
103+
<version>${project.version}</version>
104+
<destFileName>SecurityAPICommonsTest</destFileName>
105+
<scope>test</scope>
106+
</artifactItem>
100107
</artifactItems>
101-
<artifactItem>
102-
<groupId>com.genexus</groupId>
103-
<artifactId>SecurityAPICommonsTest</artifactId>
104-
<version>${project.version}</version>
105-
<destFileName>SecurityAPICommonsTest</destFileName>
106-
<scope>test</scope>
107-
</artifactItem>
108108
</configuration>
109109
<executions>
110110
<execution>

0 commit comments

Comments
 (0)