Skip to content

Commit be764dc

Browse files
authoredSep 17, 2024··
deps: Update Non-major dependencies (#2055)
1 parent 1c4e60c commit be764dc

File tree

4 files changed

+30
-30
lines changed

4 files changed

+30
-30
lines changed
 

‎jdbc/postgres/pom.xml

+4-4
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.3</version>
52+
<version>42.7.4</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.3</version>
89+
<version>42.7.4</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.3</version>
103+
<version>42.7.4</version>
104104
</dependency>
105105
</dependencies>
106106
</profile>
@@ -118,7 +118,7 @@
118118
<plugins>
119119
<plugin>
120120
<artifactId>maven-surefire-plugin</artifactId>
121-
<version>3.3.1</version>
121+
<version>3.5.0</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.8.0.jre8</version>
52+
<version>12.8.1.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.8.0.jre8</version>
99+
<version>12.8.1.jre8</version>
100100
</dependency>
101101
</dependencies>
102102
</profile>

‎pom.xml

+22-22
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.1</version>
29+
<version>1.11.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.2</graal-sdk.version>
81-
<netty.version>4.1.112.Final</netty.version>
80+
<graal-sdk.version>24.1.0</graal-sdk.version>
81+
<netty.version>4.1.113.Final</netty.version>
8282
<ow2-asm.version>9.7</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.2.1-android</version>
116+
<version>33.3.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.46.0</version>
136+
<version>3.47.0</version>
137137
</dependency>
138138
<dependency>
139139
<groupId>org.checkerframework</groupId>
@@ -143,37 +143,37 @@
143143
<dependency>
144144
<groupId>com.google.api-client</groupId>
145145
<artifactId>google-api-client</artifactId>
146-
<version>2.6.0</version>
146+
<version>2.7.0</version>
147147
</dependency>
148148
<dependency>
149149
<groupId>com.google.apis</groupId>
150150
<artifactId>google-api-services-sqladmin</artifactId>
151-
<version>v1beta4-rev20240724-2.0.0</version>
151+
<version>v1beta4-rev20240831-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.44.2</version>
156+
<version>1.45.0</version>
157157
</dependency>
158158
<dependency>
159159
<groupId>com.google.http-client</groupId>
160160
<artifactId>google-http-client</artifactId>
161-
<version>1.44.2</version>
161+
<version>1.45.0</version>
162162
</dependency>
163163
<dependency>
164164
<groupId>com.google.http-client</groupId>
165165
<artifactId>google-http-client-jackson2</artifactId>
166-
<version>1.44.2</version>
166+
<version>1.45.0</version>
167167
</dependency>
168168
<dependency>
169169
<groupId>com.google.auth</groupId>
170170
<artifactId>google-auth-library-credentials</artifactId>
171-
<version>1.24.1</version>
171+
<version>1.25.0</version>
172172
</dependency>
173173
<dependency>
174174
<groupId>com.google.auth</groupId>
175175
<artifactId>google-auth-library-oauth2-http</artifactId>
176-
<version>1.24.1</version>
176+
<version>1.25.0</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.30.0</version>
186+
<version>2.32.0</version>
187187
</dependency>
188188
<dependency>
189189
<groupId>com.github.jnr</groupId>
@@ -208,7 +208,7 @@
208208
<dependency>
209209
<groupId>com.google.api</groupId>
210210
<artifactId>gax</artifactId>
211-
<version>2.51.0</version>
211+
<version>2.53.0</version>
212212
</dependency>
213213
<dependency>
214214
<groupId>org.reactivestreams</groupId>
@@ -223,7 +223,7 @@
223223
<dependency>
224224
<groupId>io.projectreactor</groupId>
225225
<artifactId>reactor-core</artifactId>
226-
<version>3.6.9</version>
226+
<version>3.6.10</version>
227227
</dependency>
228228
<dependency>
229229
<groupId>io.projectreactor.netty</groupId>
@@ -452,7 +452,7 @@
452452
<plugin>
453453
<groupId>org.apache.maven.plugins</groupId>
454454
<artifactId>maven-surefire-plugin</artifactId>
455-
<version>3.3.1</version>
455+
<version>3.5.0</version>
456456
<configuration>
457457
<reportNameSuffix>sponge_log</reportNameSuffix>
458458
<trimStackTrace>false</trimStackTrace>
@@ -549,7 +549,7 @@
549549
<plugin>
550550
<groupId>org.apache.maven.plugins</groupId>
551551
<artifactId>maven-checkstyle-plugin</artifactId>
552-
<version>3.4.0</version>
552+
<version>3.5.0</version>
553553
<configuration>
554554
<configLocation>google_checks.xml</configLocation>
555555
<logViolationsToConsole>true</logViolationsToConsole>
@@ -573,7 +573,7 @@
573573
<!-- There's a bug in the plugin that prevents us from failing on warning in the latest version (3.2.0).
574574
Once a new version (> 3.2.0) is released, we can upgrade the plugin to latest.
575575
See https://issues.apache.org/jira/browse/MDEP-753 -->
576-
<version>3.7.1</version>
576+
<version>3.8.0</version>
577577
<configuration>
578578
<failOnWarning>true</failOnWarning>
579579
<ignoredDependencies>
@@ -619,7 +619,7 @@
619619
<plugins>
620620
<plugin>
621621
<artifactId>maven-surefire-plugin</artifactId>
622-
<version>3.3.1</version>
622+
<version>3.5.0</version>
623623
<executions>
624624
<execution>
625625
<phase>integration-test</phase>
@@ -798,7 +798,7 @@
798798
<plugin>
799799
<groupId>org.apache.maven.plugins</groupId>
800800
<artifactId>maven-gpg-plugin</artifactId>
801-
<version>3.2.5</version>
801+
<version>3.2.6</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.8.0</version>
836+
<version>3.10.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.1</version>
936+
<version>3.5.0</version>
937937
<executions>
938938
<execution>
939939
<phase>integration-test</phase>

‎r2dbc/mariadb/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>org.mariadb</groupId>
6262
<artifactId>r2dbc-mariadb</artifactId>
63-
<version>1.2.1</version>
63+
<version>1.2.2</version>
6464
<scope>provided</scope>
6565
</dependency>
6666
<dependency>
@@ -123,7 +123,7 @@
123123
<dependency>
124124
<groupId>org.mariadb</groupId>
125125
<artifactId>r2dbc-mariadb</artifactId>
126-
<version>1.2.1</version>
126+
<version>1.2.2</version>
127127
</dependency>
128128
</dependencies>
129129
</profile>

0 commit comments

Comments
 (0)
Please sign in to comment.