Skip to content

Commit

Permalink
Update cloud-sql-connector-jdbc-sqlserver, ... to 1.21.0 (#5509)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 4, 2024
1 parent 8d091f5 commit f169c09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -1433,7 +1433,7 @@ lazy val `scio-examples` = project
"redis.clients" % "jedis" % jedisVersion,
// runtime
"com.google.cloud.bigdataoss" % "gcs-connector" % s"hadoop2-$bigdataossVersion" % Runtime,
"com.google.cloud.sql" % "mysql-socket-factory-connector-j-8" % "1.20.1" % Runtime,
"com.google.cloud.sql" % "mysql-socket-factory-connector-j-8" % "1.21.0" % Runtime,
// test
"org.scalacheck" %% "scalacheck" % scalacheckVersion % Test
),
Expand Down Expand Up @@ -1726,7 +1726,7 @@ lazy val integration = project
"org.apache.beam" % "beam-sdks-java-io-google-cloud-platform" % beamVersion,
"org.slf4j" % "slf4j-api" % slf4jVersion,
// runtime
"com.google.cloud.sql" % "cloud-sql-connector-jdbc-sqlserver" % "1.20.1" % Runtime,
"com.google.cloud.sql" % "cloud-sql-connector-jdbc-sqlserver" % "1.21.0" % Runtime,
"org.apache.beam" % "beam-runners-direct-java" % beamVersion % Runtime,
"org.slf4j" % "slf4j-simple" % slf4jVersion % Runtime,
// test
Expand Down

0 comments on commit f169c09

Please sign in to comment.