Skip to content

Commit

Permalink
build(deps): update dependency npgsql.entityframeworkcore.postgresql …
Browse files Browse the repository at this point in the history
…to 8.0.10 (#352)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 22, 2024
1 parent 12965c5 commit 56be859
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion tests/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="6.0.1" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageVersion Include="Npgsql" Version="7.0.8" />
<PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.8" />
<PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.10" />
<PackageVersion Include="NSubstitute" Version="5.1.0" />
<PackageVersion Include="Portable.System.DateTimeOnly" Version="8.0.1" />
<PackageVersion Include="Respawn" Version="6.2.1" />
Expand Down
18 changes: 9 additions & 9 deletions tests/Expressions.EntityFrameworkCore.Tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
},
"Npgsql.EntityFrameworkCore.PostgreSQL": {
"type": "Direct",
"requested": "[8.0.8, )",
"resolved": "8.0.8",
"contentHash": "D5WWJZJTgZYUmGv66BARXbTlinp2a5f5RueJqGYoHuWJw02J0i2va/RA+8N4A5hLORK5YKMRqXhFWtKsZdrksw==",
"requested": "[8.0.10, )",
"resolved": "8.0.10",
"contentHash": "gFPl9Dmxih7Yi4tZ3bITzZFzbxFMBx04gqTqcjoL2r5VEW+O2TA5UVw/wm/XW26NAJ7sg59Je0+9QrwiZt6MPQ==",
"dependencies": {
"Microsoft.EntityFrameworkCore": "8.0.8",
"Microsoft.EntityFrameworkCore.Abstractions": "8.0.8",
"Microsoft.EntityFrameworkCore.Relational": "8.0.8",
"Npgsql": "8.0.4"
"Microsoft.EntityFrameworkCore": "8.0.10",
"Microsoft.EntityFrameworkCore.Abstractions": "8.0.10",
"Microsoft.EntityFrameworkCore.Relational": "8.0.10",
"Npgsql": "8.0.5"
}
},
"Portable.System.DateTimeOnly": {
Expand Down Expand Up @@ -687,8 +687,8 @@
"Npgsql": {
"type": "CentralTransitive",
"requested": "[7.0.8, )",
"resolved": "8.0.4",
"contentHash": "vaYEUlF/pB9m8bs21wQv3Da0kMHT4A9USe47VfY/L2BO97xz5KfIxhEu22QS9d68ZrLxvtL3wQDfDLPr2OjbjA==",
"resolved": "8.0.5",
"contentHash": "zRG5V8cyeZLpzJlKzFKjEwkRMYIYnHWJvEor2lWXeccS2E1G2nIWYYhnukB51iz5XsWSVEtqg3AxTWM0QJ6vfg==",
"dependencies": {
"Microsoft.Extensions.Logging.Abstractions": "8.0.0"
}
Expand Down

0 comments on commit 56be859

Please sign in to comment.