diff --git a/README.md b/README.md index 415d278..61e4c5f 100644 --- a/README.md +++ b/README.md @@ -15,14 +15,14 @@ The official [Bitwarden Passwordless.dev](https://passwordless.dev/) Java librar com.bitwarden passwordless - 1.1.0 + 1.2.3 ``` **Gradle**: add to the `dependencies` in *gradle.build* file: ```groovy -implementation group: 'com.bitwarden', name: 'passwordless', version: '1.1.0' +implementation group: 'com.bitwarden', name: 'passwordless', version: '1.2.3' ``` ### Dependencies diff --git a/examples/spring-boot-3-jdk-17/pom.xml b/examples/spring-boot-3-jdk-17/pom.xml index 0e3ce8b..2ea603e 100644 --- a/examples/spring-boot-3-jdk-17/pom.xml +++ b/examples/spring-boot-3-jdk-17/pom.xml @@ -23,7 +23,7 @@ com.bitwarden passwordless - 1.1.0 + 1.2.3 diff --git a/pom.xml b/pom.xml index e2c9380..e97bd17 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.bitwarden passwordless - 1.2.2 + 1.2.3 passwordless Passwordless.dev Java SDK jar