Skip to content

Commit 8b7994e

Browse files
authored
Merge pull request #277 from gitfool/renovate/fluentvalidation-12.x
2 parents c4c75d2 + bb99e47 commit 8b7994e

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

Cli/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@
163163
},
164164
"FluentValidation": {
165165
"type": "Transitive",
166-
"resolved": "11.11.0",
167-
"contentHash": "cyIVdQBwSipxWG8MA3Rqox7iNbUNUTK5bfJi9tIdm4CAfH71Oo5ABLP4/QyrUwuakqpUEPGtE43BDddvEehuYw=="
166+
"resolved": "12.0.0",
167+
"contentHash": "8NVLxtMUXynRHJIX3Hn1ACovaqZIJASufXIIFkD0EUbcd5PmMsL1xUD5h548gCezJ5BzlITaR9CAMrGe29aWpA=="
168168
},
169169
"Microsoft.Extensions.Configuration": {
170170
"type": "Transitive",
@@ -471,7 +471,7 @@
471471
"library": {
472472
"type": "Project",
473473
"dependencies": {
474-
"FluentValidation": "[11.11.0, )",
474+
"FluentValidation": "[12.0.0, )",
475475
"YamlDotNet": "[16.3.0, )"
476476
}
477477
}

Library/Library.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</PropertyGroup>
55

66
<ItemGroup>
7-
<PackageReference Include="FluentValidation" Version="11.11.0" />
7+
<PackageReference Include="FluentValidation" Version="12.0.0" />
88
<PackageReference Include="YamlDotNet" Version="16.3.0" />
99
</ItemGroup>
1010
</Project>

Library/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"net9.0": {
55
"FluentValidation": {
66
"type": "Direct",
7-
"requested": "[11.11.0, )",
8-
"resolved": "11.11.0",
9-
"contentHash": "cyIVdQBwSipxWG8MA3Rqox7iNbUNUTK5bfJi9tIdm4CAfH71Oo5ABLP4/QyrUwuakqpUEPGtE43BDddvEehuYw=="
7+
"requested": "[12.0.0, )",
8+
"resolved": "12.0.0",
9+
"contentHash": "8NVLxtMUXynRHJIX3Hn1ACovaqZIJASufXIIFkD0EUbcd5PmMsL1xUD5h548gCezJ5BzlITaR9CAMrGe29aWpA=="
1010
},
1111
"YamlDotNet": {
1212
"type": "Direct",

Tests/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@
7878
},
7979
"FluentValidation": {
8080
"type": "Transitive",
81-
"resolved": "11.11.0",
82-
"contentHash": "cyIVdQBwSipxWG8MA3Rqox7iNbUNUTK5bfJi9tIdm4CAfH71Oo5ABLP4/QyrUwuakqpUEPGtE43BDddvEehuYw=="
81+
"resolved": "12.0.0",
82+
"contentHash": "8NVLxtMUXynRHJIX3Hn1ACovaqZIJASufXIIFkD0EUbcd5PmMsL1xUD5h548gCezJ5BzlITaR9CAMrGe29aWpA=="
8383
},
8484
"Flurl": {
8585
"type": "Transitive",
@@ -626,7 +626,7 @@
626626
"library": {
627627
"type": "Project",
628628
"dependencies": {
629-
"FluentValidation": "[11.11.0, )",
629+
"FluentValidation": "[12.0.0, )",
630630
"YamlDotNet": "[16.3.0, )"
631631
}
632632
}

0 commit comments

Comments
 (0)