Skip to content

Commit f416eea

Browse files
authored
Release 1.11.1 (#176)
2 parents 26c6ac6 + 2272a0d commit f416eea

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.0
1+
1.11.1

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.11.1](https://github.com/auth0/auth0-java-mvc-common/tree/1.11.1) (2025-09-11)
4+
[Full Changelog](https://github.com/auth0/auth0-java-mvc-common/compare/1.11.0...1.11.1)
5+
6+
**Added**
7+
- Updated apache commons package version [\#165](https://github.com/auth0/auth0-java-mvc-common/pull/165) ([tanya732](https://github.com/tanya732))
8+
39
## [1.11.0](https://github.com/auth0/auth0-java-mvc-common/tree/1.11.0) (2023-12-19)
410
[Full Changelog](https://github.com/auth0/auth0-java-mvc-common/compare/1.10.0...1.11.0)
511

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ Add the dependency via Maven:
3636
<dependency>
3737
<groupId>com.auth0</groupId>
3838
<artifactId>mvc-auth-commons</artifactId>
39-
<version>1.11.0</version>
39+
<version>1.11.1</version>
4040
</dependency>
4141
```
4242

4343
or Gradle:
4444

4545
```gradle
46-
implementation 'com.auth0:mvc-auth-commons:1.11.0'
46+
implementation 'com.auth0:mvc-auth-commons:1.11.1'
4747
```
4848

4949
### Configure Auth0

0 commit comments

Comments
 (0)