Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdan committed Nov 21, 2023
1 parent 9e40bef commit 206a71a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
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.0</version>
<version>5.3.1</version>
</dependency>
```

### Gradle
```groovy
implementation 'io.fusionauth:fusionauth-jwt:5.3.0'
implementation 'io.fusionauth:fusionauth-jwt:5.3.1'
```

### Gradle Kotlin
```kotlin
implementation("io.fusionauth:fusionauth-jwt:5.3.0")
implementation("io.fusionauth:fusionauth-jwt:5.3.1")
```

### Savant
```groovy
dependency(id: "io.fusionauth:fusionauth-jwt:5.3.0")
dependency(id: "io.fusionauth:fusionauth-jwt:5.3.1")
```

For others see [https://search.maven.org](https://search.maven.org/artifact/io.fusionauth/fusionauth-jwt/4.0.1/jar).
Expand Down
2 changes: 1 addition & 1 deletion build.savant
Expand Up @@ -16,7 +16,7 @@

jacksonVersion = "2.15.2"

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

workflow {
fetch {
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>5.3.0</version>
<version>5.3.1</version>
<packaging>jar</packaging>

<name>FusionAuth JWT</name>
Expand Down

0 comments on commit 206a71a

Please sign in to comment.