Skip to content

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Mar 14, 2022
1 parent 44b5346 commit 2dbe3dd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
# Change Log

## [1.5.0](https://github.com/auth0/auth0-spring-security-api/tree/1.5.0) (2022-03-14)
[Full Changelog](https://github.com/auth0/auth0-spring-security-api/compare/1.4.1...1.5.0)

**Changed**
- Update auth0 dependencies to address CVE-2020-36518 [\#66](https://github.com/auth0/auth0-spring-security-api/pull/66) ([jimmyjames](https://github.com/jimmyjames))

**Security**
- Update auth0 dependencies to address CVE-2020-36518 [\#66](https://github.com/auth0/auth0-spring-security-api/pull/66) ([jimmyjames](https://github.com/jimmyjames))

## [1.4.2](https://github.com/auth0/auth0-spring-security-api/tree/1.4.2) (2022-01-20)
[Full Changelog](https://github.com/auth0/auth0-spring-security-api/compare/1.4.1...1.4.2)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -41,14 +41,14 @@ Get Auth0 Spring Security API using Maven:
<dependency>
<groupId>com.auth0</groupId>
<artifactId>auth0-spring-security-api</artifactId>
<version>1.4.2</version>
<version>1.5.0</version>
</dependency>
```

or Gradle:

```gradle
implementation 'com.auth0:auth0-spring-security-api:1.4.2'
implementation 'com.auth0:auth0-spring-security-api:1.5.0'
```

## Usage
Expand Down

0 comments on commit 2dbe3dd

Please sign in to comment.