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
…#2655)

* fix(deps): update cloud-sql-socket-factory.version to v1.16.0

* chore: remove unused import

Co-authored-by: Tatiane Tosta <91583351+ttosta-google@users.noreply.github.com>
Co-authored-by: Lawrence Qiu <lawrenceqiu@google.com>
  • Loading branch information
3 people committed May 1, 2024
1 parent f418809 commit 396eb31
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.38.0</gcp-libraries-bom.version>
<cloud-sql-socket-factory.version>1.14.1</cloud-sql-socket-factory.version>
<cloud-sql-socket-factory.version>1.18.0</cloud-sql-socket-factory.version>
<r2dbc-postgres-driver.version>1.0.5.RELEASE</r2dbc-postgres-driver.version>
<cloud-spanner-r2dbc.version>1.3.0</cloud-spanner-r2dbc.version>
</properties>
Expand Down

0 comments on commit 396eb31

Please sign in to comment.