From 8f475c6ac1f62e1cbf02c92f650b75ac88e1b8fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 03:33:56 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .config/dotnet-tools.json | 2 +- Dockerfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 184ea4c..5efc8d5 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "firely.terminal": { - "version": "3.2.0", + "version": "3.2.1", "commands": ["fhir"] } } diff --git a/Dockerfile b/Dockerfile index 1c5305c..6f79fd4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ sushi --version EOF # renovate: datasource=github-releases depName=HL7/fhir-ig-publisher packageName=HL7/fhir-ig-publisher -ENV PUBLISHER_VERSION=1.6.22 +ENV PUBLISHER_VERSION=1.6.28 ARG PUBLISHER_DOWNLOAD_URL="https://github.com/HL7/fhir-ig-publisher/releases/download/${PUBLISHER_VERSION}/publisher.jar" RUN <