Skip to content

Commit

Permalink
build(deps): update dependency marten to v7.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 24, 2024
1 parent 188084c commit 67c191f
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.14.0" />
<PackageReference Include="Marten" Version="7.15.0" />
</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.14.0, )",
"resolved": "7.14.0",
"contentHash": "BhvJ5/XS+VA7b45lcsq0GQMeA+rnTeQ0Cqv0vnkqF+KbdDPUkT30r4+97900h7bxTdf8cwpk+psTIoC3IMpz0g==",
"requested": "[7.15.0, )",
"resolved": "7.15.0",
"contentHash": "pfPwPWI/eyPYM3H43YMJ/rv2vPJgUGkMzDrAgdqkam7YBrQUzX7mGSGYPFLTrj7OhCyjda6Sh3j1cYELimCLHA==",
"dependencies": {
"JasperFx.CodeGeneration": "3.5.3",
"JasperFx.Core": "1.5.1",
Expand Down Expand Up @@ -494,9 +494,9 @@
},
"Marten": {
"type": "Direct",
"requested": "[7.14.0, )",
"resolved": "7.14.0",
"contentHash": "BhvJ5/XS+VA7b45lcsq0GQMeA+rnTeQ0Cqv0vnkqF+KbdDPUkT30r4+97900h7bxTdf8cwpk+psTIoC3IMpz0g==",
"requested": "[7.15.0, )",
"resolved": "7.15.0",
"contentHash": "pfPwPWI/eyPYM3H43YMJ/rv2vPJgUGkMzDrAgdqkam7YBrQUzX7mGSGYPFLTrj7OhCyjda6Sh3j1cYELimCLHA==",
"dependencies": {
"JasperFx.CodeGeneration": "3.5.3",
"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 @@ -134,8 +134,8 @@
},
"Marten": {
"type": "Transitive",
"resolved": "7.14.0",
"contentHash": "BhvJ5/XS+VA7b45lcsq0GQMeA+rnTeQ0Cqv0vnkqF+KbdDPUkT30r4+97900h7bxTdf8cwpk+psTIoC3IMpz0g==",
"resolved": "7.15.0",
"contentHash": "pfPwPWI/eyPYM3H43YMJ/rv2vPJgUGkMzDrAgdqkam7YBrQUzX7mGSGYPFLTrj7OhCyjda6Sh3j1cYELimCLHA==",
"dependencies": {
"JasperFx.CodeGeneration": "3.5.3",
"JasperFx.Core": "1.5.1",
Expand Down Expand Up @@ -928,7 +928,7 @@
"Raiqub.Expressions.Marten": {
"type": "Project",
"dependencies": {
"Marten": "[7.14.0, )",
"Marten": "[7.15.0, )",
"Raiqub.Expressions.Database": "[1.0.0, )",
"Raiqub.Expressions.Writing": "[1.0.0, )"
}
Expand Down

0 comments on commit 67c191f

Please sign in to comment.