Skip to content

Commit

Permalink
Merge pull request #60 from FusionAuth/degroff/bump_deps
Browse files Browse the repository at this point in the history
bump deps, bump version
  • Loading branch information
robotdan authored Jul 2, 2024
2 parents ed29187 + 08cbe9c commit c81fff4
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 21 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
FusionAuth JWT Changes

Changes in 5.3.3

* Upgraded com.fasterxml.jackson.core:jackson-* to 2.15.4.
* Upgraded test dependency org.bouncycastle.bc-fips to 1.0.2.5

Changes in 5.3.2

* Correct the padding when extracting the r and s components from a DER encoded public key.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,23 +41,23 @@ We are very interested in compensating anyone that can identify a security relat
<dependency>
<groupId>io.fusionauth</groupId>
<artifactId>fusionauth-jwt</artifactId>
<version>5.3.2</version>
<version>5.3.3</version>
</dependency>
```

### Gradle
```groovy
implementation 'io.fusionauth:fusionauth-jwt:5.3.2'
implementation 'io.fusionauth:fusionauth-jwt:5.3.3'
```

### Gradle Kotlin
```kotlin
implementation("io.fusionauth:fusionauth-jwt:5.3.2")
implementation("io.fusionauth:fusionauth-jwt:5.3.3")
```

### Savant
```groovy
dependency(id: "io.fusionauth:fusionauth-jwt:5.3.2")
dependency(id: "io.fusionauth:fusionauth-jwt:5.3.3")
```

For others see [https://search.maven.org](https://search.maven.org/artifact/io.fusionauth/fusionauth-jwt/4.0.1/jar).
Expand Down
11 changes: 7 additions & 4 deletions build.savant
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2016-2023, FusionAuth, All Rights Reserved
* Copyright (c) 2016-2024, FusionAuth, All Rights Reserved
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,9 +14,9 @@
* language governing permissions and limitations under the License.
*/

jacksonVersion = "2.15.2"
jacksonVersion = "2.15.4"

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

workflow {
fetch {
Expand All @@ -30,6 +30,9 @@ project(group: "io.fusionauth", name: "fusionauth-jwt", version: "5.3.2", licens
publish {
cache()
}
semanticVersions {
mapping(id: "org.bouncycastle:bc-fips:1.0.2.5", version: "1.0.2+P5")
}
}

publishWorkflow {
Expand All @@ -43,7 +46,7 @@ project(group: "io.fusionauth", name: "fusionauth-jwt", version: "5.3.2", licens
dependency(id: "com.fasterxml.jackson.core:jackson-annotations:${jacksonVersion}")
}
group(name: "test-compile", export: false) {
dependency(id: "org.bouncycastle:bc-fips:1.0.2+P4")
dependency(id: "org.bouncycastle:bc-fips:1.0.2.5")
dependency(id: "org.testng:testng:7.5.1")
}
}
Expand Down
16 changes: 8 additions & 8 deletions fusionauth-jwt.iml
Original file line number Diff line number Diff line change
Expand Up @@ -16,44 +16,44 @@
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-databind/2.15.2/jackson-databind-2.15.2.jar!/" />
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-databind/2.15.4/jackson-databind-2.15.4.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-databind/2.15.2/jackson-databind-2.15.2-src.jar!/" />
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-databind/2.15.4/jackson-databind-2.15.4-src.jar!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-annotations/2.15.2/jackson-annotations-2.15.2.jar!/" />
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-annotations/2.15.4/jackson-annotations-2.15.4.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-annotations/2.15.2/jackson-annotations-2.15.2-src.jar!/" />
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-annotations/2.15.4/jackson-annotations-2.15.4-src.jar!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.jar!/" />
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-core/2.15.4/jackson-core-2.15.4.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2-src.jar!/" />
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-core/2.15.4/jackson-core-2.15.4-src.jar!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" scope="TEST">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/.savant/cache/org/bouncycastle/bc-fips/1.0.2+P4/bc-fips-1.0.2+P4.jar!/" />
<root url="jar://$MODULE_DIR$/.savant/cache/org/bouncycastle/bc-fips/1.0.2.5/bc-fips-1.0.2.5.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MODULE_DIR$/.savant/cache/org/bouncycastle/bc-fips/1.0.2+P4/bc-fips-1.0.2+P4-src.jar!/" />
<root url="jar://$MODULE_DIR$/.savant/cache/org/bouncycastle/bc-fips/1.0.2+P5/bc-fips-1.0.2+P5-src.jar!/" />
</SOURCES>
</library>
</orderEntry>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.fusionauth</groupId>
<artifactId>fusionauth-jwt</artifactId>
<version>5.3.2</version>
<version>5.3.3</version>
<packaging>jar</packaging>

<name>FusionAuth JWT</name>
Expand Down Expand Up @@ -62,17 +62,17 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.15.2</version>
<version>2.15.4</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.15.2</version>
<version>2.15.4</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.15.2</version>
<version>2.15.4</version>
</dependency>

<!-- Testing Dependencies -->
Expand All @@ -87,7 +87,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bc-fips</artifactId>
<version>1.0.2.4</version>
<version>1.0.2.5</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit c81fff4

Please sign in to comment.