Skip to content

Commit

Permalink
build(deps): bump the weather_backend_minor_updates group
Browse files Browse the repository at this point in the history
Bumps the weather_backend_minor_updates group in /weather-backend with 4 updates: [AWSSDK.DynamoDBv2](https://github.com/aws/aws-sdk-net), [libphonenumber-csharp](https://github.com/twcclegg/libphonenumber-csharp), [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) and [NewRelic.Agent](https://github.com/newrelic/newrelic-dotnet-agent).


Updates `AWSSDK.DynamoDBv2` from 3.7.404.11 to 3.7.405.13
- [Release notes](https://github.com/aws/aws-sdk-net/releases)
- [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD)
- [Commits](https://github.com/aws/aws-sdk-net/commits)

Updates `libphonenumber-csharp` from 8.13.52 to 8.13.54
- [Release notes](https://github.com/twcclegg/libphonenumber-csharp/releases)
- [Commits](twcclegg/libphonenumber-csharp@v8.13.52...v8.13.54)

Updates `Microsoft.EntityFrameworkCore` from 8.0.11 to 8.0.12
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v8.0.11...v8.0.12)

Updates `NewRelic.Agent` from 10.34.1 to 10.35.0
- [Release notes](https://github.com/newrelic/newrelic-dotnet-agent/releases)
- [Commits](newrelic/newrelic-dotnet-agent@v10.34.1...v10.35.0)

---
updated-dependencies:
- dependency-name: AWSSDK.DynamoDBv2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: weather_backend_minor_updates
- dependency-name: libphonenumber-csharp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: weather_backend_minor_updates
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: weather_backend_minor_updates
- dependency-name: NewRelic.Agent
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: weather_backend_minor_updates
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent afb5e30 commit 1787146
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions weather-backend/weather-backend.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@
<ItemGroup>
<PackageReference Include="AutoMapper" Version="12.0.1" />
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.1" />
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.404.11" />
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.405.13" />
<PackageReference Include="AWSSDK.Extensions.NETCore.Setup" Version="3.7.301" />
<PackageReference Include="AWSSDK.SecurityToken" Version="3.7.401.19" />
<PackageReference Include="AWSSDK.SimpleSystemsManagement" Version="3.7.403.14" />
<PackageReference Include="AWSSDK.Translate" Version="3.7.400.70" />
<PackageReference Include="ConfigCat.Client" Version="9.3.2" />
<PackageReference Include="Cronos" Version="0.9.0" />
<PackageReference Include="Dapper" Version="2.1.35" />
<PackageReference Include="libphonenumber-csharp" Version="8.13.52" />
<PackageReference Include="NewRelic.Agent" Version="10.34.1" />
<PackageReference Include="libphonenumber-csharp" Version="8.13.54" />
<PackageReference Include="NewRelic.Agent" Version="10.35.0" />
<PackageReference Include="Npgsql" Version="7.0.9" />
<PackageReference Include="Sodium.Core" Version="1.3.5" />
<PackageReference Include="StackExchange.Redis" Version="2.8.24" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.9.0" />
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="6.9.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.11" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.12" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion weather-domain/weather-domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.404.11"/>
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.405.13"/>
</ItemGroup>

</Project>

0 comments on commit 1787146

Please sign in to comment.