Skip to content

Commit 1db5f5b

Browse files
committed
deps: Update Non-major dependencies
1 parent 61ac1bc commit 1db5f5b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pom.xml

+11-11
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>com.google.cloud</groupId>
2828
<artifactId>google-cloud-shared-config</artifactId>
29-
<version>1.11.1</version>
29+
<version>1.11.2</version>
3030
</parent>
3131

3232
<name>Cloud SQL JDBC Socket Factory</name>
@@ -113,7 +113,7 @@
113113
<dependency>
114114
<groupId>com.google.guava</groupId>
115115
<artifactId>guava</artifactId>
116-
<version>33.3.0-android</version>
116+
<version>33.3.1-android</version>
117117
</dependency>
118118
<dependency>
119119
<groupId>com.google.j2objc</groupId>
@@ -148,7 +148,7 @@
148148
<dependency>
149149
<groupId>com.google.apis</groupId>
150150
<artifactId>google-api-services-sqladmin</artifactId>
151-
<version>v1beta4-rev20240831-2.0.0</version>
151+
<version>v1beta4-rev20240925-2.0.0</version>
152152
</dependency>
153153
<dependency>
154154
<groupId>com.google.http-client</groupId>
@@ -168,12 +168,12 @@
168168
<dependency>
169169
<groupId>com.google.auth</groupId>
170170
<artifactId>google-auth-library-credentials</artifactId>
171-
<version>1.25.0</version>
171+
<version>1.27.0</version>
172172
</dependency>
173173
<dependency>
174174
<groupId>com.google.auth</groupId>
175175
<artifactId>google-auth-library-oauth2-http</artifactId>
176-
<version>1.25.0</version>
176+
<version>1.27.0</version>
177177
</dependency>
178178
<dependency>
179179
<groupId>com.google.oauth-client</groupId>
@@ -208,7 +208,7 @@
208208
<dependency>
209209
<groupId>com.google.api</groupId>
210210
<artifactId>gax</artifactId>
211-
<version>2.53.0</version>
211+
<version>2.54.1</version>
212212
</dependency>
213213
<dependency>
214214
<groupId>org.reactivestreams</groupId>
@@ -323,7 +323,7 @@
323323
<dependency>
324324
<groupId>org.junit</groupId>
325325
<artifactId>junit-bom</artifactId>
326-
<version>5.11.0</version>
326+
<version>5.11.1</version>
327327
<type>pom</type>
328328
<scope>import</scope>
329329
</dependency>
@@ -718,12 +718,12 @@
718718
<dependency>
719719
<groupId>org.junit.platform</groupId>
720720
<artifactId>junit-platform-engine</artifactId>
721-
<version>1.11.0</version>
721+
<version>1.11.1</version>
722722
</dependency>
723723
<dependency>
724724
<groupId>org.junit.platform</groupId>
725725
<artifactId>junit-platform-commons</artifactId>
726-
<version>1.11.0</version>
726+
<version>1.11.1</version>
727727
</dependency>
728728
</dependencies>
729729
</dependencyManagement>
@@ -733,7 +733,7 @@
733733
<dependency>
734734
<groupId>org.junit.vintage</groupId>
735735
<artifactId>junit-vintage-engine</artifactId>
736-
<version>5.11.0</version>
736+
<version>5.11.1</version>
737737
<scope>test</scope>
738738
</dependency>
739739

@@ -798,7 +798,7 @@
798798
<plugin>
799799
<groupId>org.apache.maven.plugins</groupId>
800800
<artifactId>maven-gpg-plugin</artifactId>
801-
<version>3.2.6</version>
801+
<version>3.2.7</version>
802802
<executions>
803803
<execution>
804804
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)