Skip to content

Commit 32e951e

Browse files
Update all non-major dependencies
1 parent c26b697 commit 32e951e

11 files changed

Lines changed: 137 additions & 134 deletions

File tree

.github/workflows/android-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
path: app/android/app/build/outputs/bundle/release/app-release.aab
8989

9090
- name: Upload Android Release to Play Store
91-
uses: r0adkll/upload-google-play@v1.1.3
91+
uses: r0adkll/upload-google-play@v1.1.4
9292
with:
9393
packageName: com.limajuice.liftlog
9494
releaseFiles: app/android/app/build/outputs/bundle/release/app-release.aab

backend/LiftLog.Api/LiftLog.Api.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<ProjectReference Include="..\RevenueCat\RevenueCat.csproj" />
1515
</ItemGroup>
1616
<ItemGroup>
17-
<PackageReference Include="Anthropic" Version="12.9.0" />
17+
<PackageReference Include="Anthropic" Version="12.13.0" />
1818
<PackageReference Include="AutomaticInterface" Version="5.2.6">
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
<PrivateAssets>all</PrivateAssets>
@@ -23,13 +23,13 @@
2323
<PackageReference Include="FluentValidation" Version="12.1.1" />
2424
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="12.1.1" />
2525
<PackageReference Include="EFCore.NamingConventions" Version="10.0.1" />
26-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.5" />
27-
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="10.0.5" />
28-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.5">
26+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.6" />
27+
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="10.0.6" />
28+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.6">
2929
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3030
<PrivateAssets>all</PrivateAssets>
3131
</PackageReference>
32-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="10.0.5" />
32+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="10.0.6" />
3333
<PackageReference Include="Microsoft.Extensions.AI" Version="10.4.1" />
3434
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.1" />
3535
</ItemGroup>

examples/remote-backup/reference-server-implementation/aws-lambda-s3-deployable/src/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.14.7
1+
1.14.8

examples/remote-backup/reference-server-implementation/aws-lambda-s3-deployable/terraform/.terraform.lock.hcl

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/remote-backup/reference-server-implementation/aws-lambda-s3-deployable/terraform/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
required_version = "1.14.7"
2+
required_version = "1.14.8"
33

44
required_providers {
55
aws = {

scripts/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)