Skip to content

Commit

Permalink
build(deps): bump NodaTime from 3.2.0 to 3.2.1
Browse files Browse the repository at this point in the history
Bumps [NodaTime](https://github.com/nodatime/nodatime) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/nodatime/nodatime/releases)
- [Commits](nodatime/nodatime@3.2.0...3.2.1)

---
updated-dependencies:
- dependency-name: NodaTime
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 2d6fad2 commit 87263db
Show file tree
Hide file tree
Showing 10 changed files with 47 additions and 89 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<PackageVersion Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="9.0.0"/>
<PackageVersion Include="Microsoft.Extensions.Options.DataAnnotations" Version="9.0.0"/>
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0"/>
<PackageVersion Include="NodaTime" Version="3.2.0"/>
<PackageVersion Include="NodaTime" Version="3.2.1"/>
<PackageVersion Include="NodaTime.Bogus" Version="3.0.2"/>
<PackageVersion Include="NodaTime.Serialization.SystemTextJson" Version="1.2.0"/>
<PackageVersion Include="Npgsql.DependencyInjection" Version="9.0.1"/>
Expand Down
14 changes: 7 additions & 7 deletions source/Gnomeshade.Avalonia.Core/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@
},
"Microsoft.NET.ILLink.Tasks": {
"type": "Direct",
"requested": "[8.0.10, )",
"resolved": "8.0.10",
"contentHash": "xT8jYjlroY7SLbGtoV9vUTVW/TPgodL4Egc31a444Xe0TMytLZ3UlKQ0kxMZsy/CrWsFB6wtKnSG1SsXcWreew=="
"requested": "[8.0.11, )",
"resolved": "8.0.11",
"contentHash": "zk5lnZrYJgtuJG8L4v17Ej8rZ3PUcR2iweNV08BaO5LbYHIi2wNaVNcJoLxvqgQdnjLlKnCCfVGLDr6QHeAarQ=="
},
"PropertyChanged.SourceGenerator": {
"type": "Direct",
Expand Down Expand Up @@ -375,7 +375,7 @@
"type": "Project",
"dependencies": {
"Microsoft.AspNetCore.Http.Features": "[5.0.17, )",
"NodaTime": "[3.2.0, )"
"NodaTime": "[3.2.1, )"
}
},
"Microsoft.AspNetCore.Http.Features": {
Expand All @@ -400,9 +400,9 @@
},
"NodaTime": {
"type": "CentralTransitive",
"requested": "[3.2.0, )",
"resolved": "3.2.0",
"contentHash": "yoRA3jEJn8NM0/rQm78zuDNPA3DonNSZdsorMUj+dltc1D+/Lc5h9YXGqbEEZozMGr37lAoYkcSM/KjTVqD0ow=="
"requested": "[3.2.1, )",
"resolved": "3.2.1",
"contentHash": "D1aHhUfPQUxU2nfDCVuSLahpp0xCYZTmj/KNH3mSK/tStJYcx9HO9aJ0qbOP3hzjGPV/DXOqY2AHe27Nt4xs4g=="
},
"NodaTime.Serialization.SystemTextJson": {
"type": "CentralTransitive",
Expand Down
14 changes: 4 additions & 10 deletions source/Gnomeshade.Data.PostgreSQL/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@
"resolved": "2024.3.0",
"contentHash": "ox5pkeLQXjvJdyAB4b2sBYAlqZGLh3PjSnP1bQNVx72ONuTJ9+34/+Rq91Fc0dG29XG9RgZur9+NcP4riihTug=="
},
"Microsoft.NET.ILLink.Tasks": {
"type": "Direct",
"requested": "[8.0.10, )",
"resolved": "8.0.10",
"contentHash": "xT8jYjlroY7SLbGtoV9vUTVW/TPgodL4Egc31a444Xe0TMytLZ3UlKQ0kxMZsy/CrWsFB6wtKnSG1SsXcWreew=="
},
"Npgsql.DependencyInjection": {
"type": "Direct",
"requested": "[9.0.1, )",
Expand Down Expand Up @@ -802,7 +796,7 @@
"Dapper": "[2.1.35, )",
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "[8.0.11, )",
"Microsoft.Extensions.Identity.Stores": "[8.0.11, )",
"NodaTime": "[3.2.0, )",
"NodaTime": "[3.2.1, )",
"dbup-core": "[5.0.87, )"
}
},
Expand Down Expand Up @@ -863,9 +857,9 @@
},
"NodaTime": {
"type": "CentralTransitive",
"requested": "[3.2.0, )",
"resolved": "3.2.0",
"contentHash": "yoRA3jEJn8NM0/rQm78zuDNPA3DonNSZdsorMUj+dltc1D+/Lc5h9YXGqbEEZozMGr37lAoYkcSM/KjTVqD0ow=="
"requested": "[3.2.1, )",
"resolved": "3.2.1",
"contentHash": "D1aHhUfPQUxU2nfDCVuSLahpp0xCYZTmj/KNH3mSK/tStJYcx9HO9aJ0qbOP3hzjGPV/DXOqY2AHe27Nt4xs4g=="
}
}
}
Expand Down
14 changes: 4 additions & 10 deletions source/Gnomeshade.Data.Sqlite/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,6 @@
"System.Text.Json": "9.0.0"
}
},
"Microsoft.NET.ILLink.Tasks": {
"type": "Direct",
"requested": "[8.0.10, )",
"resolved": "8.0.10",
"contentHash": "xT8jYjlroY7SLbGtoV9vUTVW/TPgodL4Egc31a444Xe0TMytLZ3UlKQ0kxMZsy/CrWsFB6wtKnSG1SsXcWreew=="
},
"StyleCop.Analyzers": {
"type": "Direct",
"requested": "[1.2.0-beta.556, )",
Expand Down Expand Up @@ -1197,7 +1191,7 @@
"Dapper": "[2.1.35, )",
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "[8.0.11, )",
"Microsoft.Extensions.Identity.Stores": "[8.0.11, )",
"NodaTime": "[3.2.0, )",
"NodaTime": "[3.2.1, )",
"dbup-core": "[5.0.87, )"
}
},
Expand Down Expand Up @@ -1258,9 +1252,9 @@
},
"NodaTime": {
"type": "CentralTransitive",
"requested": "[3.2.0, )",
"resolved": "3.2.0",
"contentHash": "yoRA3jEJn8NM0/rQm78zuDNPA3DonNSZdsorMUj+dltc1D+/Lc5h9YXGqbEEZozMGr37lAoYkcSM/KjTVqD0ow=="
"requested": "[3.2.1, )",
"resolved": "3.2.1",
"contentHash": "D1aHhUfPQUxU2nfDCVuSLahpp0xCYZTmj/KNH3mSK/tStJYcx9HO9aJ0qbOP3hzjGPV/DXOqY2AHe27Nt4xs4g=="
}
}
}
Expand Down
12 changes: 3 additions & 9 deletions source/Gnomeshade.Data/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,11 @@
"Microsoft.Extensions.Logging": "8.0.1"
}
},
"Microsoft.NET.ILLink.Tasks": {
"type": "Direct",
"requested": "[8.0.10, )",
"resolved": "8.0.10",
"contentHash": "xT8jYjlroY7SLbGtoV9vUTVW/TPgodL4Egc31a444Xe0TMytLZ3UlKQ0kxMZsy/CrWsFB6wtKnSG1SsXcWreew=="
},
"NodaTime": {
"type": "Direct",
"requested": "[3.2.0, )",
"resolved": "3.2.0",
"contentHash": "yoRA3jEJn8NM0/rQm78zuDNPA3DonNSZdsorMUj+dltc1D+/Lc5h9YXGqbEEZozMGr37lAoYkcSM/KjTVqD0ow=="
"requested": "[3.2.1, )",
"resolved": "3.2.1",
"contentHash": "D1aHhUfPQUxU2nfDCVuSLahpp0xCYZTmj/KNH3mSK/tStJYcx9HO9aJ0qbOP3hzjGPV/DXOqY2AHe27Nt4xs4g=="
},
"StyleCop.Analyzers": {
"type": "Direct",
Expand Down
16 changes: 8 additions & 8 deletions source/Gnomeshade.WebApi/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,15 @@
},
"Microsoft.NET.ILLink.Tasks": {
"type": "Direct",
"requested": "[8.0.10, )",
"resolved": "8.0.10",
"contentHash": "xT8jYjlroY7SLbGtoV9vUTVW/TPgodL4Egc31a444Xe0TMytLZ3UlKQ0kxMZsy/CrWsFB6wtKnSG1SsXcWreew=="
"requested": "[8.0.11, )",
"resolved": "8.0.11",
"contentHash": "zk5lnZrYJgtuJG8L4v17Ej8rZ3PUcR2iweNV08BaO5LbYHIi2wNaVNcJoLxvqgQdnjLlKnCCfVGLDr6QHeAarQ=="
},
"NodaTime": {
"type": "Direct",
"requested": "[3.2.0, )",
"resolved": "3.2.0",
"contentHash": "yoRA3jEJn8NM0/rQm78zuDNPA3DonNSZdsorMUj+dltc1D+/Lc5h9YXGqbEEZozMGr37lAoYkcSM/KjTVqD0ow=="
"requested": "[3.2.1, )",
"resolved": "3.2.1",
"contentHash": "D1aHhUfPQUxU2nfDCVuSLahpp0xCYZTmj/KNH3mSK/tStJYcx9HO9aJ0qbOP3hzjGPV/DXOqY2AHe27Nt4xs4g=="
},
"NodaTime.Serialization.SystemTextJson": {
"type": "Direct",
Expand Down Expand Up @@ -1833,7 +1833,7 @@
"Dapper": "[2.1.35, )",
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "[8.0.11, )",
"Microsoft.Extensions.Identity.Stores": "[8.0.11, )",
"NodaTime": "[3.2.0, )",
"NodaTime": "[3.2.1, )",
"dbup-core": "[5.0.87, )"
}
},
Expand Down Expand Up @@ -1874,7 +1874,7 @@
"type": "Project",
"dependencies": {
"Microsoft.AspNetCore.Http.Features": "[5.0.17, )",
"NodaTime": "[3.2.0, )"
"NodaTime": "[3.2.1, )"
}
},
"Dapper": {
Expand Down
14 changes: 4 additions & 10 deletions tests/Gnomeshade.Data.Tests.Integration/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,6 @@
"Microsoft.Extensions.FileProviders.Physical": "9.0.0"
}
},
"Microsoft.NET.ILLink.Tasks": {
"type": "Direct",
"requested": "[8.0.10, )",
"resolved": "8.0.10",
"contentHash": "xT8jYjlroY7SLbGtoV9vUTVW/TPgodL4Egc31a444Xe0TMytLZ3UlKQ0kxMZsy/CrWsFB6wtKnSG1SsXcWreew=="
},
"Microsoft.NET.Test.Sdk": {
"type": "Direct",
"requested": "[17.12.0, )",
Expand Down Expand Up @@ -1158,7 +1152,7 @@
"Dapper": "[2.1.35, )",
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "[8.0.11, )",
"Microsoft.Extensions.Identity.Stores": "[8.0.11, )",
"NodaTime": "[3.2.0, )",
"NodaTime": "[3.2.1, )",
"dbup-core": "[5.0.87, )"
}
},
Expand Down Expand Up @@ -1259,9 +1253,9 @@
},
"NodaTime": {
"type": "CentralTransitive",
"requested": "[3.2.0, )",
"resolved": "3.2.0",
"contentHash": "yoRA3jEJn8NM0/rQm78zuDNPA3DonNSZdsorMUj+dltc1D+/Lc5h9YXGqbEEZozMGr37lAoYkcSM/KjTVqD0ow=="
"requested": "[3.2.1, )",
"resolved": "3.2.1",
"contentHash": "D1aHhUfPQUxU2nfDCVuSLahpp0xCYZTmj/KNH3mSK/tStJYcx9HO9aJ0qbOP3hzjGPV/DXOqY2AHe27Nt4xs4g=="
},
"Npgsql.DependencyInjection": {
"type": "CentralTransitive",
Expand Down
14 changes: 4 additions & 10 deletions tests/Gnomeshade.TestingHelpers/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@
"resolved": "4.1.0",
"contentHash": "DsED7jD2lJK8K3Chpex38yNH2UmuKck1ML4QtSeBVk+eH7uVJL95peTmg6sxEje93IOu9bn1dMfXPqtsfAWcBg=="
},
"Microsoft.NET.ILLink.Tasks": {
"type": "Direct",
"requested": "[8.0.10, )",
"resolved": "8.0.10",
"contentHash": "xT8jYjlroY7SLbGtoV9vUTVW/TPgodL4Egc31a444Xe0TMytLZ3UlKQ0kxMZsy/CrWsFB6wtKnSG1SsXcWreew=="
},
"Microsoft.NET.Test.Sdk": {
"type": "Direct",
"requested": "[17.12.0, )",
Expand Down Expand Up @@ -362,7 +356,7 @@
"type": "Project",
"dependencies": {
"Microsoft.AspNetCore.Http.Features": "[5.0.17, )",
"NodaTime": "[3.2.0, )"
"NodaTime": "[3.2.1, )"
}
},
"IdentityModel.OidcClient": {
Expand Down Expand Up @@ -440,9 +434,9 @@
},
"NodaTime": {
"type": "CentralTransitive",
"requested": "[3.2.0, )",
"resolved": "3.2.0",
"contentHash": "yoRA3jEJn8NM0/rQm78zuDNPA3DonNSZdsorMUj+dltc1D+/Lc5h9YXGqbEEZozMGr37lAoYkcSM/KjTVqD0ow=="
"requested": "[3.2.1, )",
"resolved": "3.2.1",
"contentHash": "D1aHhUfPQUxU2nfDCVuSLahpp0xCYZTmj/KNH3mSK/tStJYcx9HO9aJ0qbOP3hzjGPV/DXOqY2AHe27Nt4xs4g=="
},
"NodaTime.Serialization.SystemTextJson": {
"type": "CentralTransitive",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,6 @@
"Microsoft.Extensions.FileProviders.Physical": "9.0.0"
}
},
"Microsoft.NET.ILLink.Tasks": {
"type": "Direct",
"requested": "[8.0.10, )",
"resolved": "8.0.10",
"contentHash": "xT8jYjlroY7SLbGtoV9vUTVW/TPgodL4Egc31a444Xe0TMytLZ3UlKQ0kxMZsy/CrWsFB6wtKnSG1SsXcWreew=="
},
"Microsoft.NET.Test.Sdk": {
"type": "Direct",
"requested": "[17.12.0, )",
Expand Down Expand Up @@ -2010,7 +2004,7 @@
"Dapper": "[2.1.35, )",
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "[8.0.11, )",
"Microsoft.Extensions.Identity.Stores": "[8.0.11, )",
"NodaTime": "[3.2.0, )",
"NodaTime": "[3.2.1, )",
"dbup-core": "[5.0.87, )"
}
},
Expand Down Expand Up @@ -2062,7 +2056,7 @@
"Microsoft.AspNetCore.Authentication.JwtBearer": "[8.0.11, )",
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "[8.0.11, )",
"Microsoft.Extensions.Http.Polly": "[9.0.0, )",
"NodaTime": "[3.2.0, )",
"NodaTime": "[3.2.1, )",
"NodaTime.Serialization.SystemTextJson": "[1.2.0, )",
"OpenTelemetry.Exporter.OpenTelemetryProtocol": "[1.10.0, )",
"OpenTelemetry.Extensions.Hosting": "[1.10.0, )",
Expand Down Expand Up @@ -2094,7 +2088,7 @@
"type": "Project",
"dependencies": {
"Microsoft.AspNetCore.Http.Features": "[5.0.17, )",
"NodaTime": "[3.2.0, )"
"NodaTime": "[3.2.1, )"
}
},
"Ardalis.SmartEnum": {
Expand Down Expand Up @@ -2383,9 +2377,9 @@
},
"NodaTime": {
"type": "CentralTransitive",
"requested": "[3.2.0, )",
"resolved": "3.2.0",
"contentHash": "yoRA3jEJn8NM0/rQm78zuDNPA3DonNSZdsorMUj+dltc1D+/Lc5h9YXGqbEEZozMGr37lAoYkcSM/KjTVqD0ow=="
"requested": "[3.2.1, )",
"resolved": "3.2.1",
"contentHash": "D1aHhUfPQUxU2nfDCVuSLahpp0xCYZTmj/KNH3mSK/tStJYcx9HO9aJ0qbOP3hzjGPV/DXOqY2AHe27Nt4xs4g=="
},
"NodaTime.Bogus": {
"type": "CentralTransitive",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,6 @@
"Microsoft.Extensions.FileProviders.Physical": "9.0.0"
}
},
"Microsoft.NET.ILLink.Tasks": {
"type": "Direct",
"requested": "[8.0.10, )",
"resolved": "8.0.10",
"contentHash": "xT8jYjlroY7SLbGtoV9vUTVW/TPgodL4Egc31a444Xe0TMytLZ3UlKQ0kxMZsy/CrWsFB6wtKnSG1SsXcWreew=="
},
"Microsoft.NET.Test.Sdk": {
"type": "Direct",
"requested": "[17.12.0, )",
Expand Down Expand Up @@ -2006,7 +2000,7 @@
"Dapper": "[2.1.35, )",
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "[8.0.11, )",
"Microsoft.Extensions.Identity.Stores": "[8.0.11, )",
"NodaTime": "[3.2.0, )",
"NodaTime": "[3.2.1, )",
"dbup-core": "[5.0.87, )"
}
},
Expand Down Expand Up @@ -2058,7 +2052,7 @@
"Microsoft.AspNetCore.Authentication.JwtBearer": "[8.0.11, )",
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "[8.0.11, )",
"Microsoft.Extensions.Http.Polly": "[9.0.0, )",
"NodaTime": "[3.2.0, )",
"NodaTime": "[3.2.1, )",
"NodaTime.Serialization.SystemTextJson": "[1.2.0, )",
"OpenTelemetry.Exporter.OpenTelemetryProtocol": "[1.10.0, )",
"OpenTelemetry.Extensions.Hosting": "[1.10.0, )",
Expand Down Expand Up @@ -2090,7 +2084,7 @@
"type": "Project",
"dependencies": {
"Microsoft.AspNetCore.Http.Features": "[5.0.17, )",
"NodaTime": "[3.2.0, )"
"NodaTime": "[3.2.1, )"
}
},
"Ardalis.SmartEnum": {
Expand Down Expand Up @@ -2373,9 +2367,9 @@
},
"NodaTime": {
"type": "CentralTransitive",
"requested": "[3.2.0, )",
"resolved": "3.2.0",
"contentHash": "yoRA3jEJn8NM0/rQm78zuDNPA3DonNSZdsorMUj+dltc1D+/Lc5h9YXGqbEEZozMGr37lAoYkcSM/KjTVqD0ow=="
"requested": "[3.2.1, )",
"resolved": "3.2.1",
"contentHash": "D1aHhUfPQUxU2nfDCVuSLahpp0xCYZTmj/KNH3mSK/tStJYcx9HO9aJ0qbOP3hzjGPV/DXOqY2AHe27Nt4xs4g=="
},
"NodaTime.Bogus": {
"type": "CentralTransitive",
Expand Down

0 comments on commit 87263db

Please sign in to comment.