File tree Expand file tree Collapse file tree
examples/spring-boot-3-jdk-17 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ The official [Bitwarden Passwordless.dev](https://passwordless.dev/) Java librar
1515<dependency >
1616 <groupId >com.bitwarden</groupId >
1717 <artifactId >passwordless</artifactId >
18- <version >1.1.0 </version >
18+ <version >1.2.3 </version >
1919</dependency >
2020```
2121
2222** Gradle** : add to the ` dependencies ` in * gradle.build* file:
2323
2424``` groovy
25- implementation group: 'com.bitwarden', name: 'passwordless', version: '1.1.0 '
25+ implementation group: 'com.bitwarden', name: 'passwordless', version: '1.2.3 '
2626```
2727
2828### 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.1.0 </version >
26+ <version >1.2.3 </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.2.2 </version >
7+ <version >1.2.3 </version >
88 <name >passwordless</name >
99 <description >Passwordless.dev Java SDK</description >
1010 <packaging >jar</packaging >
You can’t perform that action at this time.
0 commit comments