Skip to content

Commit

Permalink
Bump mssql-jdbc from 7.1.4.jre8-preview to 7.2.0.jre11 (#55)
Browse files Browse the repository at this point in the history
* Bump mssql-jdbc from 7.1.4.jre8-preview to 7.2.0.jre11

Bumps [mssql-jdbc](https://github.com/Microsoft/mssql-jdbc) from 7.1.4.jre8-preview to 7.2.0.jre11.
- [Release notes](https://github.com/Microsoft/mssql-jdbc/releases)
- [Changelog](https://github.com/Microsoft/mssql-jdbc/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/Microsoft/mssql-jdbc/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Update pom.xml
  • Loading branch information
dependabot[bot] authored and mprins committed Feb 4, 2019
1 parent 76d39d1 commit 17f4b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -170,7 +170,7 @@
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
<version>7.1.4.jre8-preview</version>
<version>7.2.0.jre8</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down

0 comments on commit 17f4b8c

Please sign in to comment.