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+ ## [ 1.45.0] ( https://github.com/auth0/auth0-java/tree/1.45.0 ) (2023-04-28)
4+ [ Full Changelog] ( https://github.com/auth0/auth0-java/compare/1.44.2...1.45.0 )
5+
6+ ** Added**
7+ - Add support for Pushed Authorization Requests [ \# 451] ( https://github.com/auth0/auth0-java/pull/531 ) ([ jimmyjames] ( https://github.com/jimmyjames ) )
8+
39## [ 1.44.2] ( https://github.com/auth0/auth0-java/tree/1.44.2 ) (2023-01-11)
410[ Full Changelog] ( https://github.com/auth0/auth0-java/compare/1.44.1...1.44.2 )
511
Original file line number Diff line number Diff line change @@ -33,14 +33,14 @@ Add the dependency via Maven:
3333<dependency >
3434 <groupId >com.auth0</groupId >
3535 <artifactId >auth0</artifactId >
36- <version >1.44.2 </version >
36+ <version >1.45.0 </version >
3737</dependency >
3838```
3939
4040or Gradle:
4141
4242``` gradle
43- implementation 'com.auth0:auth0:1.44.2 '
43+ implementation 'com.auth0:auth0:1.45.0 '
4444```
4545
4646### Configure the SDK
You can’t perform that action at this time.
0 commit comments