From 27c6e3d3477c4b9943d1e88ac6263a1528559dcf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 02:34:40 +0000 Subject: [PATCH] Update all non-major dependencies --- EliteAPI.Tests/EliteAPI.Tests.csproj | 12 ++-- EliteAPI/Dockerfile | 2 +- EliteAPI/EliteAPI.csproj | 56 +++++++++---------- .../HypixelAPI.Networth.Tests.csproj | 4 +- .../HypixelAPI.Networth.csproj | 2 +- HypixelAPI.Tests/HypixelAPI.Tests.csproj | 4 +- HypixelAPI/HypixelAPI.csproj | 6 +- docker-compose.yml | 4 +- dotnet-tools.json | 2 +- 9 files changed, 46 insertions(+), 46 deletions(-) diff --git a/EliteAPI.Tests/EliteAPI.Tests.csproj b/EliteAPI.Tests/EliteAPI.Tests.csproj index b30304e9..bf1926ff 100644 --- a/EliteAPI.Tests/EliteAPI.Tests.csproj +++ b/EliteAPI.Tests/EliteAPI.Tests.csproj @@ -10,19 +10,19 @@ - - - + + + - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/EliteAPI/Dockerfile b/EliteAPI/Dockerfile index 757bb70f..cf715cd6 100644 --- a/EliteAPI/Dockerfile +++ b/EliteAPI/Dockerfile @@ -1,7 +1,7 @@ #See https://aka.ms/customizecontainer to learn how to customize your debug container and how Visual Studio uses this Dockerfile to build your images for faster debugging. # Pyroscope native profiler libraries -FROM pyroscope/pyroscope-dotnet:0.13.0-glibc AS pyroscope +FROM pyroscope/pyroscope-dotnet:0.14.5-glibc AS pyroscope FROM mcr.microsoft.com/dotnet/aspnet:10.0 AS base WORKDIR /app diff --git a/EliteAPI/EliteAPI.csproj b/EliteAPI/EliteAPI.csproj index 80bdd47d..e81f9c41 100644 --- a/EliteAPI/EliteAPI.csproj +++ b/EliteAPI/EliteAPI.csproj @@ -15,51 +15,51 @@ - + - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + - - - - - + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - + + + + + + - - - - + + + + compile; build; native; contentfiles; analyzers; buildtransitive - + - + - - - - - + + + + + diff --git a/HypixelAPI.Networth.Tests/HypixelAPI.Networth.Tests.csproj b/HypixelAPI.Networth.Tests/HypixelAPI.Networth.Tests.csproj index d6a144d2..889421e2 100644 --- a/HypixelAPI.Networth.Tests/HypixelAPI.Networth.Tests.csproj +++ b/HypixelAPI.Networth.Tests/HypixelAPI.Networth.Tests.csproj @@ -8,11 +8,11 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all diff --git a/HypixelAPI.Networth/HypixelAPI.Networth.csproj b/HypixelAPI.Networth/HypixelAPI.Networth.csproj index 884e39f1..23ad54a6 100644 --- a/HypixelAPI.Networth/HypixelAPI.Networth.csproj +++ b/HypixelAPI.Networth/HypixelAPI.Networth.csproj @@ -8,7 +8,7 @@ - + diff --git a/HypixelAPI.Tests/HypixelAPI.Tests.csproj b/HypixelAPI.Tests/HypixelAPI.Tests.csproj index 433ca698..785fe946 100644 --- a/HypixelAPI.Tests/HypixelAPI.Tests.csproj +++ b/HypixelAPI.Tests/HypixelAPI.Tests.csproj @@ -8,11 +8,11 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all diff --git a/HypixelAPI/HypixelAPI.csproj b/HypixelAPI/HypixelAPI.csproj index 45bd35e6..066ac14d 100644 --- a/HypixelAPI/HypixelAPI.csproj +++ b/HypixelAPI/HypixelAPI.csproj @@ -21,9 +21,9 @@ - - - + + + diff --git a/docker-compose.yml b/docker-compose.yml index 771b78f8..ffae31e0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -53,7 +53,7 @@ services: retries: 20 cache: - image: redis:8.4-alpine + image: redis:8.8-alpine restart: unless-stopped command: redis-server --save 300 10 --loglevel warning --requirepass ${REDIS_PASSWORD:-redis123} ports: @@ -128,7 +128,7 @@ services: prometheus: profiles: [ "observability" ] - image: prom/prometheus:v3.5.0 + image: prom/prometheus:v3.12.0 restart: unless-stopped ports: - "9090:9090" diff --git a/dotnet-tools.json b/dotnet-tools.json index fbb7b764..807729e4 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.9", "commands": [ "dotnet-ef" ],