Skip to content

Commit

Permalink
adjust expected slf4j-api version to actual one
Browse files Browse the repository at this point in the history
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 <peter.gafert@archunit.org>
  • Loading branch information
codecholeric committed Nov 5, 2023
1 parent 40df768 commit 9bb08a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/resources/release_check/archunit.pom
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.7</version>
<version>2.0.9</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 9bb08a8

Please sign in to comment.