File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed
examples/spring-boot-3-jdk-17
src/main/java/com/bitwarden/passwordless Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ The official [Bitwarden Passwordless.dev](https://passwordless.dev/) Java librar
1111<dependency >
1212 <groupId >com.bitwarden</groupId >
1313 <artifactId >passwordless</artifactId >
14- <version >1.0.5 </version >
14+ <version >1.0.6 </version >
1515</dependency >
1616```
1717
1818** Gradle** : add to the ` dependencies ` in * gradle.build* file:
1919
2020``` groovy
21- implementation group: 'com.bitwarden', name: 'passwordless', version: '1.0.5 '
21+ implementation group: 'com.bitwarden', name: 'passwordless', version: '1.0.6 '
2222```
2323
2424### Dependencies
Original file line number Diff line number Diff line change 2323 <dependency >
2424 <groupId >com.bitwarden</groupId >
2525 <artifactId >passwordless</artifactId >
26- <version >1.0.5 </version >
26+ <version >1.0.6 </version >
2727 </dependency >
2828
2929 <dependency >
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >com.bitwarden</groupId >
66 <artifactId >passwordless</artifactId >
7- <version >1.0.5 </version >
7+ <version >1.0.6 </version >
88 <name >passwordless</name >
99 <description >Passwordless.dev Java SDK</description >
1010 <packaging >jar</packaging >
2222 <
developerConnection >scm:git:
[email protected] :passwordless/passwordless-java.git</
developerConnection >
2323 </scm >
2424
25+ <organization >
26+ <name >Bitwarden Inc.</name >
27+ <url >https://github.com/bitwarden</url >
28+ </organization >
29+
2530 <developers >
2631 <developer >
2732 <id >Wacix</id >
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ void updateAppsFeature(UpdateAppsFeature updateAppsFeature)
5656 /**
5757 * Attempts to delete a credential.
5858 *
59- * @param deleteCredential {@link PasswordlessApiException } containing details about the credential id to be
59+ * @param deleteCredential {@link DeleteCredential } containing details about the credential id to be
6060 * deleted.
6161 * @throws PasswordlessApiException If the Passwordless Api responds with an error.
6262 * @throws IOException If there's an IO-related issue.
You can’t perform that action at this time.
0 commit comments