Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .version
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
4.5.0
4.5.1
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
# Change Log

## [4.5.1](https://github.com/auth0/java-jwt/tree/4.5.1) (2026-02-10)
[Full Changelog](https://github.com/auth0/java-jwt/compare/4.5.0...4.5.1)

**Added**
- Update jackson dependency [\#732](https://github.com/auth0/java-jwt/pull/732) ([tanya732](https://github.com/tanya732))

## [4.5.0](https://github.com/auth0/java-jwt/tree/4.5.0) (2025-01-29)
[Full Changelog](https://github.com/auth0/java-jwt/compare/4.4.0...4.5.0)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -50,14 +50,14 @@ Add the dependency via Maven:
<dependency>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
<version>4.5.0</version>
<version>4.5.1</version>
</dependency>
```

or Gradle:

```gradle
implementation 'com.auth0:java-jwt:4.5.0'
implementation 'com.auth0:java-jwt:4.5.1'
```

### Create a JWT
Expand Down