Skip to content

Commit 83b3c4b

Browse files
Change BouncyCastle (deprecated) to BouncyCastle.Cryptography 2.4.0 (#5462)
Fixes #5457
1 parent 11a6c94 commit 83b3c4b

File tree

41 files changed

+151
-152
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+151
-152
lines changed

nuget.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<certificate fingerprint="1F4B311D9ACC115C8DC8018B5A49E00FCE6DA8E2855F9F014CA6F34570BC482D" hashAlgorithm="SHA256" allowUntrustedRoot="false" />
5353
<!-- sharwell = StyleCop.Analyzers -->
5454
<!-- neuecc,aarnott = https://github.com/neuecc/MessagePack-CSharp -->
55-
<!-- teoman soygul = BouncyCastle -->
55+
<!-- LegionOfTheBouncyCastle = BouncyCastle.Cryptography -->
5656
<!-- dsplaisted = StrongNamer -->
5757
<!-- devtility = AsmRef -->
5858
<!-- jamesnk = NewtonSoft -->
@@ -75,7 +75,7 @@
7575
<!-- CycloneDX = SBOM -->
7676
<!-- cmn = LibGit2Sharp -->
7777
<!-- mmanela = DiffPlex-->
78-
<owners>protobuf-packages;Microsoft;sharwell;meirb;kzu;dotnetfoundation;castleproject;jonorossi;onovotny;fluentassertions;neuecc;aarnott;grpc-packages;tatham;teoman soygul;dsplaisted;devtility;bmarshall;whoisj;aspnet;jamesnk;adamhathcock;SharpDevelop;CycloneDX;cmn;mmanela;davetchepak;tpodolak</owners>
78+
<owners>protobuf-packages;Microsoft;sharwell;meirb;kzu;dotnetfoundation;castleproject;jonorossi;onovotny;fluentassertions;neuecc;aarnott;grpc-packages;tatham;dsplaisted;devtility;bmarshall;whoisj;aspnet;jamesnk;adamhathcock;SharpDevelop;CycloneDX;cmn;mmanela;davetchepak;tpodolak;LegionOfTheBouncyCastle</owners>
7979
</repository>
8080
</trustedSigners>
8181
<packageSourceMapping>

src/CFamily.UnitTests/packages.lock.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@
6161
"resolved": "1.0.17",
6262
"contentHash": "Pwz0MD7CAM/G/fvJjM3ceOfI+S0IgjanHcK7evwyrW9qAWUG8fgiEXYfSX1/s3h2JUNDOw6ik0G8zp+RT61Y1g=="
6363
},
64-
"BouncyCastle": {
64+
"BouncyCastle.Cryptography": {
6565
"type": "Transitive",
66-
"resolved": "1.8.9",
67-
"contentHash": "axnBgvdD5n+FnEG6efk/tfKuMFru7R/EoISH9zjh319yb3HD24TEHSAbNN/lTRT2ulOGRxDgOsCjkuk08iwWPg=="
66+
"resolved": "2.4.0",
67+
"contentHash": "SwXsAV3sMvAU/Nn31pbjhWurYSjJ+/giI/0n6tCrYoupEK34iIHCuk3STAd9fx8yudM85KkLSVdn951vTng/vQ=="
6868
},
6969
"Castle.Core": {
7070
"type": "Transitive",
@@ -1754,7 +1754,7 @@
17541754
"sonarqube.client": {
17551755
"type": "Project",
17561756
"dependencies": {
1757-
"BouncyCastle": "[1.8.9, )",
1757+
"BouncyCastle.Cryptography": "[2.4.0, )",
17581758
"Google.Protobuf": "[3.6.1, )",
17591759
"Grpc.Tools": "[1.4.1, )",
17601760
"Newtonsoft.Json": "[13.0.3, )",

src/CFamily/packages.lock.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@
7979
"resolved": "13.0.3",
8080
"contentHash": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ=="
8181
},
82-
"BouncyCastle": {
82+
"BouncyCastle.Cryptography": {
8383
"type": "Transitive",
84-
"resolved": "1.8.9",
85-
"contentHash": "axnBgvdD5n+FnEG6efk/tfKuMFru7R/EoISH9zjh319yb3HD24TEHSAbNN/lTRT2ulOGRxDgOsCjkuk08iwWPg=="
84+
"resolved": "2.4.0",
85+
"contentHash": "SwXsAV3sMvAU/Nn31pbjhWurYSjJ+/giI/0n6tCrYoupEK34iIHCuk3STAd9fx8yudM85KkLSVdn951vTng/vQ=="
8686
},
8787
"envdte": {
8888
"type": "Transitive",
@@ -1128,7 +1128,7 @@
11281128
"sonarqube.client": {
11291129
"type": "Project",
11301130
"dependencies": {
1131-
"BouncyCastle": "[1.8.9, )",
1131+
"BouncyCastle.Cryptography": "[2.4.0, )",
11321132
"Google.Protobuf": "[3.6.1, )",
11331133
"Grpc.Tools": "[1.4.1, )",
11341134
"Newtonsoft.Json": "[13.0.3, )",

src/CloudSecrets.UnitTests/packages.lock.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@
6161
"resolved": "1.0.17",
6262
"contentHash": "Pwz0MD7CAM/G/fvJjM3ceOfI+S0IgjanHcK7evwyrW9qAWUG8fgiEXYfSX1/s3h2JUNDOw6ik0G8zp+RT61Y1g=="
6363
},
64-
"BouncyCastle": {
64+
"BouncyCastle.Cryptography": {
6565
"type": "Transitive",
66-
"resolved": "1.8.9",
67-
"contentHash": "axnBgvdD5n+FnEG6efk/tfKuMFru7R/EoISH9zjh319yb3HD24TEHSAbNN/lTRT2ulOGRxDgOsCjkuk08iwWPg=="
66+
"resolved": "2.4.0",
67+
"contentHash": "SwXsAV3sMvAU/Nn31pbjhWurYSjJ+/giI/0n6tCrYoupEK34iIHCuk3STAd9fx8yudM85KkLSVdn951vTng/vQ=="
6868
},
6969
"Castle.Core": {
7070
"type": "Transitive",
@@ -1633,7 +1633,7 @@
16331633
"sonarqube.client": {
16341634
"type": "Project",
16351635
"dependencies": {
1636-
"BouncyCastle": "[1.8.9, )",
1636+
"BouncyCastle.Cryptography": "[2.4.0, )",
16371637
"Google.Protobuf": "[3.6.1, )",
16381638
"Grpc.Tools": "[1.4.1, )",
16391639
"Newtonsoft.Json": "[13.0.3, )",

src/CloudSecrets/packages.lock.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@
7979
"resolved": "1.0.4",
8080
"contentHash": "0NU6qf6oJkZNysnjqO9/A6AtRbL2qj4SXAiltjQKpYqclQ0dcA9Hr6ZTnUm90s1EySpksisXJ7GlgI02vCOPDg=="
8181
},
82-
"BouncyCastle": {
82+
"BouncyCastle.Cryptography": {
8383
"type": "Transitive",
84-
"resolved": "1.8.9",
85-
"contentHash": "axnBgvdD5n+FnEG6efk/tfKuMFru7R/EoISH9zjh319yb3HD24TEHSAbNN/lTRT2ulOGRxDgOsCjkuk08iwWPg=="
84+
"resolved": "2.4.0",
85+
"contentHash": "SwXsAV3sMvAU/Nn31pbjhWurYSjJ+/giI/0n6tCrYoupEK34iIHCuk3STAd9fx8yudM85KkLSVdn951vTng/vQ=="
8686
},
8787
"envdte": {
8888
"type": "Transitive",
@@ -1133,7 +1133,7 @@
11331133
"sonarqube.client": {
11341134
"type": "Project",
11351135
"dependencies": {
1136-
"BouncyCastle": "[1.8.9, )",
1136+
"BouncyCastle.Cryptography": "[2.4.0, )",
11371137
"Google.Protobuf": "[3.6.1, )",
11381138
"Grpc.Tools": "[1.4.1, )",
11391139
"Newtonsoft.Json": "[13.0.3, )",

src/ConnectedMode.UnitTests/packages.lock.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@
8585
"resolved": "0.0.8",
8686
"contentHash": "7GAMIhQSKabPrXVtEpDQoLRWVZUn1IGzeHvfDSvs5lPhU4KPFMQVpI/lDFikhMXr8FmdFBOBGaHEhQ9azMK3TA=="
8787
},
88-
"BouncyCastle": {
88+
"BouncyCastle.Cryptography": {
8989
"type": "Transitive",
90-
"resolved": "1.8.9",
91-
"contentHash": "axnBgvdD5n+FnEG6efk/tfKuMFru7R/EoISH9zjh319yb3HD24TEHSAbNN/lTRT2ulOGRxDgOsCjkuk08iwWPg=="
90+
"resolved": "2.4.0",
91+
"contentHash": "SwXsAV3sMvAU/Nn31pbjhWurYSjJ+/giI/0n6tCrYoupEK34iIHCuk3STAd9fx8yudM85KkLSVdn951vTng/vQ=="
9292
},
9393
"Castle.Core": {
9494
"type": "Transitive",
@@ -1649,7 +1649,7 @@
16491649
"sonarqube.client": {
16501650
"type": "Project",
16511651
"dependencies": {
1652-
"BouncyCastle": "[1.8.9, )",
1652+
"BouncyCastle.Cryptography": "[2.4.0, )",
16531653
"Google.Protobuf": "[3.6.1, )",
16541654
"Grpc.Tools": "[1.4.1, )",
16551655
"Newtonsoft.Json": "[13.0.3, )",

src/ConnectedMode/packages.lock.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@
112112
"resolved": "0.0.8",
113113
"contentHash": "7GAMIhQSKabPrXVtEpDQoLRWVZUn1IGzeHvfDSvs5lPhU4KPFMQVpI/lDFikhMXr8FmdFBOBGaHEhQ9azMK3TA=="
114114
},
115-
"BouncyCastle": {
115+
"BouncyCastle.Cryptography": {
116116
"type": "Transitive",
117-
"resolved": "1.8.9",
118-
"contentHash": "axnBgvdD5n+FnEG6efk/tfKuMFru7R/EoISH9zjh319yb3HD24TEHSAbNN/lTRT2ulOGRxDgOsCjkuk08iwWPg=="
117+
"resolved": "2.4.0",
118+
"contentHash": "SwXsAV3sMvAU/Nn31pbjhWurYSjJ+/giI/0n6tCrYoupEK34iIHCuk3STAd9fx8yudM85KkLSVdn951vTng/vQ=="
119119
},
120120
"envdte": {
121121
"type": "Transitive",
@@ -1478,7 +1478,7 @@
14781478
"sonarqube.client": {
14791479
"type": "Project",
14801480
"dependencies": {
1481-
"BouncyCastle": "[1.8.9, )",
1481+
"BouncyCastle.Cryptography": "[2.4.0, )",
14821482
"Google.Protobuf": "[3.6.1, )",
14831483
"Grpc.Tools": "[1.4.1, )",
14841484
"Newtonsoft.Json": "[13.0.3, )",

src/Core.UnitTests/packages.lock.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@
6161
"resolved": "1.0.17",
6262
"contentHash": "Pwz0MD7CAM/G/fvJjM3ceOfI+S0IgjanHcK7evwyrW9qAWUG8fgiEXYfSX1/s3h2JUNDOw6ik0G8zp+RT61Y1g=="
6363
},
64-
"BouncyCastle": {
64+
"BouncyCastle.Cryptography": {
6565
"type": "Transitive",
66-
"resolved": "1.8.9",
67-
"contentHash": "axnBgvdD5n+FnEG6efk/tfKuMFru7R/EoISH9zjh319yb3HD24TEHSAbNN/lTRT2ulOGRxDgOsCjkuk08iwWPg=="
66+
"resolved": "2.4.0",
67+
"contentHash": "SwXsAV3sMvAU/Nn31pbjhWurYSjJ+/giI/0n6tCrYoupEK34iIHCuk3STAd9fx8yudM85KkLSVdn951vTng/vQ=="
6868
},
6969
"Castle.Core": {
7070
"type": "Transitive",
@@ -1633,7 +1633,7 @@
16331633
"sonarqube.client": {
16341634
"type": "Project",
16351635
"dependencies": {
1636-
"BouncyCastle": "[1.8.9, )",
1636+
"BouncyCastle.Cryptography": "[2.4.0, )",
16371637
"Google.Protobuf": "[3.6.1, )",
16381638
"Grpc.Tools": "[1.4.1, )",
16391639
"Newtonsoft.Json": "[13.0.3, )",

src/Core/packages.lock.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"System.Threading.Tasks.Extensions": "4.5.4"
2424
}
2525
},
26-
"BouncyCastle": {
26+
"BouncyCastle.Cryptography": {
2727
"type": "Transitive",
28-
"resolved": "1.8.9",
29-
"contentHash": "axnBgvdD5n+FnEG6efk/tfKuMFru7R/EoISH9zjh319yb3HD24TEHSAbNN/lTRT2ulOGRxDgOsCjkuk08iwWPg=="
28+
"resolved": "2.4.0",
29+
"contentHash": "SwXsAV3sMvAU/Nn31pbjhWurYSjJ+/giI/0n6tCrYoupEK34iIHCuk3STAd9fx8yudM85KkLSVdn951vTng/vQ=="
3030
},
3131
"Google.Protobuf": {
3232
"type": "Transitive",
@@ -59,7 +59,7 @@
5959
"sonarqube.client": {
6060
"type": "Project",
6161
"dependencies": {
62-
"BouncyCastle": "[1.8.9, )",
62+
"BouncyCastle.Cryptography": "[2.4.0, )",
6363
"Google.Protobuf": "[3.6.1, )",
6464
"Grpc.Tools": "[1.4.1, )",
6565
"Newtonsoft.Json": "[13.0.3, )",

src/Education.UnitTests/packages.lock.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@
6767
"resolved": "1.0.17",
6868
"contentHash": "Pwz0MD7CAM/G/fvJjM3ceOfI+S0IgjanHcK7evwyrW9qAWUG8fgiEXYfSX1/s3h2JUNDOw6ik0G8zp+RT61Y1g=="
6969
},
70-
"BouncyCastle": {
70+
"BouncyCastle.Cryptography": {
7171
"type": "Transitive",
72-
"resolved": "1.8.9",
73-
"contentHash": "axnBgvdD5n+FnEG6efk/tfKuMFru7R/EoISH9zjh319yb3HD24TEHSAbNN/lTRT2ulOGRxDgOsCjkuk08iwWPg=="
72+
"resolved": "2.4.0",
73+
"contentHash": "SwXsAV3sMvAU/Nn31pbjhWurYSjJ+/giI/0n6tCrYoupEK34iIHCuk3STAd9fx8yudM85KkLSVdn951vTng/vQ=="
7474
},
7575
"Castle.Core": {
7676
"type": "Transitive",
@@ -1654,7 +1654,7 @@
16541654
"sonarqube.client": {
16551655
"type": "Project",
16561656
"dependencies": {
1657-
"BouncyCastle": "[1.8.9, )",
1657+
"BouncyCastle.Cryptography": "[2.4.0, )",
16581658
"Google.Protobuf": "[3.6.1, )",
16591659
"Grpc.Tools": "[1.4.1, )",
16601660
"Newtonsoft.Json": "[13.0.3, )",

src/Education/packages.lock.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@
7979
"stdole": "17.0.31902.203"
8080
}
8181
},
82-
"BouncyCastle": {
82+
"BouncyCastle.Cryptography": {
8383
"type": "Transitive",
84-
"resolved": "1.8.9",
85-
"contentHash": "axnBgvdD5n+FnEG6efk/tfKuMFru7R/EoISH9zjh319yb3HD24TEHSAbNN/lTRT2ulOGRxDgOsCjkuk08iwWPg=="
84+
"resolved": "2.4.0",
85+
"contentHash": "SwXsAV3sMvAU/Nn31pbjhWurYSjJ+/giI/0n6tCrYoupEK34iIHCuk3STAd9fx8yudM85KkLSVdn951vTng/vQ=="
8686
},
8787
"envdte": {
8888
"type": "Transitive",
@@ -1140,7 +1140,7 @@
11401140
"sonarqube.client": {
11411141
"type": "Project",
11421142
"dependencies": {
1143-
"BouncyCastle": "[1.8.9, )",
1143+
"BouncyCastle.Cryptography": "[2.4.0, )",
11441144
"Google.Protobuf": "[3.6.1, )",
11451145
"Grpc.Tools": "[1.4.1, )",
11461146
"Newtonsoft.Json": "[13.0.3, )",

src/EmbeddedVsix.UnitTests/packages.lock.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@
6161
"resolved": "1.0.17",
6262
"contentHash": "Pwz0MD7CAM/G/fvJjM3ceOfI+S0IgjanHcK7evwyrW9qAWUG8fgiEXYfSX1/s3h2JUNDOw6ik0G8zp+RT61Y1g=="
6363
},
64-
"BouncyCastle": {
64+
"BouncyCastle.Cryptography": {
6565
"type": "Transitive",
66-
"resolved": "1.8.9",
67-
"contentHash": "axnBgvdD5n+FnEG6efk/tfKuMFru7R/EoISH9zjh319yb3HD24TEHSAbNN/lTRT2ulOGRxDgOsCjkuk08iwWPg=="
66+
"resolved": "2.4.0",
67+
"contentHash": "SwXsAV3sMvAU/Nn31pbjhWurYSjJ+/giI/0n6tCrYoupEK34iIHCuk3STAd9fx8yudM85KkLSVdn951vTng/vQ=="
6868
},
6969
"Castle.Core": {
7070
"type": "Transitive",
@@ -1645,7 +1645,7 @@
16451645
"sonarqube.client": {
16461646
"type": "Project",
16471647
"dependencies": {
1648-
"BouncyCastle": "[1.8.9, )",
1648+
"BouncyCastle.Cryptography": "[2.4.0, )",
16491649
"Google.Protobuf": "[3.6.1, )",
16501650
"Grpc.Tools": "[1.4.1, )",
16511651
"Newtonsoft.Json": "[13.0.3, )",

src/Infrastructure.VS.UnitTests/packages.lock.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@
6161
"resolved": "1.0.17",
6262
"contentHash": "Pwz0MD7CAM/G/fvJjM3ceOfI+S0IgjanHcK7evwyrW9qAWUG8fgiEXYfSX1/s3h2JUNDOw6ik0G8zp+RT61Y1g=="
6363
},
64-
"BouncyCastle": {
64+
"BouncyCastle.Cryptography": {
6565
"type": "Transitive",
66-
"resolved": "1.8.9",
67-
"contentHash": "axnBgvdD5n+FnEG6efk/tfKuMFru7R/EoISH9zjh319yb3HD24TEHSAbNN/lTRT2ulOGRxDgOsCjkuk08iwWPg=="
66+
"resolved": "2.4.0",
67+
"contentHash": "SwXsAV3sMvAU/Nn31pbjhWurYSjJ+/giI/0n6tCrYoupEK34iIHCuk3STAd9fx8yudM85KkLSVdn951vTng/vQ=="
6868
},
6969
"Castle.Core": {
7070
"type": "Transitive",
@@ -1633,7 +1633,7 @@
16331633
"sonarqube.client": {
16341634
"type": "Project",
16351635
"dependencies": {
1636-
"BouncyCastle": "[1.8.9, )",
1636+
"BouncyCastle.Cryptography": "[2.4.0, )",
16371637
"Google.Protobuf": "[3.6.1, )",
16381638
"Grpc.Tools": "[1.4.1, )",
16391639
"Newtonsoft.Json": "[13.0.3, )",

src/Infrastructure.VS/packages.lock.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@
7373
"stdole": "17.0.31902.203"
7474
}
7575
},
76-
"BouncyCastle": {
76+
"BouncyCastle.Cryptography": {
7777
"type": "Transitive",
78-
"resolved": "1.8.9",
79-
"contentHash": "axnBgvdD5n+FnEG6efk/tfKuMFru7R/EoISH9zjh319yb3HD24TEHSAbNN/lTRT2ulOGRxDgOsCjkuk08iwWPg=="
78+
"resolved": "2.4.0",
79+
"contentHash": "SwXsAV3sMvAU/Nn31pbjhWurYSjJ+/giI/0n6tCrYoupEK34iIHCuk3STAd9fx8yudM85KkLSVdn951vTng/vQ=="
8080
},
8181
"envdte": {
8282
"type": "Transitive",
@@ -1120,7 +1120,7 @@
11201120
"sonarqube.client": {
11211121
"type": "Project",
11221122
"dependencies": {
1123-
"BouncyCastle": "[1.8.9, )",
1123+
"BouncyCastle.Cryptography": "[2.4.0, )",
11241124
"Google.Protobuf": "[3.6.1, )",
11251125
"Grpc.Tools": "[1.4.1, )",
11261126
"Newtonsoft.Json": "[13.0.3, )",

src/Integration.TeamExplorer.UnitTests/packages.lock.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,10 @@
168168
"resolved": "0.0.8",
169169
"contentHash": "7GAMIhQSKabPrXVtEpDQoLRWVZUn1IGzeHvfDSvs5lPhU4KPFMQVpI/lDFikhMXr8FmdFBOBGaHEhQ9azMK3TA=="
170170
},
171-
"BouncyCastle": {
171+
"BouncyCastle.Cryptography": {
172172
"type": "Transitive",
173-
"resolved": "1.8.9",
174-
"contentHash": "axnBgvdD5n+FnEG6efk/tfKuMFru7R/EoISH9zjh319yb3HD24TEHSAbNN/lTRT2ulOGRxDgOsCjkuk08iwWPg=="
173+
"resolved": "2.4.0",
174+
"contentHash": "SwXsAV3sMvAU/Nn31pbjhWurYSjJ+/giI/0n6tCrYoupEK34iIHCuk3STAd9fx8yudM85KkLSVdn951vTng/vQ=="
175175
},
176176
"Castle.Core": {
177177
"type": "Transitive",
@@ -1648,7 +1648,7 @@
16481648
"sonarqube.client": {
16491649
"type": "Project",
16501650
"dependencies": {
1651-
"BouncyCastle": "[1.8.9, )",
1651+
"BouncyCastle.Cryptography": "[2.4.0, )",
16521652
"Google.Protobuf": "[3.6.1, )",
16531653
"Grpc.Tools": "[1.4.1, )",
16541654
"Newtonsoft.Json": "[13.0.3, )",

src/Integration.TeamExplorer/packages.lock.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@
7373
"stdole": "17.0.31902.203"
7474
}
7575
},
76-
"BouncyCastle": {
76+
"BouncyCastle.Cryptography": {
7777
"type": "Transitive",
78-
"resolved": "1.8.9",
79-
"contentHash": "axnBgvdD5n+FnEG6efk/tfKuMFru7R/EoISH9zjh319yb3HD24TEHSAbNN/lTRT2ulOGRxDgOsCjkuk08iwWPg=="
78+
"resolved": "2.4.0",
79+
"contentHash": "SwXsAV3sMvAU/Nn31pbjhWurYSjJ+/giI/0n6tCrYoupEK34iIHCuk3STAd9fx8yudM85KkLSVdn951vTng/vQ=="
8080
},
8181
"envdte": {
8282
"type": "Transitive",
@@ -1534,7 +1534,7 @@
15341534
"sonarqube.client": {
15351535
"type": "Project",
15361536
"dependencies": {
1537-
"BouncyCastle": "[1.8.9, )",
1537+
"BouncyCastle.Cryptography": "[2.4.0, )",
15381538
"Google.Protobuf": "[3.6.1, )",
15391539
"Grpc.Tools": "[1.4.1, )",
15401540
"Newtonsoft.Json": "[13.0.3, )",

src/Integration.UnitTests/packages.lock.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,10 @@
174174
"resolved": "9.0.4",
175175
"contentHash": "1h4krG51ZiW/CGzM8gtqrRW2oeG6WZDfPaj27suexL8PxBVahsUlUKMJrqI4kkh6ggHLSDd7MFeU8orpk6COZg=="
176176
},
177-
"BouncyCastle": {
177+
"BouncyCastle.Cryptography": {
178178
"type": "Transitive",
179-
"resolved": "1.8.9",
180-
"contentHash": "axnBgvdD5n+FnEG6efk/tfKuMFru7R/EoISH9zjh319yb3HD24TEHSAbNN/lTRT2ulOGRxDgOsCjkuk08iwWPg=="
179+
"resolved": "2.4.0",
180+
"contentHash": "SwXsAV3sMvAU/Nn31pbjhWurYSjJ+/giI/0n6tCrYoupEK34iIHCuk3STAd9fx8yudM85KkLSVdn951vTng/vQ=="
181181
},
182182
"Castle.Core": {
183183
"type": "Transitive",
@@ -1640,7 +1640,7 @@
16401640
"sonarqube.client": {
16411641
"type": "Project",
16421642
"dependencies": {
1643-
"BouncyCastle": "[1.8.9, )",
1643+
"BouncyCastle.Cryptography": "[2.4.0, )",
16441644
"Google.Protobuf": "[3.6.1, )",
16451645
"Grpc.Tools": "[1.4.1, )",
16461646
"Newtonsoft.Json": "[13.0.3, )",

0 commit comments

Comments
 (0)