Skip to content

Commit 293b0ee

Browse files
authoredJan 16, 2025··
deps: Update Non-major dependencies (#2094)
1 parent ffd8935 commit 293b0ee

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed
 

‎jdbc/postgres/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>org.postgresql</groupId>
5151
<artifactId>postgresql</artifactId>
52-
<version>42.7.4</version>
52+
<version>42.7.5</version>
5353
<scope>provided</scope>
5454
</dependency>
5555
<dependency>
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>org.postgresql</groupId>
8888
<artifactId>postgresql</artifactId>
89-
<version>42.7.4</version>
89+
<version>42.7.5</version>
9090
</dependency>
9191
</dependencies>
9292
</profile>
@@ -100,7 +100,7 @@
100100
<dependency>
101101
<groupId>org.postgresql</groupId>
102102
<artifactId>postgresql</artifactId>
103-
<version>42.7.4</version>
103+
<version>42.7.5</version>
104104
</dependency>
105105
</dependencies>
106106
</profile>

‎pom.xml

+20-20
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.12.1</version>
29+
<version>1.13.0</version>
3030
</parent>
3131

3232
<name>Cloud SQL JDBC Socket Factory</name>
@@ -78,7 +78,7 @@
7878
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7979
<javac.version>9+181-r4173-1</javac.version>
8080
<graal-sdk.version>24.1.1</graal-sdk.version>
81-
<netty.version>4.1.115.Final</netty.version>
81+
<netty.version>4.1.117.Final</netty.version>
8282
<ow2-asm.version>9.7.1</ow2-asm.version>
8383
<assembly.skipAssembly>true</assembly.skipAssembly>
8484
</properties>
@@ -113,7 +113,7 @@
113113
<dependency>
114114
<groupId>com.google.guava</groupId>
115115
<artifactId>guava</artifactId>
116-
<version>33.3.1-android</version>
116+
<version>33.4.0-android</version>
117117
</dependency>
118118
<dependency>
119119
<groupId>com.google.j2objc</groupId>
@@ -133,7 +133,7 @@
133133
<dependency>
134134
<groupId>org.checkerframework</groupId>
135135
<artifactId>checker-qual</artifactId>
136-
<version>3.48.3</version>
136+
<version>3.48.4</version>
137137
</dependency>
138138
<dependency>
139139
<groupId>org.checkerframework</groupId>
@@ -143,42 +143,42 @@
143143
<dependency>
144144
<groupId>com.google.api-client</groupId>
145145
<artifactId>google-api-client</artifactId>
146-
<version>2.7.0</version>
146+
<version>2.7.1</version>
147147
</dependency>
148148
<dependency>
149149
<groupId>com.google.apis</groupId>
150150
<artifactId>google-api-services-sqladmin</artifactId>
151-
<version>v1beta4-rev20241108-2.0.0</version>
151+
<version>v1beta4-rev20241210-2.0.0</version>
152152
</dependency>
153153
<dependency>
154154
<groupId>com.google.http-client</groupId>
155155
<artifactId>google-http-client-gson</artifactId>
156-
<version>1.45.2</version>
156+
<version>1.45.3</version>
157157
</dependency>
158158
<dependency>
159159
<groupId>com.google.http-client</groupId>
160160
<artifactId>google-http-client</artifactId>
161-
<version>1.45.2</version>
161+
<version>1.45.3</version>
162162
</dependency>
163163
<dependency>
164164
<groupId>com.google.http-client</groupId>
165165
<artifactId>google-http-client-jackson2</artifactId>
166-
<version>1.45.2</version>
166+
<version>1.45.3</version>
167167
</dependency>
168168
<dependency>
169169
<groupId>com.google.auth</groupId>
170170
<artifactId>google-auth-library-credentials</artifactId>
171-
<version>1.30.0</version>
171+
<version>1.30.1</version>
172172
</dependency>
173173
<dependency>
174174
<groupId>com.google.auth</groupId>
175175
<artifactId>google-auth-library-oauth2-http</artifactId>
176-
<version>1.30.0</version>
176+
<version>1.30.1</version>
177177
</dependency>
178178
<dependency>
179179
<groupId>com.google.oauth-client</groupId>
180180
<artifactId>google-oauth-client</artifactId>
181-
<version>1.36.0</version>
181+
<version>1.37.0</version>
182182
</dependency>
183183
<dependency>
184184
<groupId>com.google.errorprone</groupId>
@@ -203,12 +203,12 @@
203203
<dependency>
204204
<groupId>commons-codec</groupId>
205205
<artifactId>commons-codec</artifactId>
206-
<version>1.17.1</version>
206+
<version>1.17.2</version>
207207
</dependency>
208208
<dependency>
209209
<groupId>com.google.api</groupId>
210210
<artifactId>gax</artifactId>
211-
<version>2.58.0</version>
211+
<version>2.59.1</version>
212212
</dependency>
213213
<dependency>
214214
<groupId>org.reactivestreams</groupId>
@@ -223,12 +223,12 @@
223223
<dependency>
224224
<groupId>io.projectreactor</groupId>
225225
<artifactId>reactor-core</artifactId>
226-
<version>3.7.0</version>
226+
<version>3.7.2</version>
227227
</dependency>
228228
<dependency>
229229
<groupId>io.projectreactor.netty</groupId>
230230
<artifactId>reactor-netty</artifactId>
231-
<version>1.2.1</version>
231+
<version>1.2.2</version>
232232
</dependency>
233233
<dependency>
234234
<groupId>io.netty</groupId>
@@ -323,7 +323,7 @@
323323
<dependency>
324324
<groupId>org.junit</groupId>
325325
<artifactId>junit-bom</artifactId>
326-
<version>5.11.3</version>
326+
<version>5.11.4</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.3</version>
721+
<version>1.11.4</version>
722722
</dependency>
723723
<dependency>
724724
<groupId>org.junit.platform</groupId>
725725
<artifactId>junit-platform-commons</artifactId>
726-
<version>1.11.3</version>
726+
<version>1.11.4</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.3</version>
736+
<version>5.11.4</version>
737737
<scope>test</scope>
738738
</dependency>
739739

‎r2dbc/mysql/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>io.asyncer</groupId>
5959
<artifactId>r2dbc-mysql</artifactId>
60-
<version>1.3.0</version>
60+
<version>1.3.1</version>
6161
<scope>provided</scope>
6262
<exclusions>
6363
<exclusion>
@@ -126,7 +126,7 @@
126126
<dependency>
127127
<groupId>io.asyncer</groupId>
128128
<artifactId>r2dbc-mysql</artifactId>
129-
<version>1.3.0</version>
129+
<version>1.3.1</version>
130130
</dependency>
131131
</dependencies>
132132
</profile>

0 commit comments

Comments
 (0)
Please sign in to comment.