Skip to content

Commit c81fff4

Browse files
authored
Merge pull request #60 from FusionAuth/degroff/bump_deps
bump deps, bump version
2 parents ed29187 + 08cbe9c commit c81fff4

File tree

5 files changed

+29
-21
lines changed

5 files changed

+29
-21
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
FusionAuth JWT Changes
22

3+
Changes in 5.3.3
4+
5+
* Upgraded com.fasterxml.jackson.core:jackson-* to 2.15.4.
6+
* Upgraded test dependency org.bouncycastle.bc-fips to 1.0.2.5
7+
38
Changes in 5.3.2
49

510
* Correct the padding when extracting the r and s components from a DER encoded public key.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,23 +41,23 @@ We are very interested in compensating anyone that can identify a security relat
4141
<dependency>
4242
<groupId>io.fusionauth</groupId>
4343
<artifactId>fusionauth-jwt</artifactId>
44-
<version>5.3.2</version>
44+
<version>5.3.3</version>
4545
</dependency>
4646
```
4747

4848
### Gradle
4949
```groovy
50-
implementation 'io.fusionauth:fusionauth-jwt:5.3.2'
50+
implementation 'io.fusionauth:fusionauth-jwt:5.3.3'
5151
```
5252

5353
### Gradle Kotlin
5454
```kotlin
55-
implementation("io.fusionauth:fusionauth-jwt:5.3.2")
55+
implementation("io.fusionauth:fusionauth-jwt:5.3.3")
5656
```
5757

5858
### Savant
5959
```groovy
60-
dependency(id: "io.fusionauth:fusionauth-jwt:5.3.2")
60+
dependency(id: "io.fusionauth:fusionauth-jwt:5.3.3")
6161
```
6262

6363
For others see [https://search.maven.org](https://search.maven.org/artifact/io.fusionauth/fusionauth-jwt/4.0.1/jar).

build.savant

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016-2023, FusionAuth, All Rights Reserved
2+
* Copyright (c) 2016-2024, FusionAuth, All Rights Reserved
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -14,9 +14,9 @@
1414
* language governing permissions and limitations under the License.
1515
*/
1616

17-
jacksonVersion = "2.15.2"
17+
jacksonVersion = "2.15.4"
1818

19-
project(group: "io.fusionauth", name: "fusionauth-jwt", version: "5.3.2", licenses: ["ApacheV2_0"]) {
19+
project(group: "io.fusionauth", name: "fusionauth-jwt", version: "5.3.3", licenses: ["ApacheV2_0"]) {
2020

2121
workflow {
2222
fetch {
@@ -30,6 +30,9 @@ project(group: "io.fusionauth", name: "fusionauth-jwt", version: "5.3.2", licens
3030
publish {
3131
cache()
3232
}
33+
semanticVersions {
34+
mapping(id: "org.bouncycastle:bc-fips:1.0.2.5", version: "1.0.2+P5")
35+
}
3336
}
3437

3538
publishWorkflow {
@@ -43,7 +46,7 @@ project(group: "io.fusionauth", name: "fusionauth-jwt", version: "5.3.2", licens
4346
dependency(id: "com.fasterxml.jackson.core:jackson-annotations:${jacksonVersion}")
4447
}
4548
group(name: "test-compile", export: false) {
46-
dependency(id: "org.bouncycastle:bc-fips:1.0.2+P4")
49+
dependency(id: "org.bouncycastle:bc-fips:1.0.2.5")
4750
dependency(id: "org.testng:testng:7.5.1")
4851
}
4952
}

fusionauth-jwt.iml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,44 +16,44 @@
1616
<orderEntry type="module-library">
1717
<library>
1818
<CLASSES>
19-
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-databind/2.15.2/jackson-databind-2.15.2.jar!/" />
19+
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-databind/2.15.4/jackson-databind-2.15.4.jar!/" />
2020
</CLASSES>
2121
<JAVADOC />
2222
<SOURCES>
23-
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-databind/2.15.2/jackson-databind-2.15.2-src.jar!/" />
23+
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-databind/2.15.4/jackson-databind-2.15.4-src.jar!/" />
2424
</SOURCES>
2525
</library>
2626
</orderEntry>
2727
<orderEntry type="module-library">
2828
<library>
2929
<CLASSES>
30-
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-annotations/2.15.2/jackson-annotations-2.15.2.jar!/" />
30+
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-annotations/2.15.4/jackson-annotations-2.15.4.jar!/" />
3131
</CLASSES>
3232
<JAVADOC />
3333
<SOURCES>
34-
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-annotations/2.15.2/jackson-annotations-2.15.2-src.jar!/" />
34+
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-annotations/2.15.4/jackson-annotations-2.15.4-src.jar!/" />
3535
</SOURCES>
3636
</library>
3737
</orderEntry>
3838
<orderEntry type="module-library">
3939
<library>
4040
<CLASSES>
41-
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.jar!/" />
41+
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-core/2.15.4/jackson-core-2.15.4.jar!/" />
4242
</CLASSES>
4343
<JAVADOC />
4444
<SOURCES>
45-
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2-src.jar!/" />
45+
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-core/2.15.4/jackson-core-2.15.4-src.jar!/" />
4646
</SOURCES>
4747
</library>
4848
</orderEntry>
4949
<orderEntry type="module-library" scope="TEST">
5050
<library>
5151
<CLASSES>
52-
<root url="jar://$MODULE_DIR$/.savant/cache/org/bouncycastle/bc-fips/1.0.2+P4/bc-fips-1.0.2+P4.jar!/" />
52+
<root url="jar://$MODULE_DIR$/.savant/cache/org/bouncycastle/bc-fips/1.0.2.5/bc-fips-1.0.2.5.jar!/" />
5353
</CLASSES>
5454
<JAVADOC />
5555
<SOURCES>
56-
<root url="jar://$MODULE_DIR$/.savant/cache/org/bouncycastle/bc-fips/1.0.2+P4/bc-fips-1.0.2+P4-src.jar!/" />
56+
<root url="jar://$MODULE_DIR$/.savant/cache/org/bouncycastle/bc-fips/1.0.2+P5/bc-fips-1.0.2+P5-src.jar!/" />
5757
</SOURCES>
5858
</library>
5959
</orderEntry>

pom.xml

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

77
<groupId>io.fusionauth</groupId>
88
<artifactId>fusionauth-jwt</artifactId>
9-
<version>5.3.2</version>
9+
<version>5.3.3</version>
1010
<packaging>jar</packaging>
1111

1212
<name>FusionAuth JWT</name>
@@ -62,17 +62,17 @@
6262
<dependency>
6363
<groupId>com.fasterxml.jackson.core</groupId>
6464
<artifactId>jackson-core</artifactId>
65-
<version>2.15.2</version>
65+
<version>2.15.4</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>com.fasterxml.jackson.core</groupId>
6969
<artifactId>jackson-databind</artifactId>
70-
<version>2.15.2</version>
70+
<version>2.15.4</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>com.fasterxml.jackson.core</groupId>
7474
<artifactId>jackson-annotations</artifactId>
75-
<version>2.15.2</version>
75+
<version>2.15.4</version>
7676
</dependency>
7777

7878
<!-- Testing Dependencies -->
@@ -87,7 +87,7 @@
8787
<dependency>
8888
<groupId>org.bouncycastle</groupId>
8989
<artifactId>bc-fips</artifactId>
90-
<version>1.0.2.4</version>
90+
<version>1.0.2.5</version>
9191
<scope>test</scope>
9292
</dependency>
9393
</dependencies>

0 commit comments

Comments
 (0)