Skip to content

Commit 695fd2b

Browse files
authored
Release 4.5.2 (#765)
2 parents d056a79 + 4ac3178 commit 695fd2b

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

.version

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

CHANGELOG.md

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

3+
## [4.5.2](https://github.com/auth0/java-jwt/tree/4.5.2) (2026-04-29)
4+
[Full Changelog](https://github.com/auth0/java-jwt/compare/4.5.1...4.5.2)
5+
6+
**Added**
7+
- Chore: Bump update commons-beanutils dependency [\#761](https://github.com/auth0/java-jwt/pull/761) ([tanya732](https://github.com/tanya732))
8+
- Chore: Update Readme with Java 21 [\#760](https://github.com/auth0/java-jwt/pull/760) ([tanya732](https://github.com/tanya732))
9+
310
## [4.5.1](https://github.com/auth0/java-jwt/tree/4.5.1) (2026-02-10)
411
[Full Changelog](https://github.com/auth0/java-jwt/compare/4.5.0...4.5.1)
512

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ Add the dependency via Maven:
5151
<dependency>
5252
<groupId>com.auth0</groupId>
5353
<artifactId>java-jwt</artifactId>
54-
<version>4.5.1</version>
54+
<version>4.5.2</version>
5555
</dependency>
5656
```
5757

5858
or Gradle:
5959

6060
```gradle
61-
implementation 'com.auth0:java-jwt:4.5.1'
61+
implementation 'com.auth0:java-jwt:4.5.2'
6262
```
6363

6464
### Create a JWT

0 commit comments

Comments
 (0)