Skip to content

Commit

Permalink
Update mssql-jdbc to 12.6.2.jre11 (#5380)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored May 28, 2024
1 parent ab2127c commit 2ec999b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -1612,7 +1612,7 @@ lazy val integration = project
"com.google.guava" % "guava" % guavaVersion,
"com.google.http-client" % "google-http-client" % googleHttpClientVersion,
"com.google.protobuf" % "protobuf-java" % protobufVersion,
"com.microsoft.sqlserver" % "mssql-jdbc" % "12.6.1.jre11",
"com.microsoft.sqlserver" % "mssql-jdbc" % "12.6.2.jre11",
"joda-time" % "joda-time" % jodaTimeVersion,
"org.apache.avro" % "avro" % avroVersion,
"org.apache.beam" % "beam-sdks-java-core" % beamVersion,
Expand Down

0 comments on commit 2ec999b

Please sign in to comment.