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.5.0] ( https://github.com/auth0/auth0-spring-security-api/tree/1.5.0 ) (2022-03-14)
4+ [ Full Changelog] ( https://github.com/auth0/auth0-spring-security-api/compare/1.4.1...1.5.0 )
5+
6+ ** Changed**
7+ - Update auth0 dependencies to address CVE-2020 -36518 [ \# 66] ( https://github.com/auth0/auth0-spring-security-api/pull/66 ) ([ jimmyjames] ( https://github.com/jimmyjames ) )
8+
9+ ** Security**
10+ - Update auth0 dependencies to address CVE-2020 -36518 [ \# 66] ( https://github.com/auth0/auth0-spring-security-api/pull/66 ) ([ jimmyjames] ( https://github.com/jimmyjames ) )
11+
312## [ 1.4.2] ( https://github.com/auth0/auth0-spring-security-api/tree/1.4.2 ) (2022-01-20)
413[ Full Changelog] ( https://github.com/auth0/auth0-spring-security-api/compare/1.4.1...1.4.2 )
514
Original file line number Diff line number Diff line change @@ -41,14 +41,14 @@ Get Auth0 Spring Security API using Maven:
4141<dependency >
4242 <groupId >com.auth0</groupId >
4343 <artifactId >auth0-spring-security-api</artifactId >
44- <version >1.4.2 </version >
44+ <version >1.5.0 </version >
4545</dependency >
4646```
4747
4848or Gradle:
4949
5050``` gradle
51- implementation 'com.auth0:auth0-spring-security-api:1.4.2 '
51+ implementation 'com.auth0:auth0-spring-security-api:1.5.0 '
5252```
5353
5454## Usage
You can’t perform that action at this time.
0 commit comments