Skip to content

Commit 4a7eafb

Browse files
committed
Update Jackson
1 parent 4d7d128 commit 4a7eafb

File tree

5 files changed

+20
-16
lines changed

5 files changed

+20
-16
lines changed

CHANGES

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

3+
Changes in 5.2.3
4+
5+
* Upgraded Jackson Core to 2.14.0
6+
37
Changes in 5.2.2
48

59
* Upgraded Jackson Core to 2.13.4.

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.2.2</version>
44+
<version>5.2.3</version>
4545
</dependency>
4646
```
4747

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

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

5858
### Savant
5959
```groovy
60-
dependency(id: "io.fusionauth:fusionauth-jwt:5.2.2")
60+
dependency(id: "io.fusionauth:fusionauth-jwt:5.2.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
* language governing permissions and limitations under the License.
1515
*/
1616

17-
jacksonVersion = "2.13.4"
17+
jacksonVersion = "2.14.0"
1818

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

2121
workflow {
2222
fetch {

fusionauth-jwt.iml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,33 +16,33 @@
1616
<orderEntry type="module-library">
1717
<library>
1818
<CLASSES>
19-
<root url="jar://$USER_HOME$/.savant/cache/com/fasterxml/jackson/core/jackson-databind/2.13.4/jackson-databind-2.13.4.jar!/" />
19+
<root url="jar://$USER_HOME$/.savant/cache/com/fasterxml/jackson/core/jackson-databind/2.14.0/jackson-databind-2.14.0.jar!/" />
2020
</CLASSES>
2121
<JAVADOC />
2222
<SOURCES>
23-
<root url="jar://$USER_HOME$/.savant/cache/com/fasterxml/jackson/core/jackson-databind/2.13.4/jackson-databind-2.13.4-src.jar!/" />
23+
<root url="jar://$USER_HOME$/.savant/cache/com/fasterxml/jackson/core/jackson-databind/2.14.0/jackson-databind-2.14.0-src.jar!/" />
2424
</SOURCES>
2525
</library>
2626
</orderEntry>
2727
<orderEntry type="module-library">
2828
<library>
2929
<CLASSES>
30-
<root url="jar://$USER_HOME$/.savant/cache/com/fasterxml/jackson/core/jackson-annotations/2.13.4/jackson-annotations-2.13.4.jar!/" />
30+
<root url="jar://$USER_HOME$/.savant/cache/com/fasterxml/jackson/core/jackson-annotations/2.14.0/jackson-annotations-2.14.0.jar!/" />
3131
</CLASSES>
3232
<JAVADOC />
3333
<SOURCES>
34-
<root url="jar://$USER_HOME$/.savant/cache/com/fasterxml/jackson/core/jackson-annotations/2.13.4/jackson-annotations-2.13.4-src.jar!/" />
34+
<root url="jar://$USER_HOME$/.savant/cache/com/fasterxml/jackson/core/jackson-annotations/2.14.0/jackson-annotations-2.14.0-src.jar!/" />
3535
</SOURCES>
3636
</library>
3737
</orderEntry>
3838
<orderEntry type="module-library">
3939
<library>
4040
<CLASSES>
41-
<root url="jar://$USER_HOME$/.savant/cache/com/fasterxml/jackson/core/jackson-core/2.13.4/jackson-core-2.13.4.jar!/" />
41+
<root url="jar://$USER_HOME$/.savant/cache/com/fasterxml/jackson/core/jackson-core/2.14.0/jackson-core-2.14.0.jar!/" />
4242
</CLASSES>
4343
<JAVADOC />
4444
<SOURCES>
45-
<root url="jar://$USER_HOME$/.savant/cache/com/fasterxml/jackson/core/jackson-core/2.13.4/jackson-core-2.13.4-src.jar!/" />
45+
<root url="jar://$USER_HOME$/.savant/cache/com/fasterxml/jackson/core/jackson-core/2.14.0/jackson-core-2.14.0-src.jar!/" />
4646
</SOURCES>
4747
</library>
4848
</orderEntry>

pom.xml

Lines changed: 4 additions & 4 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.2.2</version>
9+
<version>5.2.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.13.4</version>
65+
<version>2.14.0</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>com.fasterxml.jackson.core</groupId>
6969
<artifactId>jackson-databind</artifactId>
70-
<version>2.13.4</version>
70+
<version>2.14.0</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>com.fasterxml.jackson.core</groupId>
7474
<artifactId>jackson-annotations</artifactId>
75-
<version>2.13.4</version>
75+
<version>2.14.0</version>
7676
</dependency>
7777

7878
<!-- Testing Dependencies -->

0 commit comments

Comments
 (0)