From 577729202ed424350769406c92444c04a2b3d7b9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 23:41:24 +0100 Subject: [PATCH] chore(deps): update default checkstyle to 10.21.2 (#310) Co-authored-by: dbelyaev <6915328+dbelyaev@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7a20169..6937e41 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM eclipse-temurin:21.0.5_11-jre-alpine@sha256:decee204b9a1eb333c364ba4d859a6b1380eb13f0980d2acfd65c09fee53a48a ENV REVIEWDOG_VERSION=v0.20.3 -ENV CHECKSTYLE_VERSION=10.21.1 +ENV CHECKSTYLE_VERSION=10.21.2 SHELL ["/bin/ash", "-eo", "pipefail", "-c"]