File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1- 1.11.0
1+ 1.11.1
Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 1.11.1] ( https://github.com/auth0/auth0-java-mvc-common/tree/1.11.1 ) (2025-09-12)
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
Original file line number Diff line number Diff 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
4343or 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
You can’t perform that action at this time.
0 commit comments