Skip to content

Commit

Permalink
build(deps): bump Marten from 6.4.0 to 6.4.1 (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
skarllot authored Jan 7, 2024
1 parent 883935f commit b42619d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/Expressions.Marten/Expressions.Marten.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Marten" Version="6.4.0" />
<PackageReference Include="Marten" Version="6.4.1" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/Expressions.Marten/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
},
"Marten": {
"type": "Direct",
"requested": "[6.4.0, )",
"resolved": "6.4.0",
"contentHash": "yIIlM6kSPEH/T957f3O5tjL76IYLdoxVSU4qFJkuV73XttoXczgJj0ron4/KCwjxEWmnippeqDAg8uUuez1ejw==",
"requested": "[6.4.1, )",
"resolved": "6.4.1",
"contentHash": "YvgHC2EyL4JP5s2yp/vfwDid1EONaKV7c4i3WVQ4GzK/rBX4RQxkFj3CQHatBlxZtVnTdZwiya8pPNMPM/UHvw==",
"dependencies": {
"JasperFx.CodeGeneration": "3.4.0",
"JasperFx.Core": "1.5.1",
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 @@ -139,8 +139,8 @@
},
"Marten": {
"type": "Transitive",
"resolved": "6.4.0",
"contentHash": "yIIlM6kSPEH/T957f3O5tjL76IYLdoxVSU4qFJkuV73XttoXczgJj0ron4/KCwjxEWmnippeqDAg8uUuez1ejw==",
"resolved": "6.4.1",
"contentHash": "YvgHC2EyL4JP5s2yp/vfwDid1EONaKV7c4i3WVQ4GzK/rBX4RQxkFj3CQHatBlxZtVnTdZwiya8pPNMPM/UHvw==",
"dependencies": {
"JasperFx.CodeGeneration": "3.4.0",
"JasperFx.Core": "1.5.1",
Expand Down Expand Up @@ -1695,7 +1695,7 @@
"Raiqub.Expressions.Marten": {
"type": "Project",
"dependencies": {
"Marten": "[6.4.0, )",
"Marten": "[6.4.1, )",
"Raiqub.Expressions.Writing": "[1.0.0, )"
}
},
Expand Down

0 comments on commit b42619d

Please sign in to comment.