Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdan committed Jul 22, 2020
1 parent bfbc4b5 commit f82e4a2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -41,26 +41,26 @@ We are very interested in compensating anyone that can identify a security relat
<dependency>
<groupId>io.fusionauth</groupId>
<artifactId>fusionauth-jwt</artifactId>
<version>3.5.2</version>
<version>3.5.3</version>
</dependency>
```

### Gradle
```groovy
implementation 'io.fusionauth:fusionauth-jwt:3.5.2'
implementation 'io.fusionauth:fusionauth-jwt:3.5.3'
```

### Gradle Kotlin
```kotlin
implementation("io.fusionauth:fusionauth-jwt:3.5.2")
implementation("io.fusionauth:fusionauth-jwt:3.5.3")
```

### Savant
```groovy
dependency(id: "io.fusionauth:fusionauth-jwt:3.5.2")
dependency(id: "io.fusionauth:fusionauth-jwt:3.5.3")
```

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

## Example Code:

Expand Down
2 changes: 1 addition & 1 deletion build.savant
Expand Up @@ -17,7 +17,7 @@
savantVersion = "1.0.0"
jacksonVersion = "2.10.3"

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

workflow {
standard()
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>io.fusionauth</groupId>
<artifactId>fusionauth-jwt</artifactId>
<version>3.5.2</version>
<version>3.5.3</version>
<packaging>jar</packaging>

<name>FusionAuth JWT</name>
Expand Down

0 comments on commit f82e4a2

Please sign in to comment.