Skip to content

Commit

Permalink
adjust expected slf4j-api version to actual one (#1187)
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.
  • Loading branch information
codecholeric authored Nov 6, 2023
2 parents 40df768 + 9bb08a8 commit 62ad7bb
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 62ad7bb

Please sign in to comment.