Skip to content

Commit

Permalink
Release 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Apr 11, 2022
1 parent 3582077 commit 8c84236
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [1.9.2](https://github.com/auth0/auth0-java-mvc-common/tree/1.9.2) (2022-04-11)
[Full Changelog](https://github.com/auth0/auth0-java-mvc-common/compare/1.9.1...1.9.2)

**Security**
- Update auth0-java dependency [\#107](https://github.com/auth0/auth0-java-mvc-common/pull/107) ([jimmyjames](https://github.com/jimmyjames))
- Update OkHttp version [\#106](https://github.com/auth0/auth0-java-mvc-common/pull/106) ([lbalmaceda](https://github.com/lbalmaceda))

## [1.9.1](https://github.com/auth0/auth0-java-mvc-common/tree/1.9.1) (2022-03-30)
[Full Changelog](https://github.com/auth0/auth0-java-mvc-common/compare/1.9.0...1.9.1)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ Via Maven:
<dependency>
<groupId>com.auth0</groupId>
<artifactId>mvc-auth-commons</artifactId>
<version>1.9.1</version>
<version>1.9.2</version>
</dependency>
```

or Gradle:

```gradle
implementation 'com.auth0:mvc-auth-commons:1.9.1'
implementation 'com.auth0:mvc-auth-commons:1.9.2'
```


Expand Down

0 comments on commit 8c84236

Please sign in to comment.