Skip to content

Commit

Permalink
deps: Update Non-major dependencies (#570)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Sep 10, 2024
1 parent b579264 commit 3d6c68c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion alloydb-jdbc-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<url>https://github.com/GoogleCloudPlatform/alloydb-java-connector</url>

<properties>
<postgresql.version>42.7.3</postgresql.version>
<postgresql.version>42.7.4</postgresql.version>
</properties>

<build>
Expand Down
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-config</artifactId>
<version>1.10.0</version>
<version>1.11.1</version>
</parent>

<organization>
Expand Down Expand Up @@ -59,7 +59,7 @@
<github.global.server>github</github.global.server>
<site.installationModule>alloydb-connector-parent</site.installationModule>
<project.javadoc.protobufBaseURL>https://googleapis.dev/java/google-api-grpc/latest</project.javadoc.protobufBaseURL>
<error-prone.version>2.30.0</error-prone.version>
<error-prone.version>2.31.0</error-prone.version>
<bouncycastle.version>1.78.1</bouncycastle.version>
</properties>

Expand All @@ -68,21 +68,21 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-dependencies</artifactId>
<version>3.33.0</version>
<version>3.35.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-alloydb-bom</artifactId>
<version>0.36.0</version>
<version>0.37.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-alloydb-connectors-bom</artifactId>
<version>0.25.0</version>
<version>0.26.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -96,7 +96,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.30.0</version>
<version>2.31.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down Expand Up @@ -141,12 +141,12 @@
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<version>2.51.0</version>
<version>2.53.0</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-common-protos</artifactId>
<version>2.42.0</version>
<version>2.44.0</version>
</dependency>
<dependency>
<groupId>org.graalvm.sdk</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.2</version>
<version>3.1.3</version>
<configuration>
<skip>true</skip>
</configuration>
Expand Down

0 comments on commit 3d6c68c

Please sign in to comment.