From 73c9ea2e847487ab488793568f7facd23018bbc9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Jan 2026 20:24:22 +0000 Subject: [PATCH] Update all non-major dependencies --- EliteAPI.Tests/EliteAPI.Tests.csproj | 4 ++-- EliteAPI/EliteAPI.csproj | 34 ++++++++++++++-------------- HypixelAPI/HypixelAPI.csproj | 2 +- docker-compose.yml | 2 +- dotnet-tools.json | 2 +- global.json | 2 +- 6 files changed, 23 insertions(+), 23 deletions(-) diff --git a/EliteAPI.Tests/EliteAPI.Tests.csproj b/EliteAPI.Tests/EliteAPI.Tests.csproj index 5e69c7cb..96b66dd8 100644 --- a/EliteAPI.Tests/EliteAPI.Tests.csproj +++ b/EliteAPI.Tests/EliteAPI.Tests.csproj @@ -10,8 +10,8 @@ - - + + diff --git a/EliteAPI/EliteAPI.csproj b/EliteAPI/EliteAPI.csproj index c68ef4f2..f7740f02 100644 --- a/EliteAPI/EliteAPI.csproj +++ b/EliteAPI/EliteAPI.csproj @@ -13,47 +13,47 @@ - + - + - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + - - - - - + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + + - + - + compile; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/HypixelAPI/HypixelAPI.csproj b/HypixelAPI/HypixelAPI.csproj index 15effef4..0b9ce251 100644 --- a/HypixelAPI/HypixelAPI.csproj +++ b/HypixelAPI/HypixelAPI.csproj @@ -23,7 +23,7 @@ - + diff --git a/docker-compose.yml b/docker-compose.yml index 44aa3527..3b34c422 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 }