Skip to content

Commit

Permalink
build(deps): update dependency marten to v7.26.3 (#307)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 26, 2024
1 parent 71441df commit de3b1c8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="DotNet.ReproducibleBuilds" Version="1.2.4" />
<PackageVersion Include="Marten" Version="7.26.1" />
<PackageVersion Include="Marten" Version="7.26.3" />
<PackageVersion Include="Nerdbank.GitVersioning" Version="3.6.141" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
Expand Down
12 changes: 6 additions & 6 deletions src/Expressions.Marten/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"Marten": {
"type": "Direct",
"requested": "[7.26.1, )",
"resolved": "7.26.1",
"contentHash": "4OUjY9Q7f4borKkz/Ac4Fccwpdup3smSoWwSQiAkgj1HwdkqxKrWitdmkweiRn0bsGTwV8XS4+CLToUD7nGvyQ==",
"requested": "[7.26.3, )",
"resolved": "7.26.3",
"contentHash": "xPNoFAe9LVj6FDRYKiDAkr6UtccDs2elUXO6FgLol3oiZhs6bNxHez1pUU3N5QMZ55JwQSiRadibfCRPlnbJLA==",
"dependencies": {
"JasperFx.CodeGeneration": "3.5.3",
"JasperFx.Core": "1.7.2",
Expand Down Expand Up @@ -461,9 +461,9 @@
},
"Marten": {
"type": "Direct",
"requested": "[7.26.1, )",
"resolved": "7.26.1",
"contentHash": "4OUjY9Q7f4borKkz/Ac4Fccwpdup3smSoWwSQiAkgj1HwdkqxKrWitdmkweiRn0bsGTwV8XS4+CLToUD7nGvyQ==",
"requested": "[7.26.3, )",
"resolved": "7.26.3",
"contentHash": "xPNoFAe9LVj6FDRYKiDAkr6UtccDs2elUXO6FgLol3oiZhs6bNxHez1pUU3N5QMZ55JwQSiRadibfCRPlnbJLA==",
"dependencies": {
"JasperFx.CodeGeneration": "3.5.3",
"JasperFx.Core": "1.7.2",
Expand Down
6 changes: 3 additions & 3 deletions tests/Expressions.Marten.Tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@
},
"Marten": {
"type": "Transitive",
"resolved": "7.26.1",
"contentHash": "4OUjY9Q7f4borKkz/Ac4Fccwpdup3smSoWwSQiAkgj1HwdkqxKrWitdmkweiRn0bsGTwV8XS4+CLToUD7nGvyQ==",
"resolved": "7.26.3",
"contentHash": "xPNoFAe9LVj6FDRYKiDAkr6UtccDs2elUXO6FgLol3oiZhs6bNxHez1pUU3N5QMZ55JwQSiRadibfCRPlnbJLA==",
"dependencies": {
"JasperFx.CodeGeneration": "3.5.3",
"JasperFx.Core": "1.7.2",
Expand Down Expand Up @@ -889,7 +889,7 @@
"Raiqub.Expressions.Marten": {
"type": "Project",
"dependencies": {
"Marten": "[7.26.1, )",
"Marten": "[7.26.3, )",
"Raiqub.Expressions.Database": "[1.0.0, )",
"Raiqub.Expressions.Writing": "[1.0.0, )"
}
Expand Down

0 comments on commit de3b1c8

Please sign in to comment.