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- 3.7 .0
1+ 3.8 .0
Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 3.8.0] ( https://github.com/auth0/auth0-java/tree/3.8.0 ) (2026-06-10)
4+ [ Full Changelog] ( https://github.com/auth0/auth0-java/compare/3.7.0...3.8.0 )
5+
6+ ** Added**
7+ - feat: Add tenant security headers (CSP/XSS) and update Branding/PhoneTemplate models [ \# 875] ( https://github.com/auth0/auth0-java/pull/875 ) ([ fern-api[ bot]] ( https://github.com/apps/fern-api ) )
8+ - Chore: Add pagination metadata access in Examples [ \# 873] ( https://github.com/auth0/auth0-java/pull/873 ) ([ tanya732] ( https://github.com/tanya732 ) )
9+
310## [ 3.7.0] ( https://github.com/auth0/auth0-java/tree/3.7.0 ) (2026-05-28)
411[ Full Changelog] ( https://github.com/auth0/auth0-java/compare/3.6.0...3.7.0 )
512
Original file line number Diff line number Diff line change @@ -39,14 +39,14 @@ Add the dependency via Maven:
3939<dependency >
4040 <groupId >com.auth0</groupId >
4141 <artifactId >auth0</artifactId >
42- <version >3.7 .0</version >
42+ <version >3.8 .0</version >
4343</dependency >
4444```
4545
4646or Gradle:
4747
4848``` gradle
49- implementation 'com.auth0:auth0:3.7 .0'
49+ implementation 'com.auth0:auth0:3.8 .0'
5050```
5151
5252### Configure the SDK
You can’t perform that action at this time.
0 commit comments