Skip to content

Commit

Permalink
Merge pull request #687 from lukas-krecan/dependabot/maven/ch.qos.log…
Browse files Browse the repository at this point in the history
…back-logback-classic-1.4.13
  • Loading branch information
dependabot[bot] authored Nov 30, 2023
2 parents 5dcc5cd + 96d19c2 commit d821116
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.12</version>
<version>1.4.13</version>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion tests/test-junit4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.12</version>
<version>1.4.13</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit d821116

Please sign in to comment.