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`:
4545<dependency >
4646 <groupId >com.password4j</groupId >
4747 <artifactId >password4j</artifactId >
48- <version >1.8.3 </version >
48+ <version >1.8.4 </version >
4949</dependency >
5050```
5151
Original file line number Diff line number Diff line change 44
55 <groupId >com.password4j</groupId >
66 <artifactId >password4j</artifactId >
7- <version >1.8.3 </version >
7+ <version >1.8.4 </version >
88 <packaging >jar</packaging >
99
1010
2121 <connection >scm:git:git@github.com/Password4j/${project.artifactId} .git</connection >
2222 <developerConnection >scm:git:ssh://git@github.com/Password4j/${project.artifactId} .git</developerConnection >
2323 <url >https://github.com/Password4j/password4j</url >
24- <tag >1.8.3 </tag >
24+ <tag >1.8.4 </tag >
2525 </scm >
2626
2727 <licenses >
Original file line number Diff line number Diff line change @@ -623,7 +623,7 @@ static void printBanner(PrintStream printStream)
623623 String banner = "\n " ;
624624 banner += " |\n " +
625625 " | \033 [0;1mPassword4j\033 [0;0m\n " +
626- " + \\ .: v1.8.3 :.\n " +
626+ " + \\ .: v1.8.4 :.\n " +
627627 " \\ \\ .G_.*=.\n " +
628628 " `(H'/.\\ | ✅ Argon2\n " +
629629 " .>' (_--. ✅ scrypt\n " +
You can’t perform that action at this time.
0 commit comments