Skip to content

Commit

Permalink
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.4.2.jre11 to 12.5.0.jre11-preview.
- [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] <[email protected]>
  • Loading branch information
dependabot[bot] committed Nov 20, 2023
1 parent e1a1b9c commit 8d4b950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion externalized-properties-database/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ testing {
runtimeOnly("org.postgresql:postgresql:42.6.0")
runtimeOnly("mysql:mysql-connector-java:8.0.33")
runtimeOnly("com.oracle.database.jdbc:ojdbc8:23.3.0.23.09")
runtimeOnly("com.microsoft.sqlserver:mssql-jdbc:12.4.2.jre11")
runtimeOnly("com.microsoft.sqlserver:mssql-jdbc:12.5.0.jre11-preview")
runtimeOnly("org.xerial:sqlite-jdbc:3.44.0.0")
runtimeOnly("org.mariadb.jdbc:mariadb-java-client:3.3.0")
runtimeOnly("com.ibm.db2:jcc:11.5.8.0")
Expand Down

0 comments on commit 8d4b950

Please sign in to comment.