From f83f52fe17e06b252599cd46997a1dd6ec10cc1a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 08:58:11 +0000 Subject: [PATCH] Update all non-major dependencies --- EliteAPI/EliteAPI.csproj | 6 +++--- docker-compose.yml | 2 +- dotnet-tools.json | 2 +- global.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/EliteAPI/EliteAPI.csproj b/EliteAPI/EliteAPI.csproj index a9c9a484..1578f3e8 100644 --- a/EliteAPI/EliteAPI.csproj +++ b/EliteAPI/EliteAPI.csproj @@ -15,7 +15,7 @@ - + @@ -42,7 +42,7 @@ - + @@ -52,7 +52,7 @@ compile; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/docker-compose.yml b/docker-compose.yml index 84b44218..bb4936a8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -73,7 +73,7 @@ services: networks: - eliteapi-network prometheus: - image: prom/prometheus:v3.5.0 + image: prom/prometheus:v3.9.1 restart: unless-stopped ports: - '9090:9090' diff --git a/dotnet-tools.json b/dotnet-tools.json index fbb7b764..a74bf0b6 100644 --- a/dotnet-tools.json +++ b/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "dotnet-ef": { - "version": "10.0.1", + "version": "10.0.2", "commands": [ "dotnet-ef" ], diff --git a/global.json b/global.json index a11f48e1..20fe3276 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.0", + "version": "10.0.102", "rollForward": "latestMajor", "allowPrerelease": true }