Update to the latest version of the SDK (#320)

This commit is contained in:
David Perez 2023-12-05 10:15:38 -06:00 committed by Álison Fernandes
parent 3603fa88e3
commit c3e0843505
2 changed files with 5 additions and 5 deletions

View file

@ -24,10 +24,10 @@ class GeneratorSdkSourceTest {
special = true,
length = 12.toUByte(),
avoidAmbiguous = false,
minLowercase = true,
minUppercase = true,
minNumber = true,
minSpecial = true,
minLowercase = 1U,
minUppercase = 1U,
minNumber = 1U,
minSpecial = 1U,
)
val expectedResult = "GeneratedPassword123!"

View file

@ -23,7 +23,7 @@ androidxRoom = "2.6.0"
androidxSplash = "1.1.0-alpha02"
# Once the app and SDK reach a critical point of completeness we should begin fixing the version
# here (BIT-311).
bitwardenSdk = "0.3.1-20231204.104103-8"
bitwardenSdk = "0.3.1-20231205.145329-16"
detekt = "1.23.1"
firebaseBom = "32.5.0"
glide = "4.15.1"