Skip to content

Commit

Permalink
Merge pull request #413 from aicis/dependabot/maven/ch.qos.logback-lo…
Browse files Browse the repository at this point in the history
…gback-classic-1.3.12

Bump ch.qos.logback:logback-classic from 1.2.3 to 1.3.12
  • Loading branch information
quackzar committed Nov 30, 2023
2 parents 5c9e1c3 + 3f05a11 commit 007ca32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demos/pom.xml
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
<version>1.3.12</version>
</dependency>

<!-- Test dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
<version>1.3.12</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 007ca32

Please sign in to comment.