Skip to content

Commit 6d4258b

Browse files
authored
Release 1.5.2 (#77)
1 parent bd24dd7 commit 6d4258b

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

4848
or 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

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
version = "1.5.1"
2+
version = "1.5.2"
33
}
44

55
apply plugin: 'idea'

0 commit comments

Comments
 (0)