fix: nb-spectest/pom.xml to reduce vulnerabilities (#1240)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGJSOUP-2989728
This commit is contained in:
Snyk bot 2023-05-01 16:01:18 +02:00 committed by GitHub
parent 6fba919fdb
commit 6698bb72d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@
<dependency>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-html2md-converter</artifactId>
<version>0.64.0</version>
<version>0.64.2</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>