Skip to content

Commit

Permalink
Update slf4j to v2 to fix breaking change sqlite 3.43.2
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya committed Oct 14, 2023
1 parent 717474b commit 9a529a9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ updates:
- dependency-name: "com.microsoft.sqlserver*"
- dependency-name: "com.oracle.database.jdbc*"
update-types: ["version-update:semver-major"]
- dependency-name: "org.slf4j*"
update-types: ["version-update:semver-major"]
schedule:
interval: daily
open-pull-requests-limit: 20
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.36</version> <!--$NO-MVN-MAN-VER$-->
<version>2.0.9</version> <!--$NO-MVN-MAN-VER$-->
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<artifactId>log4j-slf4j2-impl</artifactId>
<version>2.20.0</version>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion qacover-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<artifactId>log4j-slf4j2-impl</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion qacover-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<artifactId>log4j-slf4j2-impl</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 9a529a9

Please sign in to comment.