Skip to content

Commit

Permalink
Bump logback-classic from 1.0.9 to 1.2.0
Browse files Browse the repository at this point in the history
Bumps logback-classic from 1.0.9 to 1.2.0.

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 7, 2021
1 parent 77d2905 commit aa07e3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.0.9</version>
<version>1.2.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion webcam-capture-addons/webcam-capture-addon-spycam/pom.xml
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.0.9</version>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>com.github.sarxos</groupId>
Expand Down
2 changes: 1 addition & 1 deletion webcam-capture-drivers/driver-ffmpeg-cli/pom.xml
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.0.9</version>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>com.github.sarxos</groupId>
Expand Down

0 comments on commit aa07e3a

Please sign in to comment.