File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 2.6.1] ( https://github.com/auth0/auth0-java/tree/2.6.1 ) (2023-09-22)
4+ [ Full Changelog] ( https://github.com/auth0/auth0-java/compare/2.6.0...2.6.1 )
5+
6+ ** Security**
7+ - Update Okio to resolve CVE-2023 -3635 [ \# 560] ( https://github.com/auth0/auth0-java/pull/560 ) ([ evansims] ( https://github.com/evansims ) )
8+
39## [ 2.6.0] ( https://github.com/auth0/auth0-java/tree/2.6.0 ) (2023-09-07)
410[ Full Changelog] ( https://github.com/auth0/auth0-java/compare/2.5.0...2.6.0 )
511
Original file line number Diff line number Diff line change @@ -34,14 +34,14 @@ Add the dependency via Maven:
3434<dependency >
3535 <groupId >com.auth0</groupId >
3636 <artifactId >auth0</artifactId >
37- <version >2.6.0 </version >
37+ <version >2.6.1 </version >
3838</dependency >
3939```
4040
4141or Gradle:
4242
4343``` gradle
44- implementation 'com.auth0:auth0:2.6.0 '
44+ implementation 'com.auth0:auth0:2.6.1 '
4545```
4646
4747### Configure the SDK
You can’t perform that action at this time.
0 commit comments