Skip to content

Commit d98645a

Browse files
chore(deps): Bump AutoMapper from 14.0.0 to 15.1.0
--- updated-dependencies: - dependency-name: AutoMapper dependency-version: 15.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d278675 commit d98645a

File tree

2 files changed

+37
-5
lines changed

2 files changed

+37
-5
lines changed

src/Dotnet.Samples.AspNetCore.WebApi/Dotnet.Samples.AspNetCore.WebApi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.22" />
1717
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.11" />
1818
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.10" />
19-
<PackageReference Include="AutoMapper" Version="14.0.0" />
19+
<PackageReference Include="AutoMapper" Version="15.1.0" />
2020
<PackageReference Include="FluentValidation" Version="12.1.0" />
2121
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="12.1.0" />
2222
<PackageReference Include="Serilog.AspNetCore" Version="9.0.0" />

src/Dotnet.Samples.AspNetCore.WebApi/packages.lock.json

Lines changed: 36 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44
"net8.0": {
55
"AutoMapper": {
66
"type": "Direct",
7-
"requested": "[14.0.0, )",
8-
"resolved": "14.0.0",
9-
"contentHash": "OC+1neAPM4oCCqQj3g2GJ2shziNNhOkxmNB9cVS8jtx4JbgmRzLcUOxB9Tsz6cVPHugdkHgCaCrTjjSI0Z5sCQ==",
7+
"requested": "[15.1.0, )",
8+
"resolved": "15.1.0",
9+
"contentHash": "uJXRC0ysO+i3fuW1onh0cUmaLbEwfMWwAZ5nw2eKhYccHwDgRhSC4Qj3rNdBy4vdhnC3r4NinhhldANKNWpH1Q==",
1010
"dependencies": {
11-
"Microsoft.Extensions.Options": "8.0.0"
11+
"Microsoft.Extensions.Logging.Abstractions": "8.0.0",
12+
"Microsoft.Extensions.Options": "8.0.0",
13+
"Microsoft.IdentityModel.JsonWebTokens": "8.14.0"
1214
}
1315
},
1416
"FluentValidation": {
@@ -1010,6 +1012,36 @@
10101012
"resolved": "9.0.11",
10111013
"contentHash": "rtUNSIhbQTv8iSBTFvtg2b/ZUkoqC9qAH9DdC2hr+xPpoZrxiCITci9UR/ELUGUGnGUrF8Xye+tGVRhCxE+4LA=="
10121014
},
1015+
"Microsoft.IdentityModel.Abstractions": {
1016+
"type": "Transitive",
1017+
"resolved": "8.14.0",
1018+
"contentHash": "iwbCpSjD3ehfTwBhtSNEtKPK0ICun6ov7Ibx6ISNA9bfwIyzI2Siwyi9eJFCJBwxowK9xcA1mj+jBWiigeqgcQ=="
1019+
},
1020+
"Microsoft.IdentityModel.JsonWebTokens": {
1021+
"type": "Transitive",
1022+
"resolved": "8.14.0",
1023+
"contentHash": "4jOpiA4THdtpLyMdAb24dtj7+6GmvhOhxf5XHLYWmPKF8ApEnApal1UnJsKO4HxUWRXDA6C4WQVfYyqsRhpNpQ==",
1024+
"dependencies": {
1025+
"Microsoft.IdentityModel.Tokens": "8.14.0"
1026+
}
1027+
},
1028+
"Microsoft.IdentityModel.Logging": {
1029+
"type": "Transitive",
1030+
"resolved": "8.14.0",
1031+
"contentHash": "eqqnemdW38CKZEHS6diA50BV94QICozDZEvSrsvN3SJXUFwVB9gy+/oz76gldP7nZliA16IglXjXTCTdmU/Ejg==",
1032+
"dependencies": {
1033+
"Microsoft.IdentityModel.Abstractions": "8.14.0"
1034+
}
1035+
},
1036+
"Microsoft.IdentityModel.Tokens": {
1037+
"type": "Transitive",
1038+
"resolved": "8.14.0",
1039+
"contentHash": "lKIZiBiGd36k02TCdMHp1KlNWisyIvQxcYJvIkz7P4gSQ9zi8dgh6S5Grj8NNG7HWYIPfQymGyoZ6JB5d1Lo1g==",
1040+
"dependencies": {
1041+
"Microsoft.Extensions.Logging.Abstractions": "8.0.0",
1042+
"Microsoft.IdentityModel.Logging": "8.14.0"
1043+
}
1044+
},
10131045
"Microsoft.NET.StringTools": {
10141046
"type": "Transitive",
10151047
"resolved": "17.10.4",

0 commit comments

Comments
 (0)