Skip to content

Commit a34fb8b

Browse files
committed
Release 1.4.2
1 parent 834696c commit a34fb8b

2 files changed

Lines changed: 11 additions & 2 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.4.2](https://github.com/auth0/auth0-spring-security-api/tree/1.4.2) (2022-01-20)
4+
[Full Changelog](https://github.com/auth0/auth0-spring-security-api/compare/1.4.1...1.4.2)
5+
6+
**Changed**
7+
- Update gradle and publishing plugin [\#64](https://github.com/auth0/auth0-spring-security-api/pull/64) ([poovamraj](https://github.com/poovamraj))
8+
9+
**Security**
10+
- Update java jwt and jwks [\#62](https://github.com/auth0/auth0-spring-security-api/pull/62) ([poovamraj](https://github.com/poovamraj))
11+
312
## [1.4.1](https://github.com/auth0/auth0-spring-security-api/tree/1.4.1) (2021-02-25)
413
[Full Changelog](https://github.com/auth0/auth0-spring-security-api/compare/1.4.0...1.4.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.4.1</version>
44+
<version>1.4.2</version>
4545
</dependency>
4646
```
4747

4848
or Gradle:
4949

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

5454
## Usage

0 commit comments

Comments
 (0)