From 379baa485c2dfc7bcf0692e84589d361c801ead4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 20:35:54 +0000 Subject: [PATCH] Update all non-major dependencies --- EliteAPI/EliteAPI.csproj | 18 +++++++++--------- docker-compose.yml | 2 +- global.json | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/EliteAPI/EliteAPI.csproj b/EliteAPI/EliteAPI.csproj index e0158ad..fb86601 100644 --- a/EliteAPI/EliteAPI.csproj +++ b/EliteAPI/EliteAPI.csproj @@ -14,22 +14,22 @@ - + - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + - + - + diff --git a/docker-compose.yml b/docker-compose.yml index a907550..ab8c5b1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -74,7 +74,7 @@ services: networks: - eliteapi-network rabbit: - image: rabbitmq:3.8-alpine + image: rabbitmq:3.13-alpine restart: unless-stopped env_file: - .env diff --git a/global.json b/global.json index 9184ba9..62cf096 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.403", + "version": "8.0.404", "rollForward": "latestMajor", "allowPrerelease": true }