diff --git a/.version b/.version index acf9bf09..06eda28a 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.2.2 \ No newline at end of file +3.2.3 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5450d0c3..1c016d66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [3.2.3](https://github.com/auth0/Lock.Android/tree/3.2.3) (2026-09-04) +[Full Changelog](https://github.com/auth0/Lock.Android/compare/3.2.2...3.2.3) + +**Fixed** +- fix(security): substitute vulnerable bcprov/bcpkix-jdk15on with jdk18… [\#702](https://github.com/auth0/Lock.Android/pull/702) ([utkrishtsahu](https://github.com/utkrishtsahu)) + ## [3.2.1](https://github.com/auth0/Lock.Android/tree/3.2.2) (2023-01-11) [Full Changelog](https://github.com/auth0/Lock.Android/compare/3.2.1...3.2.2) diff --git a/README.md b/README.md index 0498e91a..b6476a75 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ android { Lock is available in [Maven Central](http://search.maven.org). To start using *Lock* add this line to the dependencies of your `build.gradle` file: ```groovy -implementation 'com.auth0.android:lock:3.2.2' +implementation 'com.auth0.android:lock:3.2.3' ``` ## Next Steps