File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 0.24.0
1+ 0.24.1
Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 0.24.1] ( https://github.com/auth0/jwks-rsa-java/tree/0.24.1 ) (2026-05-15)
4+ [ Full Changelog] ( https://github.com/auth0/jwks-rsa-java/compare/0.24.0...0.24.1 )
5+
6+ ** Added**
7+ - Chore: Add Automatic-Module-Name to JAR manifest [ \# 258] ( https://github.com/auth0/jwks-rsa-java/pull/258 ) ([ tanya732] ( https://github.com/tanya732 ) )
8+
39## [ 0.24.0] ( https://github.com/auth0/jwks-rsa-java/tree/0.24.0 ) (2026-05-07)
410[ Full Changelog] ( https://github.com/auth0/jwks-rsa-java/compare/0.23.1...0.24.0 )
511
Original file line number Diff line number Diff line change @@ -32,14 +32,14 @@ Add the dependency via Maven:
3232<dependency >
3333 <groupId >com.auth0</groupId >
3434 <artifactId >jwks-rsa</artifactId >
35- <version >0.24.0 </version >
35+ <version >0.24.1 </version >
3636</dependency >
3737```
3838
3939or Gradle:
4040
4141``` gradle
42- implementation 'com.auth0:jwks-rsa:0.24.0 '
42+ implementation 'com.auth0:jwks-rsa:0.24.1 '
4343```
4444
4545### Usage
You can’t perform that action at this time.
0 commit comments