From adba3058d846330d44eb35eb98460de3da3dd032 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 00:57:02 +0000 Subject: [PATCH] Update all non-major dependencies --- EliteAPI.Tests/EliteAPI.Tests.csproj | 8 ++--- EliteAPI/Dockerfile | 2 +- EliteAPI/EliteAPI.csproj | 32 +++++++++---------- .../HypixelAPI.Networth.Tests.csproj | 2 +- HypixelAPI.Tests/HypixelAPI.Tests.csproj | 2 +- HypixelAPI/HypixelAPI.csproj | 6 ++-- docker-compose.yml | 2 +- dotnet-tools.json | 2 +- global.json | 2 +- 9 files changed, 29 insertions(+), 29 deletions(-) diff --git a/EliteAPI.Tests/EliteAPI.Tests.csproj b/EliteAPI.Tests/EliteAPI.Tests.csproj index b30304e9..03b50648 100644 --- a/EliteAPI.Tests/EliteAPI.Tests.csproj +++ b/EliteAPI.Tests/EliteAPI.Tests.csproj @@ -11,18 +11,18 @@ - + - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/EliteAPI/Dockerfile b/EliteAPI/Dockerfile index 757bb70f..15ebf7ce 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.2-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..18f5ef46 100644 --- a/EliteAPI/EliteAPI.csproj +++ b/EliteAPI/EliteAPI.csproj @@ -15,7 +15,7 @@ - + @@ -27,37 +27,37 @@ - - - - - + + + + + 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..a9225f33 100644 --- a/HypixelAPI.Networth.Tests/HypixelAPI.Networth.Tests.csproj +++ b/HypixelAPI.Networth.Tests/HypixelAPI.Networth.Tests.csproj @@ -8,7 +8,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/HypixelAPI.Tests/HypixelAPI.Tests.csproj b/HypixelAPI.Tests/HypixelAPI.Tests.csproj index 433ca698..42c228fe 100644 --- a/HypixelAPI.Tests/HypixelAPI.Tests.csproj +++ b/HypixelAPI.Tests/HypixelAPI.Tests.csproj @@ -8,7 +8,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/HypixelAPI/HypixelAPI.csproj b/HypixelAPI/HypixelAPI.csproj index 45bd35e6..8e0d5638 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..fdd5eeb0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -128,7 +128,7 @@ services: prometheus: profiles: [ "observability" ] - image: prom/prometheus:v3.5.0 + image: prom/prometheus:v3.10.0 restart: unless-stopped ports: - "9090:9090" diff --git a/dotnet-tools.json b/dotnet-tools.json index fbb7b764..b6f4c2f6 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.5", "commands": [ "dotnet-ef" ], diff --git a/global.json b/global.json index a11f48e1..9fa425ff 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.0", + "version": "10.0.201", "rollForward": "latestMajor", "allowPrerelease": true }