From 48f10fe539d3e172fdc72235960eb9bda8a68f95 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 00:39:00 +0000 Subject: [PATCH] Update all non-major dependencies --- EliteAPI.Tests/EliteAPI.Tests.csproj | 4 ++-- EliteAPI/Dockerfile | 2 +- EliteAPI/EliteAPI.csproj | 32 ++++++++++++++-------------- HypixelAPI/HypixelAPI.csproj | 2 +- docker-compose.yml | 4 ++-- dotnet-tools.json | 2 +- global.json | 2 +- 7 files changed, 24 insertions(+), 24 deletions(-) diff --git a/EliteAPI.Tests/EliteAPI.Tests.csproj b/EliteAPI.Tests/EliteAPI.Tests.csproj index 8243dced..2d8b9360 100644 --- a/EliteAPI.Tests/EliteAPI.Tests.csproj +++ b/EliteAPI.Tests/EliteAPI.Tests.csproj @@ -11,12 +11,12 @@ - + - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/EliteAPI/Dockerfile b/EliteAPI/Dockerfile index 0cf10f4b..ff40a3f2 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.1-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 a9c9a484..86ac1776 100644 --- a/EliteAPI/EliteAPI.csproj +++ b/EliteAPI/EliteAPI.csproj @@ -15,7 +15,7 @@ - + @@ -26,39 +26,39 @@ - + - - - - - + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + + - + - + compile; build; native; contentfiles; analyzers; buildtransitive - + - - - + + + diff --git a/HypixelAPI/HypixelAPI.csproj b/HypixelAPI/HypixelAPI.csproj index 0b9ce251..41996d5c 100644 --- a/HypixelAPI/HypixelAPI.csproj +++ b/HypixelAPI/HypixelAPI.csproj @@ -23,7 +23,7 @@ - + diff --git a/docker-compose.yml b/docker-compose.yml index 84b44218..2ea389a9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -45,7 +45,7 @@ services: healthcheck: test: [ 'CMD', 'pg_isready', '-U', '${POSTGRES_USER:-user}', '-d', '${POSTGRES_DB:-eliteapi}' ] cache: - image: redis:8.4-alpine + image: redis:8.6-alpine restart: always command: redis-server --save 300 10 --loglevel warning --requirepass ${REDIS_PASSWORD:?REDIS_PASSWORD env variable is required} ports: @@ -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..bffb60c5 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.3", "commands": [ "dotnet-ef" ], diff --git a/global.json b/global.json index a11f48e1..98c9822b 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.0", + "version": "10.0.103", "rollForward": "latestMajor", "allowPrerelease": true }