Skip to content

Commit

Permalink
deps: Update Non-major dependencies (#2105)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Feb 5, 2025
1 parent 595e620 commit 2dac773
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions jdbc/mysql-j-8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>9.1.0</version>
<version>9.2.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -86,7 +86,7 @@
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>9.1.0</version>
<version>9.2.0</version>
</dependency>
</dependencies>
</profile>
Expand All @@ -100,7 +100,7 @@
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>9.1.0</version>
<version>9.2.0</version>
</dependency>
</dependencies>
</profile>
Expand Down
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-config</artifactId>
<version>1.13.0</version>
<version>1.14.1</version>
</parent>

<name>Cloud SQL JDBC Socket Factory</name>
Expand Down Expand Up @@ -77,7 +77,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<javac.version>9+181-r4173-1</javac.version>
<graal-sdk.version>24.1.1</graal-sdk.version>
<graal-sdk.version>24.1.2</graal-sdk.version>
<netty.version>4.1.117.Final</netty.version>
<ow2-asm.version>9.7.1</ow2-asm.version>
<assembly.skipAssembly>true</assembly.skipAssembly>
Expand Down Expand Up @@ -133,7 +133,7 @@
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
<version>3.48.4</version>
<version>3.49.0</version>
</dependency>
<dependency>
<groupId>org.checkerframework</groupId>
Expand All @@ -143,12 +143,12 @@
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client</artifactId>
<version>2.7.1</version>
<version>2.7.2</version>
</dependency>
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-sqladmin</artifactId>
<version>v1beta4-rev20241210-2.0.0</version>
<version>v1beta4-rev20250129-2.0.0</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
Expand All @@ -168,12 +168,12 @@
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-credentials</artifactId>
<version>1.30.1</version>
<version>1.32.0</version>
</dependency>
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-oauth2-http</artifactId>
<version>1.30.1</version>
<version>1.32.0</version>
</dependency>
<dependency>
<groupId>com.google.oauth-client</groupId>
Expand Down Expand Up @@ -203,12 +203,12 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.17.2</version>
<version>1.18.0</version>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>2.59.1</version>
<version>2.60.0</version>
</dependency>
<dependency>
<groupId>org.reactivestreams</groupId>
Expand Down
4 changes: 2 additions & 2 deletions r2dbc/mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>io.asyncer</groupId>
<artifactId>r2dbc-mysql</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand Down Expand Up @@ -126,7 +126,7 @@
<dependency>
<groupId>io.asyncer</groupId>
<artifactId>r2dbc-mysql</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
</dependency>
</dependencies>
</profile>
Expand Down

0 comments on commit 2dac773

Please sign in to comment.