diff --git a/README.md b/README.md index 005259e..d89d8e4 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,14 @@ The official [Bitwarden Passwordless.dev](https://passwordless.dev/) Java librar com.bitwarden passwordless - 1.0.6 + 1.0.7 ``` **Gradle**: add to the `dependencies` in *gradle.build* file: ```groovy -implementation group: 'com.bitwarden', name: 'passwordless', version: '1.0.6' +implementation group: 'com.bitwarden', name: 'passwordless', version: '1.0.7' ``` ### Dependencies diff --git a/examples/spring-boot-3-jdk-17/pom.xml b/examples/spring-boot-3-jdk-17/pom.xml index 0ec4c12..07c1eae 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.0.6 + 1.0.7 diff --git a/pom.xml b/pom.xml index c87db84..0d5c28e 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.bitwarden passwordless - 1.0.6 + 1.0.7 passwordless Passwordless.dev Java SDK jar @@ -18,7 +18,7 @@ https://github.com/passwordless/passwordless-java - scm:git:https://github.com/passwordless/passwordless-java.git + scm:git:git@github.com:passwordless/passwordless-java.git scm:git:git@github.com:passwordless/passwordless-java.git