Skip to content

Commit d9fb660

Browse files
committed
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>
1 parent d145944 commit d9fb660

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<cs.junit.version>4.12</cs.junit.version>
7272
<cs.hamcrest.version>1.3</cs.hamcrest.version>
7373
<cs.junit.dataprovider.version>1.10.0</cs.junit.dataprovider.version>
74-
<cs.bcprov.version>1.55</cs.bcprov.version>
74+
<cs.bcprov.version>1.59</cs.bcprov.version>
7575
<cs.jsch.version>0.1.53</cs.jsch.version>
7676
<cs.jpa.version>2.1.1</cs.jpa.version>
7777
<cs.jasypt.version>1.9.2</cs.jasypt.version>

0 commit comments

Comments
 (0)