Skip to content

Commit

Permalink
build(deps): update dependency marten to v7.25.2 (#294)
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 Jul 31, 2024
1 parent 579b476 commit a3ec6a4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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 @@ -14,7 +14,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Marten" Version="7.25.1" />
<PackageReference Include="Marten" Version="7.25.2" />
</ItemGroup>

<ItemGroup>
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 @@ -16,9 +16,9 @@
},
"Marten": {
"type": "Direct",
"requested": "[7.25.1, )",
"resolved": "7.25.1",
"contentHash": "cVhHSQrAwri49b+POWDH1PmXmX9CAkXfSe8iPjw6OGbpy0OVWsZodi5WB5xBJUa4wlP1PG9jvlynYF8LhA80kA==",
"requested": "[7.25.2, )",
"resolved": "7.25.2",
"contentHash": "0r10FUf8cm0C3DZegG4vzvtXrf7/rAxBFGuy/cNBYyRskT1I6Xzt3XyQtfi3JlhbTpkAws+lmlfCytn4E+RjEw==",
"dependencies": {
"JasperFx.CodeGeneration": "3.5.3",
"JasperFx.Core": "1.7.2",
Expand Down Expand Up @@ -518,9 +518,9 @@
},
"Marten": {
"type": "Direct",
"requested": "[7.25.1, )",
"resolved": "7.25.1",
"contentHash": "cVhHSQrAwri49b+POWDH1PmXmX9CAkXfSe8iPjw6OGbpy0OVWsZodi5WB5xBJUa4wlP1PG9jvlynYF8LhA80kA==",
"requested": "[7.25.2, )",
"resolved": "7.25.2",
"contentHash": "0r10FUf8cm0C3DZegG4vzvtXrf7/rAxBFGuy/cNBYyRskT1I6Xzt3XyQtfi3JlhbTpkAws+lmlfCytn4E+RjEw==",
"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.25.1",
"contentHash": "cVhHSQrAwri49b+POWDH1PmXmX9CAkXfSe8iPjw6OGbpy0OVWsZodi5WB5xBJUa4wlP1PG9jvlynYF8LhA80kA==",
"resolved": "7.25.2",
"contentHash": "0r10FUf8cm0C3DZegG4vzvtXrf7/rAxBFGuy/cNBYyRskT1I6Xzt3XyQtfi3JlhbTpkAws+lmlfCytn4E+RjEw==",
"dependencies": {
"JasperFx.CodeGeneration": "3.5.3",
"JasperFx.Core": "1.7.2",
Expand Down Expand Up @@ -931,7 +931,7 @@
"Raiqub.Expressions.Marten": {
"type": "Project",
"dependencies": {
"Marten": "[7.25.1, )",
"Marten": "[7.25.2, )",
"Raiqub.Expressions.Database": "[1.0.0, )",
"Raiqub.Expressions.Writing": "[1.0.0, )"
}
Expand Down

0 comments on commit a3ec6a4

Please sign in to comment.