Skip to content

Commit

Permalink
fix: upgrade com.microsoft.sqlserver:mssql-jdbc from 9.2.0.jre8 to 9.…
Browse files Browse the repository at this point in the history
…4.1.jre8

Snyk has created this PR to upgrade com.microsoft.sqlserver:mssql-jdbc from 9.2.0.jre8 to 9.4.1.jre8.

See this package in Maven Repository:
https://mvnrepository.com/artifact/com.microsoft.sqlserver/mssql-jdbc/

See this project in Snyk:
https://app.snyk.io/org/luis100/project/4c56e97a-06de-46c7-838e-df34dcab2516?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Feb 23, 2024
1 parent 65a3617 commit 38e30ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbptk-modules/dbptk-module-sql-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
<version>9.2.0.jre8</version>
<version>9.4.1.jre8</version>
</dependency>
</dependencies>
</project>

0 comments on commit 38e30ad

Please sign in to comment.