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

Commit edd4a69

Browse files
authored
Merge pull request #3 from genexuslabs/issue#81717
Revert changes to JWT dependencies
2 parents e0dbde5 + 48512de commit edd4a69

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

GeneXusJWT/pom.xml

Lines changed: 4 additions & 4 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.10.3</version>
35+
<version>2.9.10.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.10.3</version>
41+
<version>2.9.9</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.10.3</version>
47+
<version>2.9.9</version>
4848
</dependency>
4949
<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk15on -->
5050
<dependency>
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>commons-codec</groupId>
6464
<artifactId>commons-codec</artifactId>
65-
<version>1.14</version>
65+
<version>1.11</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>com.genexus</groupId>

0 commit comments

Comments
 (0)