Skip to content

Commit 62ad7bb

Browse files
authored
adjust expected slf4j-api version to actual one (#1187)
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.
2 parents 40df768 + 9bb08a8 commit 62ad7bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/resources/release_check/archunit.pom

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>org.slf4j</groupId>
5252
<artifactId>slf4j-api</artifactId>
53-
<version>2.0.7</version>
53+
<version>2.0.9</version>
5454
<scope>compile</scope>
5555
</dependency>
5656
</dependencies>

0 commit comments

Comments
 (0)