Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump AutoMapper from 13.0.1 to 16.0.0
---
updated-dependencies:
- dependency-name: AutoMapper
  dependency-version: 16.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2025
commit ccdff7a3cefdcffda7f1f178fbb402a7bb57ac64
2 changes: 1 addition & 1 deletion TeachingRecordSystem/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageVersion Include="AngleSharp" Version="1.4.0" />
<PackageVersion Include="AspNetCore.HealthChecks.NpgSql" Version="9.0.0" />
<PackageVersion Include="AspNetCore.HealthChecks.Redis" Version="9.0.0" />
<PackageVersion Include="AutoMapper" Version="13.0.1" />
<PackageVersion Include="AutoMapper" Version="16.0.0" />
<PackageVersion Include="Azure.Extensions.AspNetCore.DataProtection.Blobs" Version="1.5.1" />
<PackageVersion Include="Azure.Storage.Blobs" Version="12.26.0" />
<PackageVersion Include="Azure.Storage.Files.DataLake" Version="12.24.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
"net9.0": {
"AutoMapper": {
"type": "Direct",
"requested": "[13.0.1, )",
"resolved": "13.0.1",
"contentHash": "/Fx1SbJ16qS7dU4i604Sle+U9VLX+WSNVJggk6MupKVkYvvBm4XqYaeFuf67diHefHKHs50uQIS2YEDFhPCakQ==",
"requested": "[16.0.0, )",
"resolved": "16.0.0",
"contentHash": "JIhkKjEsUcIPPbCR7cGQlH3a2ySLW2Tof6CXcJb5WbaoUkniREpJOlC2ROkaM/nck2b5JjptLIUdHvbItGvLGQ==",
"dependencies": {
"Microsoft.Extensions.Options": "6.0.0"
"Microsoft.Extensions.Logging.Abstractions": "10.0.0",
"Microsoft.Extensions.Options": "10.0.0",
"Microsoft.IdentityModel.JsonWebTokens": "8.14.0"
}
},
"FluentValidation.AspNetCore": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2091,7 +2091,7 @@
"teachingrecordsystem.api": {
"type": "Project",
"dependencies": {
"AutoMapper": "[13.0.1, )",
"AutoMapper": "[16.0.0, )",
"FluentValidation.AspNetCore": "[11.3.1, )",
"JetBrains.Annotations": "[2025.2.4, )",
"MediatR": "[12.2.0, )",
Expand Down Expand Up @@ -2223,11 +2223,13 @@
},
"AutoMapper": {
"type": "CentralTransitive",
"requested": "[13.0.1, )",
"resolved": "13.0.1",
"contentHash": "/Fx1SbJ16qS7dU4i604Sle+U9VLX+WSNVJggk6MupKVkYvvBm4XqYaeFuf67diHefHKHs50uQIS2YEDFhPCakQ==",
"requested": "[16.0.0, )",
"resolved": "16.0.0",
"contentHash": "JIhkKjEsUcIPPbCR7cGQlH3a2ySLW2Tof6CXcJb5WbaoUkniREpJOlC2ROkaM/nck2b5JjptLIUdHvbItGvLGQ==",
"dependencies": {
"Microsoft.Extensions.Options": "6.0.0"
"Microsoft.Extensions.Logging.Abstractions": "10.0.0",
"Microsoft.Extensions.Options": "10.0.0",
"Microsoft.IdentityModel.JsonWebTokens": "8.14.0"
}
},
"Azure.Extensions.AspNetCore.DataProtection.Blobs": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2065,7 +2065,7 @@
"teachingrecordsystem.api": {
"type": "Project",
"dependencies": {
"AutoMapper": "[13.0.1, )",
"AutoMapper": "[16.0.0, )",
"FluentValidation.AspNetCore": "[11.3.1, )",
"JetBrains.Annotations": "[2025.2.4, )",
"MediatR": "[12.2.0, )",
Expand Down Expand Up @@ -2197,11 +2197,13 @@
},
"AutoMapper": {
"type": "CentralTransitive",
"requested": "[13.0.1, )",
"resolved": "13.0.1",
"contentHash": "/Fx1SbJ16qS7dU4i604Sle+U9VLX+WSNVJggk6MupKVkYvvBm4XqYaeFuf67diHefHKHs50uQIS2YEDFhPCakQ==",
"requested": "[16.0.0, )",
"resolved": "16.0.0",
"contentHash": "JIhkKjEsUcIPPbCR7cGQlH3a2ySLW2Tof6CXcJb5WbaoUkniREpJOlC2ROkaM/nck2b5JjptLIUdHvbItGvLGQ==",
"dependencies": {
"Microsoft.Extensions.Options": "6.0.0"
"Microsoft.Extensions.Logging.Abstractions": "10.0.0",
"Microsoft.Extensions.Options": "10.0.0",
"Microsoft.IdentityModel.JsonWebTokens": "8.14.0"
}
},
"Azure.Extensions.AspNetCore.DataProtection.Blobs": {
Expand Down
Loading