Skip to content

Commit

Permalink
deps: Update Non-major dependencies (#2072)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Sep 30, 2024
1 parent 61ac1bc commit d834afe
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 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.11.1</version>
<version>1.11.2</version>
</parent>

<name>Cloud SQL JDBC Socket Factory</name>
Expand Down Expand Up @@ -113,7 +113,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.3.0-android</version>
<version>33.3.1-android</version>
</dependency>
<dependency>
<groupId>com.google.j2objc</groupId>
Expand Down Expand Up @@ -148,7 +148,7 @@
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-sqladmin</artifactId>
<version>v1beta4-rev20240831-2.0.0</version>
<version>v1beta4-rev20240925-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.25.0</version>
<version>1.27.0</version>
</dependency>
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-oauth2-http</artifactId>
<version>1.25.0</version>
<version>1.27.0</version>
</dependency>
<dependency>
<groupId>com.google.oauth-client</groupId>
Expand Down Expand Up @@ -208,7 +208,7 @@
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>2.53.0</version>
<version>2.54.1</version>
</dependency>
<dependency>
<groupId>org.reactivestreams</groupId>
Expand Down Expand Up @@ -323,7 +323,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.11.0</version>
<version>5.11.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -718,12 +718,12 @@
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-engine</artifactId>
<version>1.11.0</version>
<version>1.11.1</version>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-commons</artifactId>
<version>1.11.0</version>
<version>1.11.1</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand All @@ -733,7 +733,7 @@
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>5.11.0</version>
<version>5.11.1</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -798,7 +798,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.6</version>
<version>3.2.7</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down

0 comments on commit d834afe

Please sign in to comment.