Skip to content

Commit

Permalink
Merge in latest, update version in install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Oct 25, 2022
1 parent ab54205 commit 879a35e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ Add the dependency via Maven:
<dependency>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
<version>4.1.0</version>
<version>4.2.1</version>
</dependency>
```

or Gradle:

```gradle
implementation 'com.auth0:jva-jwt:4.1.0'
implementation 'com.auth0:jva-jwt:4.2.1'
```

### Create a JWT
Expand Down

0 comments on commit 879a35e

Please sign in to comment.