Skip to content

Commit

Permalink
pom.xml: Drop Logback dependency entirely.
Browse files Browse the repository at this point in the history
  • Loading branch information
seanbright committed Aug 18, 2024
1 parent 58c3381 commit 8e85366
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ updates:
interval: "daily"
labels:
- "kind/dependencies"
ignore:
# As long as we support Java 8
- dependency-name: "logback-classic"
update-types: [ "version-update:semver-major", "version-update:semver-minor" ]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,6 @@
<version>4.10.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.3.12</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 8e85366

Please sign in to comment.