NIFI-11418 Upgraded bcrypt from 0.9.0 to 0.10.2

This closes #7149

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
Pierre Villard 2023-04-08 18:52:37 +03:00 committed by exceptionfactory
parent b0997f843d
commit 2b06306b07
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
4 changed files with 4 additions and 4 deletions

View File

@ -71,7 +71,7 @@
<dependency>
<groupId>at.favre.lib</groupId>
<artifactId>bcrypt</artifactId>
<version>0.9.0</version>
<version>0.10.2</version>
</dependency>
</dependencies>
</project>

View File

@ -30,7 +30,7 @@
<dependency>
<groupId>at.favre.lib</groupId>
<artifactId>bcrypt</artifactId>
<version>0.9.0</version>
<version>0.10.2</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>

View File

@ -303,7 +303,7 @@
<dependency>
<groupId>at.favre.lib</groupId>
<artifactId>bcrypt</artifactId>
<version>0.9.0</version>
<version>0.10.2</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>

View File

@ -199,7 +199,7 @@
<dependency>
<groupId>at.favre.lib</groupId>
<artifactId>bcrypt</artifactId>
<version>0.9.0</version>
<version>0.10.2</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>