Skip to content

Commit b09a240

Browse files
Bump Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider and Swashbuckle.AspNetCore
Bumps Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider from 7.0.0 to 7.0.2 Bumps Swashbuckle.AspNetCore from 10.2.2 to 10.2.3 --- updated-dependencies: - dependency-name: Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider dependency-version: 7.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-patches - dependency-name: Swashbuckle.AspNetCore dependency-version: 10.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-patches ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4da8ec8 commit b09a240

4 files changed

Lines changed: 20 additions & 20 deletions

File tree

src/Gatherstead.Api/Gatherstead.Api.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="10.0.9" />
2020
<PackageReference Include="Microsoft.Extensions.Caching.Hybrid" Version="10.0.0" />
2121
<PackageReference Include="OpenTelemetry.Instrumentation.EntityFrameworkCore" Version="1.15.1-beta.1" />
22-
<PackageReference Include="Swashbuckle.AspNetCore" Version="10.2.2" />
22+
<PackageReference Include="Swashbuckle.AspNetCore" Version="10.2.3" />
2323
</ItemGroup>
2424
<ItemGroup>
2525
<ProjectReference Include="..\Gatherstead.Data\Gatherstead.Data.csproj" />

src/Gatherstead.Api/packages.lock.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,14 @@
8181
},
8282
"Swashbuckle.AspNetCore": {
8383
"type": "Direct",
84-
"requested": "[10.2.2, )",
85-
"resolved": "10.2.2",
86-
"contentHash": "vgXTCFRbRlfCJHE9zAhgd1QJR4AEoEuYm+i7E4xeqa/WNI77JHnNG21/NXdnK5tgpJeQ7pzp/vNYvTpMZDEd1A==",
84+
"requested": "[10.2.3, )",
85+
"resolved": "10.2.3",
86+
"contentHash": "8KNh1RWvofdU6DVLyBs4Z/OpUMnmf8oNvJQc0QxpwySRbi42bwLfdVMMrXZWANg5U5KQGQq1xW6r/hlcqw99tQ==",
8787
"dependencies": {
8888
"Microsoft.Extensions.ApiDescription.Server": "10.0.0",
89-
"Swashbuckle.AspNetCore.Swagger": "10.2.2",
90-
"Swashbuckle.AspNetCore.SwaggerGen": "10.2.2",
91-
"Swashbuckle.AspNetCore.SwaggerUI": "10.2.2"
89+
"Swashbuckle.AspNetCore.Swagger": "10.2.3",
90+
"Swashbuckle.AspNetCore.SwaggerGen": "10.2.3",
91+
"Swashbuckle.AspNetCore.SwaggerUI": "10.2.3"
9292
}
9393
},
9494
"Azure.Core": {
@@ -308,24 +308,24 @@
308308
},
309309
"Swashbuckle.AspNetCore.Swagger": {
310310
"type": "Transitive",
311-
"resolved": "10.2.2",
312-
"contentHash": "XftCYHVoKpi1PO4FjZN4LqFgvcSJPAojTOBCokkEcJLitfAYbaLya1i1XjirnNd7pykK9Nedk3IANyGLVDbYSQ==",
311+
"resolved": "10.2.3",
312+
"contentHash": "1jUUs3WQnrS0FUtaZPLSy1yYMEwS1zlvDmvQ2/eldPHUANX0LJSLVZecCMgSMdeGiRqeaRrIXLtSz++TCiTMww==",
313313
"dependencies": {
314314
"Microsoft.OpenApi": "2.7.5"
315315
}
316316
},
317317
"Swashbuckle.AspNetCore.SwaggerGen": {
318318
"type": "Transitive",
319-
"resolved": "10.2.2",
320-
"contentHash": "c0iLanVdOSs0JSmd3Oj8HObTgTsTP4UecynmaFrVTvX+76hnyLciA6Vb1oetmVjdQTpRJUzJlx/H19p8bLjVlg==",
319+
"resolved": "10.2.3",
320+
"contentHash": "y7t4coDRAeFYChmvlMRiH2OjbiRrm9AVIDgt17fQfs3x9PVAI5PiwWYOhg+4F13R4Q36WDc9lqfoOnNa3tNbGg==",
321321
"dependencies": {
322-
"Swashbuckle.AspNetCore.Swagger": "10.2.2"
322+
"Swashbuckle.AspNetCore.Swagger": "10.2.3"
323323
}
324324
},
325325
"Swashbuckle.AspNetCore.SwaggerUI": {
326326
"type": "Transitive",
327-
"resolved": "10.2.2",
328-
"contentHash": "DVpnuuBQxh95eo+2gQ/HXxrl91Fhe9JIWUW0KxiTV+nLFoJTCyUaJsKpB7kdowDHDk3qnGqF3sZaGrCmAhWCwg=="
327+
"resolved": "10.2.3",
328+
"contentHash": "nthWONRs/FJ4yyG206g1cC52WEG8EqrjuMWjGdR+5XG7lbjFto6NqcI9EMICgVFom/UivIjUVwI76ZHbHwTPfQ=="
329329
},
330330
"System.ClientModel": {
331331
"type": "Transitive",

src/Gatherstead.Data.Setup/Gatherstead.Data.Setup.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
add-on package. Required for the "Authentication=Active Directory Default" connection string;
1919
it registers the providers automatically with no code changes. -->
2020
<PackageReference Include="Microsoft.Data.SqlClient.Extensions.Azure" Version="7.0.2" />
21-
<PackageReference Include="Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider" Version="7.0.0" />
21+
<PackageReference Include="Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider" Version="7.0.2" />
2222
</ItemGroup>
2323

2424
</Project>

src/Gatherstead.Data.Setup/packages.lock.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
},
3232
"Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider": {
3333
"type": "Direct",
34-
"requested": "[7.0.0, )",
35-
"resolved": "7.0.0",
36-
"contentHash": "vrtv8tfbQaHccl8LPNbc9RI/OT3Whz4pCJNjYVftborxFfLDH+MxD1aZLyfomG/k5/iUQvABJy7Yak5if+PrKQ==",
34+
"requested": "[7.0.2, )",
35+
"resolved": "7.0.2",
36+
"contentHash": "yEccFtmCnhZqUOVoZ30lSrxwjFtCKhvbFv3dFoPA51KW8Ra7gF3xlBgvAQTzgrcG80FIdQAvyJcMG07gEdOI+g==",
3737
"dependencies": {
3838
"Azure.Core": "1.51.1",
3939
"Azure.Security.KeyVault.Keys": "4.9.0",
40-
"Microsoft.Data.SqlClient": "7.0.0",
41-
"Microsoft.Data.SqlClient.Internal.Logging": "1.0.0",
40+
"Microsoft.Data.SqlClient": "[7.0.2, 8.0.0)",
41+
"Microsoft.Data.SqlClient.Internal.Logging": "[7.0.2, 8.0.0)",
4242
"Microsoft.Extensions.Caching.Memory": "8.0.1"
4343
}
4444
},

0 commit comments

Comments
 (0)