Skip to content

Commit a2fc83d

Browse files
Merge pull request cdapio#288 from cdapio/fix-driver-version
Fix driver version
2 parents 5a06baf + 8571df1 commit a2fc83d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/scripts/driver_details.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ modules:
2323
url: https://github.com/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory/releases/download/v1.0.16/mysql-socket-factory-connector-j-8-1.0.16-jar-with-driver-and-dependencies.jar
2424
driver_prop: '[{"name":"cloudsql-mysql","type":"jdbc","className":"com.mysql.jdbc.Driver","description":"Plugin for the CloudSQL MySQL JDBC driver"}]'
2525
artifact_name: 'cloudsql-mysql-plugin'
26-
artifact_version: '8-1.0.16-jar-with-driver-and-dependencies'
26+
artifact_version: '1.0.16-jar-with-driver-and-dependencies'
2727
cloudsql-postgresql-plugin:
2828
url: https://github.com/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory/releases/download/v1.0.16/postgres-socket-factory-1.0.16-jar-with-driver-and-dependencies.jar
2929
driver_prop: '[{"name":"cloudsql-postgresql","type":"jdbc","className":"org.postgresql.Driver","description":"Plugin for the CloudSQL PostgreSQL JDBC driver"}]'

0 commit comments

Comments
 (0)