Skip to content

Commit a33acf5

Browse files
deps: Update Non-major dependencies (#2163)
* deps: Update Non-major dependencies * fix: roll back to netty 4.1.119.final --------- Co-authored-by: Jonathan Hess <[email protected]>
1 parent 3ad5d0e commit a33acf5

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

jdbc/mariadb/pom.xml

Lines changed: 3 additions & 3 deletions
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.5.3</version>
52+
<version>3.5.4</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.5.3</version>
90+
<version>3.5.4</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.5.3</version>
104+
<version>3.5.4</version>
105105
</dependency>
106106
</dependencies>
107107
</profile>

jdbc/sqlserver/pom.xml

Lines changed: 2 additions & 2 deletions
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.10.0.jre8</version>
52+
<version>12.10.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.10.0.jre8</version>
99+
<version>12.10.1.jre8</version>
100100
</dependency>
101101
</dependencies>
102102
</profile>

pom.xml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
<dependency>
134134
<groupId>org.checkerframework</groupId>
135135
<artifactId>checker-qual</artifactId>
136-
<version>3.49.3</version>
136+
<version>3.49.5</version>
137137
</dependency>
138138
<dependency>
139139
<groupId>org.checkerframework</groupId>
@@ -153,32 +153,32 @@
153153
<dependency>
154154
<groupId>com.google.apis</groupId>
155155
<artifactId>google-api-services-sqladmin</artifactId>
156-
<version>v1beta4-rev20250508-2.0.0</version>
156+
<version>v1beta4-rev20250613-2.0.0</version>
157157
</dependency>
158158
<dependency>
159159
<groupId>com.google.http-client</groupId>
160160
<artifactId>google-http-client-gson</artifactId>
161-
<version>1.47.0</version>
161+
<version>1.47.1</version>
162162
</dependency>
163163
<dependency>
164164
<groupId>com.google.http-client</groupId>
165165
<artifactId>google-http-client</artifactId>
166-
<version>1.47.0</version>
166+
<version>1.47.1</version>
167167
</dependency>
168168
<dependency>
169169
<groupId>com.google.http-client</groupId>
170170
<artifactId>google-http-client-jackson2</artifactId>
171-
<version>1.47.0</version>
171+
<version>1.47.1</version>
172172
</dependency>
173173
<dependency>
174174
<groupId>com.google.auth</groupId>
175175
<artifactId>google-auth-library-credentials</artifactId>
176-
<version>1.35.0</version>
176+
<version>1.37.1</version>
177177
</dependency>
178178
<dependency>
179179
<groupId>com.google.auth</groupId>
180180
<artifactId>google-auth-library-oauth2-http</artifactId>
181-
<version>1.35.0</version>
181+
<version>1.37.1</version>
182182
</dependency>
183183
<dependency>
184184
<groupId>com.google.oauth-client</groupId>
@@ -188,7 +188,7 @@
188188
<dependency>
189189
<groupId>com.google.errorprone</groupId>
190190
<artifactId>error_prone_annotations</artifactId>
191-
<version>2.38.0</version>
191+
<version>2.40.0</version>
192192
</dependency>
193193
<dependency>
194194
<groupId>com.github.jnr</groupId>
@@ -213,7 +213,7 @@
213213
<dependency>
214214
<groupId>com.google.api</groupId>
215215
<artifactId>gax</artifactId>
216-
<version>2.66.0</version>
216+
<version>2.68.1</version>
217217
</dependency>
218218
<dependency>
219219
<groupId>org.reactivestreams</groupId>
@@ -228,12 +228,12 @@
228228
<dependency>
229229
<groupId>io.projectreactor</groupId>
230230
<artifactId>reactor-core</artifactId>
231-
<version>3.7.6</version>
231+
<version>3.7.7</version>
232232
</dependency>
233233
<dependency>
234234
<groupId>io.projectreactor.netty</groupId>
235235
<artifactId>reactor-netty</artifactId>
236-
<version>1.2.6</version>
236+
<version>1.2.7</version>
237237
</dependency>
238238
<dependency>
239239
<groupId>io.netty</groupId>
@@ -328,7 +328,7 @@
328328
<dependency>
329329
<groupId>org.junit</groupId>
330330
<artifactId>junit-bom</artifactId>
331-
<version>5.12.2</version>
331+
<version>5.13.3</version>
332332
<type>pom</type>
333333
<scope>import</scope>
334334
</dependency>
@@ -388,7 +388,7 @@
388388
<plugin>
389389
<groupId>org.apache.maven.plugins</groupId>
390390
<artifactId>maven-enforcer-plugin</artifactId>
391-
<version>3.5.0</version>
391+
<version>3.6.0</version>
392392
<executions>
393393
<execution>
394394
<id>enforce</id>
@@ -519,7 +519,7 @@
519519
<plugin>
520520
<groupId>org.apache.maven.plugins</groupId>
521521
<artifactId>maven-enforcer-plugin</artifactId>
522-
<version>3.5.0</version>
522+
<version>3.6.0</version>
523523
<executions>
524524
<execution>
525525
<configuration>
@@ -711,12 +711,12 @@
711711
<dependency>
712712
<groupId>org.junit.platform</groupId>
713713
<artifactId>junit-platform-engine</artifactId>
714-
<version>1.12.2</version>
714+
<version>1.13.3</version>
715715
</dependency>
716716
<dependency>
717717
<groupId>org.junit.platform</groupId>
718718
<artifactId>junit-platform-commons</artifactId>
719-
<version>1.12.2</version>
719+
<version>1.13.3</version>
720720
</dependency>
721721
</dependencies>
722722
</dependencyManagement>
@@ -726,7 +726,7 @@
726726
<dependency>
727727
<groupId>org.junit.vintage</groupId>
728728
<artifactId>junit-vintage-engine</artifactId>
729-
<version>5.12.2</version>
729+
<version>5.13.3</version>
730730
<scope>test</scope>
731731
</dependency>
732732

@@ -791,7 +791,7 @@
791791
<plugin>
792792
<groupId>org.apache.maven.plugins</groupId>
793793
<artifactId>maven-gpg-plugin</artifactId>
794-
<version>3.2.7</version>
794+
<version>3.2.8</version>
795795
<executions>
796796
<execution>
797797
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)