Skip to content

Commit

Permalink
fix(deps): update cloud-sql-socket-factory.version to v1.16.0 (#2643)
Browse files Browse the repository at this point in the history
* fix(deps): update cloud-sql-socket-factory.version to v1.16.0

* chore: remove unused import
  • Loading branch information
ttosta-google authored Feb 28, 2024
1 parent c180252 commit 67d54f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package com.google.cloud.spring.autoconfigure.sql;

import com.google.cloud.sql.core.CoreSocketFactory;
import com.google.cloud.sql.ConnectorRegistry;
import java.util.HashMap;
import java.util.Map;
import org.apache.commons.logging.Log;
Expand Down Expand Up @@ -83,7 +83,7 @@ public void postProcessEnvironment(
CredentialsPropertiesSetter.setCredentials(sqlProperties, propertiesRetriever.getGcpProperties());

// support usage metrics
CoreSocketFactory.setApplicationName(
ConnectorRegistry.addArtifactId(
"spring-cloud-gcp-sql/" + this.getClass().getPackage().getImplementationVersion());
}
}
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-gcp-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<properties>
<gcp-libraries-bom.version>26.33.0</gcp-libraries-bom.version>
<cloud-sql-socket-factory.version>1.14.1</cloud-sql-socket-factory.version>
<cloud-sql-socket-factory.version>1.16.0</cloud-sql-socket-factory.version>
<r2dbc-postgres-driver.version>1.0.4.RELEASE</r2dbc-postgres-driver.version>
<cloud-spanner-r2dbc.version>1.3.0</cloud-spanner-r2dbc.version>
</properties>
Expand Down

0 comments on commit 67d54f0

Please sign in to comment.