Skip to content

Commit 054520a

Browse files
committed
Release 1.8.2
1 parent f6ac9f6 commit 054520a

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.8.2](https://github.com/auth0/auth0-java-mvc-common/tree/1.8.2) (2022-01-19)
4+
[Full Changelog](https://github.com/auth0/auth0-java-mvc-common/compare/1.8.1...1.8.2)
5+
6+
**Security**
7+
- Update auth0-java dependency [\#100](https://github.com/auth0/auth0-java-mvc-common/pull/100) ([poovamraj](https://github.com/poovamraj))
8+
39
## [1.8.1](https://github.com/auth0/auth0-java-mvc-common/tree/1.8.1) (2022-01-17)
410
[Full Changelog](https://github.com/auth0/auth0-java-mvc-common/compare/1.8.0...1.8.1)
511

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ Via Maven:
1919
<dependency>
2020
<groupId>com.auth0</groupId>
2121
<artifactId>mvc-auth-commons</artifactId>
22-
<version>1.8.1</version>
22+
<version>1.8.2</version>
2323
</dependency>
2424
```
2525

2626
or Gradle:
2727

2828
```gradle
29-
implementation 'com.auth0:mvc-auth-commons:1.8.1'
29+
implementation 'com.auth0:mvc-auth-commons:1.8.2'
3030
```
3131

3232

0 commit comments

Comments
 (0)