Skip to content

Navigation Menu

Sign inAppearance settings
Appearance settings
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 2 .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.23.0
0.22.2
6 changes: 0 additions & 6 deletions 6 CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# Change Log

## [0.23.0](https://github.com/auth0/jwks-rsa-java/tree/0.23.0) (2025-08-11)
[Full Changelog](https://github.com/auth0/jwks-rsa-java/compare/0.22.2...0.23.0)

**Added**
- Feat: Added Cache Implementation [\#221](https://github.com/auth0/jwks-rsa-java/pull/221) ([tanya732](https://github.com/tanya732))

## [0.22.2](https://github.com/auth0/jwks-rsa-java/tree/0.22.2) (2025-06-17)
[Full Changelog](https://github.com/auth0/jwks-rsa-java/compare/0.22.1...0.22.2)

Expand Down
4 changes: 2 additions & 2 deletions 4 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ Add the dependency via Maven:
<dependency>
<groupId>com.auth0</groupId>
<artifactId>jwks-rsa</artifactId>
<version>0.23.0</version>
<version>0.22.2</version>
</dependency>
```

or Gradle:

```gradle
implementation 'com.auth0:jwks-rsa:0.23.0'
implementation 'com.auth0:jwks-rsa:0.22.2'
```

### Usage
Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.