fix: bbb-recording-imex/pom.xml to reduce vulnerabilities (#19249)

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>
This commit is contained in:
Anton Georgiev 2023-11-30 08:13:46 -05:00 committed by GitHub
parent 5a9c3a140a
commit 453bb8fe73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
bbb-recording-imex/pom.xml Executable file → Normal file
View File

@ -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>
@ -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>