Skip to content

Commit 24b2fa9

Browse files
authored
Release 4.5.0 (#708)
2 parents 7132cc1 + 65181f8 commit 24b2fa9

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.4.0
1+
4.5.0

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Change Log
22

3+
## [4.5.0](https://github.com/auth0/java-jwt/tree/4.5.0) (2025-01-22)
4+
[Full Changelog](https://github.com/auth0/java-jwt/compare/4.4.0...4.5.0)
5+
6+
**Added**
7+
- Fix jackson vuln [\#705](https://github.com/auth0/java-jwt/pull/705) ([tanya732](https://github.com/tanya732))
8+
- Fix typo in example code [\#682](https://github.com/auth0/java-jwt/pull/682) ([kasperkarlsson](https://github.com/kasperkarlsson))
9+
- Remove dead README links [\#676](https://github.com/auth0/java-jwt/pull/676) ([jimmyjames](https://github.com/jimmyjames))
10+
- Fix typo on a comment in JWTCreator.java [\#672](https://github.com/auth0/java-jwt/pull/672) ([sgc109](https://github.com/sgc109))
11+
- Remove CircleCI [\#670](https://github.com/auth0/java-jwt/pull/670) ([jimmyjames](https://github.com/jimmyjames))
12+
- Empty string audience claim should be deserialized as empty string [\#663](https://github.com/auth0/java-jwt/pull/663) ([jimmyjames](https://github.com/jimmyjames))
13+
14+
**Fixed**
15+
- empty expected audience array should throw InvalidClaimException [\#679](https://github.com/auth0/java-jwt/pull/679) ([jimmyjames](https://github.com/jimmyjames))
16+
317
## [4.4.0](https://github.com/auth0/java-jwt/tree/4.4.0) (2023-03-31)
418
[Full Changelog](https://github.com/auth0/java-jwt/compare/4.3.0...4.4.0)
519

README.md

+2-2
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.4.0</version>
53+
<version>4.5.0</version>
5454
</dependency>
5555
```
5656

5757
or Gradle:
5858

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

6363
### Create a JWT

0 commit comments

Comments
 (0)