File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1436,7 +1436,7 @@ lazy val `scio-examples` = project
14361436 " redis.clients" % " jedis" % jedisVersion,
14371437 // runtime
14381438 " com.google.cloud.bigdataoss" % " gcs-connector" % s " hadoop2- $bigdataossVersion" % Runtime ,
1439- " com.google.cloud.sql" % " mysql-socket-factory-connector-j-8" % " 1.27.1 " % Runtime ,
1439+ " com.google.cloud.sql" % " mysql-socket-factory-connector-j-8" % " 1.28.2 " % Runtime ,
14401440 // test
14411441 " org.scalacheck" %% " scalacheck" % scalacheckVersion % Test
14421442 ),
@@ -1756,7 +1756,7 @@ lazy val integration = project
17561756 " org.apache.beam" % " beam-sdks-java-io-google-cloud-platform" % beamVersion,
17571757 " org.slf4j" % " slf4j-api" % slf4jBom.key.value,
17581758 // runtime
1759- " com.google.cloud.sql" % " cloud-sql-connector-jdbc-sqlserver" % " 1.27.1 " % Runtime ,
1759+ " com.google.cloud.sql" % " cloud-sql-connector-jdbc-sqlserver" % " 1.28.2 " % Runtime ,
17601760 " org.apache.beam" % " beam-runners-direct-java" % beamVersion % Runtime ,
17611761 " org.slf4j" % " slf4j-simple" % slf4jBom.key.value % Runtime ,
17621762 // test
You can’t perform that action at this time.
0 commit comments