Skip to content

Commit

Permalink
Release 1.9.3 (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames authored Oct 26, 2022
1 parent 4849d14 commit 3c39db4
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.9.3](https://github.com/auth0/auth0-java-mvc-common/tree/1.9.3) (2022-10-26)
[Full Changelog](https://github.com/auth0/auth0-java-mvc-common/compare/1.9.2...1.9.3)

**Changed**
- Update to Gradle 6.9.2 and bump OSS plugin version [\#113](https://github.com/auth0/auth0-java-mvc-common/pull/113) ([jimmyjames](https://github.com/jimmyjames))

**Security**
- Update dependencies [\#119](https://github.com/auth0/auth0-java-mvc-common/pull/119) ([jimmyjames](https://github.com/jimmyjames))

## [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)

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

or Gradle:

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

### Configure Auth0
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
version = "1.9.2"
version = "1.9.3"
}

plugins {
Expand Down

0 comments on commit 3c39db4

Please sign in to comment.