mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-10322: Fix Robot Attack upgrade bountycastle
This upgrades bountycasle version v1.59 to fix for robot attack. In addition, this disables TLSv1.0 as it is deprecated both in use by management server, agents and in apache2 configs. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
d145944be0
commit
d9fb660df9
2
pom.xml
2
pom.xml
|
|
@ -71,7 +71,7 @@
|
|||
<cs.junit.version>4.12</cs.junit.version>
|
||||
<cs.hamcrest.version>1.3</cs.hamcrest.version>
|
||||
<cs.junit.dataprovider.version>1.10.0</cs.junit.dataprovider.version>
|
||||
<cs.bcprov.version>1.55</cs.bcprov.version>
|
||||
<cs.bcprov.version>1.59</cs.bcprov.version>
|
||||
<cs.jsch.version>0.1.53</cs.jsch.version>
|
||||
<cs.jpa.version>2.1.1</cs.jpa.version>
|
||||
<cs.jasypt.version>1.9.2</cs.jasypt.version>
|
||||
|
|
|
|||
Loading…
Reference in New Issue