Skip to content

Commit

Permalink
Update mssql-jdbc to 12.8.1.jre11 (#5462)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 4, 2024
1 parent 2fe2258 commit 91c9d87
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 @@ -1719,7 +1719,7 @@ lazy val integration = project
"com.google.guava" % "guava" % guavaVersion,
"com.google.http-client" % "google-http-client" % gcpBom.key.value,
"com.google.protobuf" % "protobuf-java" % gcpBom.key.value,
"com.microsoft.sqlserver" % "mssql-jdbc" % "12.8.0.jre11",
"com.microsoft.sqlserver" % "mssql-jdbc" % "12.8.1.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 91c9d87

Please sign in to comment.