Skip to content

Commit e818480

Browse files
authored
Release 4.5.1 (#736)
2 parents 718be3a + a48fcb5 commit e818480

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.5.0
1+
4.5.1

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [4.5.1](https://github.com/auth0/java-jwt/tree/4.5.1) (2026-02-10)
4+
[Full Changelog](https://github.com/auth0/java-jwt/compare/4.5.0...4.5.1)
5+
6+
**Added**
7+
- Update jackson dependency [\#732](https://github.com/auth0/java-jwt/pull/732) ([tanya732](https://github.com/tanya732))
8+
39
## [4.5.0](https://github.com/auth0/java-jwt/tree/4.5.0) (2025-01-29)
410
[Full Changelog](https://github.com/auth0/java-jwt/compare/4.4.0...4.5.0)
511

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ Add the dependency via Maven:
5050
<dependency>
5151
<groupId>com.auth0</groupId>
5252
<artifactId>java-jwt</artifactId>
53-
<version>4.5.0</version>
53+
<version>4.5.1</version>
5454
</dependency>
5555
```
5656

5757
or Gradle:
5858

5959
```gradle
60-
implementation 'com.auth0:java-jwt:4.5.0'
60+
implementation 'com.auth0:java-jwt:4.5.1'
6161
```
6262

6363
### Create a JWT

0 commit comments

Comments
 (0)