Skip to content

Commit a4e12d9

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMMICROSOFTSQLSERVER-13821835
1 parent 9eb4800 commit a4e12d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
<!-- NOTE: If you change this version, you also have to change the install-mssql-auth command to
249249
download the corresponding version of the mssql-auth dll. This will also require users to re-install
250250
it, so an upgrade routine will need to be released as well. -->
251-
<version>12.6.1.jre11</version>
251+
<version>12.6.5.jre8</version>
252252
</dependency>
253253

254254
<!-- Yaml parsing -->

0 commit comments

Comments
 (0)