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

Commit 4de9bfb

Browse files
authored
Merge pull request #6 from genexuslabs/issue#80312
update bouncy castle to version 1.64
2 parents e2e1876 + b7fab12 commit 4de9bfb

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

GeneXusCryptography/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
<dependency>
2727
<groupId>org.bouncycastle</groupId>
2828
<artifactId>bcpkix-jdk15on</artifactId>
29-
<version>1.60</version>
29+
<version>1.64</version>
3030
</dependency>
3131
<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15on -->
3232
<dependency>
3333
<groupId>org.bouncycastle</groupId>
3434
<artifactId>bcprov-jdk15on</artifactId>
35-
<version>1.60</version>
35+
<version>1.64</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>com.genexus</groupId>

GeneXusJWT/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@
5050
<dependency>
5151
<groupId>org.bouncycastle</groupId>
5252
<artifactId>bcpkix-jdk15on</artifactId>
53-
<version>1.60</version>
53+
<version>1.64</version>
5454
</dependency>
5555
<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15on -->
5656
<dependency>
5757
<groupId>org.bouncycastle</groupId>
5858
<artifactId>bcprov-jdk15on</artifactId>
59-
<version>1.60</version>
59+
<version>1.64</version>
6060
</dependency>
6161
<!-- https://mvnrepository.com/artifact/commons-codec/commons-codec -->
6262
<dependency>

GeneXusXmlSignature/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>org.bouncycastle</groupId>
3333
<artifactId>bcpkix-jdk15on</artifactId>
34-
<version>1.60</version>
34+
<version>1.64</version>
3535
</dependency>
3636
<!-- https://mvnrepository.com/artifact/commons-codec/commons-codec -->
3737
<dependency>
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>org.bouncycastle</groupId>
4646
<artifactId>bcprov-jdk15on</artifactId>
47-
<version>1.60</version>
47+
<version>1.64</version>
4848
</dependency>
4949
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-nop -->
5050
<dependency>

SecurityAPICommons/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
<dependency>
2727
<groupId>org.bouncycastle</groupId>
2828
<artifactId>bcpkix-jdk15on</artifactId>
29-
<version>1.60</version>
29+
<version>1.64</version>
3030
</dependency>
3131
<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15on -->
3232
<dependency>
3333
<groupId>org.bouncycastle</groupId>
3434
<artifactId>bcprov-jdk15on</artifactId>
35-
<version>1.60</version>
35+
<version>1.64</version>
3636
</dependency>
3737
</dependencies>
3838
<build>

0 commit comments

Comments
 (0)