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.2] ( https://github.com/auth0/auth0-spring-security-api/tree/1.5.2 ) (2022-10-26)
4+ [ Full Changelog] ( https://github.com/auth0/auth0-spring-security-api/compare/1.5.1...1.5.2 )
5+
6+ ** Changed**
7+ - Update Gradle and configure ship CLI and orb [ \# 73] ( https://github.com/auth0/auth0-spring-security-api/pull/73 ) ([ jimmyjames] ( https://github.com/jimmyjames ) )
8+
9+ ** Security**
10+ - Update dependencies to address CVE-2022 -42003 [ \# 74] ( https://github.com/auth0/auth0-spring-security-api/pull/74 ) ([ jimmyjames] ( https://github.com/jimmyjames ) )
11+
312## [ 1.5.1] ( https://github.com/auth0/auth0-spring-security-api/tree/1.5.1 ) (2022-03-30)
413[ Full Changelog] ( https://github.com/auth0/auth0-spring-security-api/compare/1.5.0...1.5.1 )
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.5.1 </version >
44+ <version >1.5.2 </version >
4545</dependency >
4646```
4747
4848or Gradle:
4949
5050``` gradle
51- implementation 'com.auth0:auth0-spring-security-api:1.5.1 '
51+ implementation 'com.auth0:auth0-spring-security-api:1.5.2 '
5252```
5353
5454## Usage
Original file line number Diff line number Diff line change 11buildscript {
2- version = " 1.5.1 "
2+ version = " 1.5.2 "
33}
44
55apply plugin : ' idea'
You can’t perform that action at this time.
0 commit comments