Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
3.2.3
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading