File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/main/java/com/password4j Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Add the dependency of the latest version to your `pom.xml`:
45
45
<dependency >
46
46
<groupId >com.password4j</groupId >
47
47
<artifactId >password4j</artifactId >
48
- <version >1.8.3 </version >
48
+ <version >1.8.4 </version >
49
49
</dependency >
50
50
```
51
51
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.password4j</groupId >
6
6
<artifactId >password4j</artifactId >
7
- <version >1.8.3 </version >
7
+ <version >1.8.4 </version >
8
8
<packaging >jar</packaging >
9
9
10
10
21
21
<
connection >scm:git:
[email protected] /Password4j/
${project.artifactId} .git</
connection >
22
22
<
developerConnection >scm:git:ssh://
[email protected] /Password4j/
${project.artifactId} .git</
developerConnection >
23
23
<url >https://github.com/Password4j/password4j</url >
24
- <tag >1.8.3 </tag >
24
+ <tag >1.8.4 </tag >
25
25
</scm >
26
26
27
27
<licenses >
Original file line number Diff line number Diff line change @@ -623,7 +623,7 @@ static void printBanner(PrintStream printStream)
623
623
String banner = "\n " ;
624
624
banner += " |\n " +
625
625
" | \033 [0;1mPassword4j\033 [0;0m\n " +
626
- " + \\ .: v1.8.3 :.\n " +
626
+ " + \\ .: v1.8.4 :.\n " +
627
627
" \\ \\ .G_.*=.\n " +
628
628
" `(H'/.\\ | ✅ Argon2\n " +
629
629
" .>' (_--. ✅ scrypt\n " +
You can’t perform that action at this time.
0 commit comments