Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 13, 2024
1 parent badae3e commit 6b59e7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EliteAPI/EliteAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<ItemGroup>
<PackageReference Include="Asp.Versioning.Mvc.ApiExplorer" Version="8.1.0" />
<PackageReference Include="AutoMapper" Version="13.0.1" />
<PackageReference Include="AWSSDK.S3" Version="3.7.405.9" />
<PackageReference Include="AWSSDK.S3" Version="3.7.405.11" />
<PackageReference Include="DotNetEnv" Version="3.1.1" />
<PackageReference Include="McProtoNet.NBT" Version="1.7.3" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.10" />
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ services:
networks:
- eliteapi-network
rabbit:
image: rabbitmq:3.8-alpine
image: rabbitmq:3.12-alpine
restart: unless-stopped
env_file:
- .env
Expand Down

0 comments on commit 6b59e7e

Please sign in to comment.