From 9bb08a8aadee01864eba4c2bdf2a0f727938564e Mon Sep 17 00:00:00 2001 From: Peter Gafert Date: Mon, 6 Nov 2023 00:39:34 +0100 Subject: [PATCH] adjust expected `slf4j-api` version to actual one This has again been overlooked, when upgrading the dependency. Unfortunately, still nobody found the time to add an automated check for this to prevent this problem in the future. Signed-off-by: Peter Gafert --- buildSrc/src/main/resources/release_check/archunit.pom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/resources/release_check/archunit.pom b/buildSrc/src/main/resources/release_check/archunit.pom index 65bd80208..e5d4881e3 100644 --- a/buildSrc/src/main/resources/release_check/archunit.pom +++ b/buildSrc/src/main/resources/release_check/archunit.pom @@ -50,7 +50,7 @@ org.slf4j slf4j-api - 2.0.7 + 2.0.9 compile