Skip to content

Commit

Permalink
fix(deps): update dependency com.microsoft.sqlserver:mssql-jdbc to v1…
Browse files Browse the repository at this point in the history
…2.6.3.jre11 (#485)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 21, 2024
1 parent 3081d22 commit 38d9612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ mongodb-kotlin-coroutine = { module = "org.mongodb:mongodb-driver-kotlin-corouti
lettuce-core = { module = "io.lettuce:lettuce-core", version = "6.3.2.RELEASE" }
logback-classic = { module = "ch.qos.logback:logback-classic", version = "1.5.6" }
r2dbc-mssql = { module = "io.r2dbc:r2dbc-mssql", version.ref = "r2dbc-mssql" }
microsoft-sqlserver-jdbc = { module = "com.microsoft.sqlserver:mssql-jdbc", version = "12.6.2.jre11" }
microsoft-sqlserver-jdbc = { module = "com.microsoft.sqlserver:mssql-jdbc", version = "12.6.3.jre11" }

### Testing
wiremock-standalone = { module = "org.wiremock:wiremock-standalone", version.ref = "wiremock" }
Expand Down

0 comments on commit 38d9612

Please sign in to comment.