diff options
author | krishnaa96 <krishna.moorthy6@wipro.com> | 2021-03-08 19:58:10 +0530 |
---|---|---|
committer | krishnaa96 <krishna.moorthy6@wipro.com> | 2021-03-09 17:31:58 +0530 |
commit | 7caca923b07e60ba17b8d499668c0314e98789e5 (patch) | |
tree | 1cd0eb3f1d4f9474c186a35475d391842174f263 /version.properties | |
parent | 575ac80f1bbfdb71436135d5a9762df51de05b83 (diff) |
Replace pycryptodome with pycryptodomex2.1.4
pycrypto is not maintained, so sonar
is suggesting to move to pycryptodomex
Bump to version 2.1.4
Issue-ID: OPTFRA-924
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: I989d27e407d5e332278a387f92df32eda96067fb
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.properties b/version.properties index 83e9806..a5e25bd 100644 --- a/version.properties +++ b/version.properties @@ -19,7 +19,7 @@ major=2 minor=1 -patch=3 +patch=4 base_version=${major}.${minor}.${patch} |