Skip to content

Commit 26a3559

Browse files
Merge branch 'master' into chore/add-sca-scan
2 parents 39f83a1 + b0d2160 commit 26a3559

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.23.0
1+
0.23.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+
## [0.23.1](https://github.com/auth0/jwks-rsa-java/tree/0.23.1) (2026-04-21)
4+
[Full Changelog](https://github.com/auth0/jwks-rsa-java/compare/0.23.0...0.23.1)
5+
6+
**Added**
7+
- Chore: Bump guava dependency [\#253](https://github.com/auth0/jwks-rsa-java/pull/253) ([tanya732](https://github.com/tanya732))
8+
39
## [0.23.0](https://github.com/auth0/jwks-rsa-java/tree/0.23.0) (2025-08-11)
410
[Full Changelog](https://github.com/auth0/jwks-rsa-java/compare/0.22.2...0.23.0)
511

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.23.0</version>
35+
<version>0.23.1</version>
3636
</dependency>
3737
```
3838

3939
or Gradle:
4040

4141
```gradle
42-
implementation 'com.auth0:jwks-rsa:0.23.0'
42+
implementation 'com.auth0:jwks-rsa:0.23.1'
4343
```
4444

4545
### Usage

0 commit comments

Comments
 (0)