Skip to content

Commit a54516c

Browse files
authored
Release 3.2.3 (#704)
2 parents e89d90a + 940125d commit a54516c

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.2
1+
3.2.3

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+
## [3.2.3](https://github.com/auth0/Lock.Android/tree/3.2.3) (2026-09-04)
4+
[Full Changelog](https://github.com/auth0/Lock.Android/compare/3.2.2...3.2.3)
5+
6+
**Fixed**
7+
- fix(security): substitute vulnerable bcprov/bcpkix-jdk15on with jdk18… [\#702](https://github.com/auth0/Lock.Android/pull/702) ([utkrishtsahu](https://github.com/utkrishtsahu))
8+
39
## [3.2.1](https://github.com/auth0/Lock.Android/tree/3.2.2) (2023-01-11)
410
[Full Changelog](https://github.com/auth0/Lock.Android/compare/3.2.1...3.2.2)
511

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ android {
4444
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:
4545

4646
```groovy
47-
implementation 'com.auth0.android:lock:3.2.2'
47+
implementation 'com.auth0.android:lock:3.2.3'
4848
```
4949

5050
## Next Steps

0 commit comments

Comments
 (0)