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.44.1] ( https://github.com/auth0/auth0-java/tree/1.44.1 ) (2022-10-25)
4+ [ Full Changelog] ( https://github.com/auth0/auth0-java/compare/1.44.0...1.44.1 )
5+
6+ ** Security**
7+ - Bump ` java-jwt ` to 3.19.3 [ \# 465] ( https://github.com/auth0/auth0-java/pull/465 ) ([ jimmyjames] ( https://github.com/jimmyjames ) )
8+ - Bump ` com.fasterxml.jackson.core:jackson-databind ` to 2.13.4.2 [ \# 464] ( https://github.com/auth0/auth0-java/pull/464 ) ([ evansims] ( https://github.com/evansims ) )
9+
310## [ 1.44.0] ( https://github.com/auth0/auth0-java/tree/1.44.0 ) (2022-10-20)
411[ Full Changelog] ( https://github.com/auth0/auth0-java/compare/1.43.0...1.44.0 )
512
Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ Add the dependency via Maven:
2828<dependency >
2929 <groupId >com.auth0</groupId >
3030 <artifactId >auth0</artifactId >
31- <version >1.44.0 </version >
31+ <version >1.44.1 </version >
3232</dependency >
3333```
3434
3535or Gradle:
3636
3737``` gradle
38- implementation 'com.auth0:auth0:1.44.0 '
38+ implementation 'com.auth0:auth0:1.44.1 '
3939```
4040
4141### Configure the SDK
Original file line number Diff line number Diff line change 11buildscript {
2- version = " 1.44.0 "
2+ version = " 1.44.1 "
33}
44
55plugins {
You can’t perform that action at this time.
0 commit comments