fix: driver-jms/pom.xml to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGAPACHECOMMONS-2944970
This commit is contained in:
snyk-bot 2022-07-08 18:22:16 +00:00
parent 41ec6fd6a7
commit 23581d8e0b
No known key found for this signature in database
GPG Key ID: 09541BBFF0C4C795

View File

@ -85,7 +85,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
<version>2.7</version>
<version>2.8.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.datastax.oss/pulsar-jms -->