Skip to content

Commit

Permalink
fix: Downgrade slf4j (#91)
Browse files Browse the repository at this point in the history
* Downgrade slf4j

* Update dependabot.yml
  • Loading branch information
honnix authored Apr 4, 2023
1 parent eb1b32f commit 7341433
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ updates:
directory: "/"
schedule:
interval: "daily"

ignore:
# Ignore slf4j-api major version bump because 1.x and 2.x are not compatible
- dependency-name: "slf4j-api"
update-types: ["version-update:semver-major"]

- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<junit.version>5.9.2</junit.version>
<fabric8-client.version>6.5.1</fabric8-client.version>
<slf4j.version>2.0.7</slf4j.version>
<slf4j.version>1.7.36</slf4j.version>
<log4j.version>2.20.0</log4j.version>
<mokito.version>5.2.0</mokito.version>
<mokito.version>5.2.0</mokito.version>
Expand Down

0 comments on commit 7341433

Please sign in to comment.