Skip to content

Commit

Permalink
chore(deps): bump com.microsoft.sqlserver:mssql-jdbc
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.2.0.jre11 to 12.4.2.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:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent 770f859 commit 914eeb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-jdbc-sqlserver/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jar {
}

dependencies {
implementation("com.microsoft.sqlserver:mssql-jdbc:12.2.0.jre11")
implementation("com.microsoft.sqlserver:mssql-jdbc:12.4.2.jre11")
implementation project(':plugin-jdbc')

testImplementation project(':plugin-jdbc').sourceSets.test.output
Expand Down

0 comments on commit 914eeb1

Please sign in to comment.