Skip to content

Commit a89b102

Browse files
committed
Release 1.5.1
1 parent 0b3aa11 commit a89b102

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [1.5.1](https://github.com/auth0/auth0-spring-security-api/tree/1.5.1) (2022-03-30)
4+
[Full Changelog](https://github.com/auth0/auth0-spring-security-api/compare/1.5.0...1.5.1)
5+
6+
**Security**
7+
- Bump transitive jackson dependencies in auth0 libraries [\#68](https://github.com/auth0/auth0-spring-security-api/pull/68) ([poovamraj](https://github.com/poovamraj))
8+
39
## [1.5.0](https://github.com/auth0/auth0-spring-security-api/tree/1.5.0) (2022-03-14)
410
[Full Changelog](https://github.com/auth0/auth0-spring-security-api/compare/1.4.1...1.5.0)
511

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.0</version>
44+
<version>1.5.1</version>
4545
</dependency>
4646
```
4747

4848
or Gradle:
4949

5050
```gradle
51-
implementation 'com.auth0:auth0-spring-security-api:1.5.0'
51+
implementation 'com.auth0:auth0-spring-security-api:1.5.1'
5252
```
5353

5454
## Usage

0 commit comments

Comments
 (0)