Skip to content

Commit

Permalink
fix: bbb-recording-imex/pom.xml to reduce vulnerabilities (#19249)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-CHQOSLOGBACK-6094942
- https://snyk.io/vuln/SNYK-JAVA-CHQOSLOGBACK-6094943

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
antobinary and snyk-bot committed Nov 30, 2023
1 parent 5a9c3a1 commit 453bb8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bbb-recording-imex/pom.xml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.2.11</version>
<version>1.4.12</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand All @@ -85,7 +85,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.11</version>
<version>1.4.12</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 453bb8f

Please sign in to comment.