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

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-CHQOSLOGBACK-6097492
- https://snyk.io/vuln/SNYK-JAVA-CHQOSLOGBACK-6097493

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
Anton Georgiev 2023-12-04 13:56:09 -05:00 committed by GitHub
parent 5f7c747698
commit 13e27ab154
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,7 +75,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.4.12</version>
<version>1.4.14</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
@ -85,7 +85,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.12</version>
<version>1.4.14</version>
</dependency>
<dependency>