Skip to content

Commit

Permalink
Merge pull request #130 from redlink-gmbh/update-slf4j
Browse files Browse the repository at this point in the history
Update slf4j to 2.x
  • Loading branch information
ja-fra authored Oct 20, 2023
2 parents e2b84ed + d3a9a21 commit dd463f6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,3 @@ updates:
directory: /
schedule:
interval: "daily"
ignore:
- dependency-name: "org.slf4j:*"
update-types: ["version-update:semver-major"]
- dependency-name: "ch.qos.logback:*"
update-types: ["version-update:semver-minor"]
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@

<java.version>11</java.version>

<slf4j.version>1.7.36</slf4j.version>
<slf4j.version>2.0.9</slf4j.version>
<commons-io.version>2.14.0</commons-io.version>
<commons-lang.version>3.13.0</commons-lang.version>
<testcontainers.version>1.19.1</testcontainers.version>
Expand Down
2 changes: 1 addition & 1 deletion slf4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.12</version>
<version>1.4.11</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit dd463f6

Please sign in to comment.