Skip to content

Commit

Permalink
Release 1.5.2 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames authored Oct 26, 2022
1 parent bd24dd7 commit 6d4258b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [1.5.2](https://github.com/auth0/auth0-spring-security-api/tree/1.5.2) (2022-10-26)
[Full Changelog](https://github.com/auth0/auth0-spring-security-api/compare/1.5.1...1.5.2)

**Changed**
- Update Gradle and configure ship CLI and orb [\#73](https://github.com/auth0/auth0-spring-security-api/pull/73) ([jimmyjames](https://github.com/jimmyjames))

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

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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
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.5.1</version>
<version>1.5.2</version>
</dependency>
```

or Gradle:

```gradle
implementation 'com.auth0:auth0-spring-security-api:1.5.1'
implementation 'com.auth0:auth0-spring-security-api:1.5.2'
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
version = "1.5.1"
version = "1.5.2"
}

apply plugin: 'idea'
Expand Down

0 comments on commit 6d4258b

Please sign in to comment.