Skip to content

Commit b5e9b50

Browse files
authoredAug 14, 2024··
deps: Update Non-major dependencies (#2037)
1 parent 392ff4d commit b5e9b50

File tree

5 files changed

+33
-33
lines changed

5 files changed

+33
-33
lines changed
 

‎jdbc/mariadb/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>org.mariadb.jdbc</groupId>
5151
<artifactId>mariadb-java-client</artifactId>
52-
<version>3.4.0</version>
52+
<version>3.4.1</version>
5353
<exclusions>
5454
<exclusion>
5555
<groupId>org.slf4j</groupId>
@@ -87,7 +87,7 @@
8787
<dependency>
8888
<groupId>org.mariadb.jdbc</groupId>
8989
<artifactId>mariadb-java-client</artifactId>
90-
<version>3.4.0</version>
90+
<version>3.4.1</version>
9191
</dependency>
9292
</dependencies>
9393
</profile>
@@ -101,7 +101,7 @@
101101
<dependency>
102102
<groupId>org.mariadb.jdbc</groupId>
103103
<artifactId>mariadb-java-client</artifactId>
104-
<version>3.4.0</version>
104+
<version>3.4.1</version>
105105
</dependency>
106106
</dependencies>
107107
</profile>

‎jdbc/postgres/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<plugins>
119119
<plugin>
120120
<artifactId>maven-surefire-plugin</artifactId>
121-
<version>3.3.0</version>
121+
<version>3.3.1</version>
122122
<executions>
123123
<execution>
124124
<phase>integration-test</phase>

‎jdbc/sqlserver/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>com.microsoft.sqlserver</groupId>
5151
<artifactId>mssql-jdbc</artifactId>
52-
<version>12.6.3.jre8</version>
52+
<version>12.8.0.jre8</version>
5353
<scope>provided</scope>
5454
<exclusions>
5555
<exclusion>
@@ -96,7 +96,7 @@
9696
<dependency>
9797
<groupId>com.microsoft.sqlserver</groupId>
9898
<artifactId>mssql-jdbc</artifactId>
99-
<version>12.6.3.jre8</version>
99+
<version>12.8.0.jre8</version>
100100
</dependency>
101101
</dependencies>
102102
</profile>

‎pom.xml

+25-25
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.9.0</version>
29+
<version>1.9.1</version>
3030
</parent>
3131

3232
<name>Cloud SQL JDBC Socket Factory</name>
@@ -77,8 +77,8 @@
7777
<properties>
7878
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7979
<javac.version>9+181-r4173-1</javac.version>
80-
<graal-sdk.version>24.0.1</graal-sdk.version>
81-
<netty.version>4.1.111.Final</netty.version>
80+
<graal-sdk.version>24.0.2</graal-sdk.version>
81+
<netty.version>4.1.112.Final</netty.version>
8282
<ow2-asm.version>9.7</ow2-asm.version>
8383
<assembly.skipAssembly>true</assembly.skipAssembly>
8484
</properties>
@@ -133,7 +133,7 @@
133133
<dependency>
134134
<groupId>org.checkerframework</groupId>
135135
<artifactId>checker-qual</artifactId>
136-
<version>3.45.0</version>
136+
<version>3.46.0</version>
137137
</dependency>
138138
<dependency>
139139
<groupId>org.checkerframework</groupId>
@@ -148,7 +148,7 @@
148148
<dependency>
149149
<groupId>com.google.apis</groupId>
150150
<artifactId>google-api-services-sqladmin</artifactId>
151-
<version>v1beta4-rev20240622-2.0.0</version>
151+
<version>v1beta4-rev20240724-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.23.0</version>
171+
<version>1.24.1</version>
172172
</dependency>
173173
<dependency>
174174
<groupId>com.google.auth</groupId>
175175
<artifactId>google-auth-library-oauth2-http</artifactId>
176-
<version>1.23.0</version>
176+
<version>1.24.1</version>
177177
</dependency>
178178
<dependency>
179179
<groupId>com.google.oauth-client</groupId>
@@ -183,7 +183,7 @@
183183
<dependency>
184184
<groupId>com.google.errorprone</groupId>
185185
<artifactId>error_prone_annotations</artifactId>
186-
<version>2.28.0</version>
186+
<version>2.30.0</version>
187187
</dependency>
188188
<dependency>
189189
<groupId>com.github.jnr</groupId>
@@ -203,12 +203,12 @@
203203
<dependency>
204204
<groupId>commons-codec</groupId>
205205
<artifactId>commons-codec</artifactId>
206-
<version>1.17.0</version>
206+
<version>1.17.1</version>
207207
</dependency>
208208
<dependency>
209209
<groupId>com.google.api</groupId>
210210
<artifactId>gax</artifactId>
211-
<version>2.50.0</version>
211+
<version>2.51.0</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.6.8</version>
226+
<version>3.6.9</version>
227227
</dependency>
228228
<dependency>
229229
<groupId>io.projectreactor.netty</groupId>
230230
<artifactId>reactor-netty</artifactId>
231-
<version>1.1.21</version>
231+
<version>1.1.22</version>
232232
</dependency>
233233
<dependency>
234234
<groupId>io.netty</groupId>
@@ -269,13 +269,13 @@
269269
<dependency>
270270
<groupId>org.slf4j</groupId>
271271
<artifactId>slf4j-api</artifactId>
272-
<version>2.0.13</version>
272+
<version>2.0.16</version>
273273
</dependency>
274274
<!-- Tests -->
275275
<dependency>
276276
<groupId>com.google.truth</groupId>
277277
<artifactId>truth</artifactId>
278-
<version>1.4.3</version>
278+
<version>1.4.4</version>
279279
<scope>test</scope>
280280
</dependency>
281281
<dependency>
@@ -323,7 +323,7 @@
323323
<dependency>
324324
<groupId>org.junit</groupId>
325325
<artifactId>junit-bom</artifactId>
326-
<version>5.10.3</version>
326+
<version>5.11.0</version>
327327
<type>pom</type>
328328
<scope>import</scope>
329329
</dependency>
@@ -364,7 +364,7 @@
364364
<plugin>
365365
<groupId>org.codehaus.mojo</groupId>
366366
<artifactId>versions-maven-plugin</artifactId>
367-
<version>2.17.0</version>
367+
<version>2.17.1</version>
368368
</plugin>
369369

370370
<plugin>
@@ -452,7 +452,7 @@
452452
<plugin>
453453
<groupId>org.apache.maven.plugins</groupId>
454454
<artifactId>maven-surefire-plugin</artifactId>
455-
<version>3.3.0</version>
455+
<version>3.3.1</version>
456456
<configuration>
457457
<reportNameSuffix>sponge_log</reportNameSuffix>
458458
<trimStackTrace>false</trimStackTrace>
@@ -465,7 +465,7 @@
465465
<plugin>
466466
<groupId>org.apache.maven.plugins</groupId>
467467
<artifactId>maven-release-plugin</artifactId>
468-
<version>3.1.0</version>
468+
<version>3.1.1</version>
469469
<configuration>
470470
<tagNameFormat>@{project.version}</tagNameFormat>
471471
<useReleaseProfile>false</useReleaseProfile>
@@ -619,7 +619,7 @@
619619
<plugins>
620620
<plugin>
621621
<artifactId>maven-surefire-plugin</artifactId>
622-
<version>3.3.0</version>
622+
<version>3.3.1</version>
623623
<executions>
624624
<execution>
625625
<phase>integration-test</phase>
@@ -718,12 +718,12 @@
718718
<dependency>
719719
<groupId>org.junit.platform</groupId>
720720
<artifactId>junit-platform-engine</artifactId>
721-
<version>1.10.3</version>
721+
<version>1.11.0</version>
722722
</dependency>
723723
<dependency>
724724
<groupId>org.junit.platform</groupId>
725725
<artifactId>junit-platform-commons</artifactId>
726-
<version>1.10.3</version>
726+
<version>1.11.0</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.10.3</version>
736+
<version>5.11.0</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.4</version>
801+
<version>3.2.5</version>
802802
<executions>
803803
<execution>
804804
<id>sign-artifacts</id>
@@ -833,7 +833,7 @@
833833
<plugin>
834834
<groupId>org.apache.maven.plugins</groupId>
835835
<artifactId>maven-javadoc-plugin</artifactId>
836-
<version>3.7.0</version>
836+
<version>3.8.0</version>
837837
<configuration>
838838
<source>8</source>
839839
<sourcepath>src/main/java</sourcepath>
@@ -933,7 +933,7 @@
933933
<plugins>
934934
<plugin>
935935
<artifactId>maven-surefire-plugin</artifactId>
936-
<version>3.3.0</version>
936+
<version>3.3.1</version>
937937
<executions>
938938
<execution>
939939
<phase>integration-test</phase>

‎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.1.3</version>
60+
<version>1.3.0</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.1.3</version>
129+
<version>1.3.0</version>
130130
</dependency>
131131
</dependencies>
132132
</profile>

0 commit comments

Comments
 (0)
Please sign in to comment.