Skip to content

Commit

Permalink
build(deps-dev): bump com.microsoft.sqlserver:mssql-jdbc (#1975)
Browse files Browse the repository at this point in the history
Bumps [com.microsoft.sqlserver:mssql-jdbc](https://github.com/Microsoft/mssql-jdbc) from 12.7.1.jre11-preview to 12.8.0.jre11.
- [Release notes](https://github.com/Microsoft/mssql-jdbc/releases)
- [Changelog](https://github.com/microsoft/mssql-jdbc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Microsoft/mssql-jdbc/commits)

---
updated-dependencies:
- dependency-name: com.microsoft.sqlserver:mssql-jdbc
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 36f7886 commit 3ea9455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embedded-mssqlserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<artifactId>embedded-mssqlserver</artifactId>

<properties>
<mssql-jdbc.version>12.7.1.jre11-preview</mssql-jdbc.version>
<mssql-jdbc.version>12.8.0.jre11</mssql-jdbc.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 3ea9455

Please sign in to comment.