Skip to content

Commit 3c2d81d

Browse files
authoredJul 9, 2024··
deps: Update Non-major dependencies (#2033)
1 parent 1ff2d36 commit 3c2d81d

File tree

6 files changed

+26
-26
lines changed

6 files changed

+26
-26
lines changed
 

‎core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
<plugin>
214214
<groupId>org.apache.maven.plugins</groupId>
215215
<artifactId>maven-jar-plugin</artifactId>
216-
<version>3.4.1</version>
216+
<version>3.4.2</version>
217217
<executions>
218218
<execution>
219219
<goals>

‎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.2.5</version>
121+
<version>3.3.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.6.2.jre8</version>
52+
<version>12.6.3.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.2.jre8</version>
99+
<version>12.6.3.jre8</version>
100100
</dependency>
101101
</dependencies>
102102
</profile>

‎pom.xml

+19-19
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.8.0</version>
29+
<version>1.9.0</version>
3030
</parent>
3131

3232
<name>Cloud SQL JDBC Socket Factory</name>
@@ -79,7 +79,7 @@
7979
<javac.version>9+181-r4173-1</javac.version>
8080
<native-image.version>0.10.2</native-image.version>
8181
<graal-sdk.version>24.0.1</graal-sdk.version>
82-
<netty.version>4.1.110.Final</netty.version>
82+
<netty.version>4.1.111.Final</netty.version>
8383
<ow2-asm.version>9.7</ow2-asm.version>
8484
<assembly.skipAssembly>true</assembly.skipAssembly>
8585
</properties>
@@ -134,7 +134,7 @@
134134
<dependency>
135135
<groupId>org.checkerframework</groupId>
136136
<artifactId>checker-qual</artifactId>
137-
<version>3.44.0</version>
137+
<version>3.45.0</version>
138138
</dependency>
139139
<dependency>
140140
<groupId>org.checkerframework</groupId>
@@ -149,7 +149,7 @@
149149
<dependency>
150150
<groupId>com.google.apis</groupId>
151151
<artifactId>google-api-services-sqladmin</artifactId>
152-
<version>v1beta4-rev20240521-2.0.0</version>
152+
<version>v1beta4-rev20240622-2.0.0</version>
153153
</dependency>
154154
<dependency>
155155
<groupId>com.google.http-client</groupId>
@@ -209,7 +209,7 @@
209209
<dependency>
210210
<groupId>com.google.api</groupId>
211211
<artifactId>gax</artifactId>
212-
<version>2.49.0</version>
212+
<version>2.50.0</version>
213213
</dependency>
214214
<dependency>
215215
<groupId>org.reactivestreams</groupId>
@@ -224,12 +224,12 @@
224224
<dependency>
225225
<groupId>io.projectreactor</groupId>
226226
<artifactId>reactor-core</artifactId>
227-
<version>3.6.6</version>
227+
<version>3.6.8</version>
228228
</dependency>
229229
<dependency>
230230
<groupId>io.projectreactor.netty</groupId>
231231
<artifactId>reactor-netty</artifactId>
232-
<version>1.1.19</version>
232+
<version>1.1.21</version>
233233
</dependency>
234234
<dependency>
235235
<groupId>io.netty</groupId>
@@ -276,7 +276,7 @@
276276
<dependency>
277277
<groupId>com.google.truth</groupId>
278278
<artifactId>truth</artifactId>
279-
<version>1.4.2</version>
279+
<version>1.4.3</version>
280280
<scope>test</scope>
281281
</dependency>
282282
<dependency>
@@ -324,7 +324,7 @@
324324
<dependency>
325325
<groupId>org.junit</groupId>
326326
<artifactId>junit-bom</artifactId>
327-
<version>5.10.2</version>
327+
<version>5.10.3</version>
328328
<type>pom</type>
329329
<scope>import</scope>
330330
</dependency>
@@ -365,13 +365,13 @@
365365
<plugin>
366366
<groupId>org.codehaus.mojo</groupId>
367367
<artifactId>versions-maven-plugin</artifactId>
368-
<version>2.16.2</version>
368+
<version>2.17.0</version>
369369
</plugin>
370370

371371
<plugin>
372372
<groupId>org.apache.maven.plugins</groupId>
373373
<artifactId>maven-jar-plugin</artifactId>
374-
<version>3.4.1</version>
374+
<version>3.4.2</version>
375375
<configuration>
376376
<archive>
377377
<manifestEntries>
@@ -453,7 +453,7 @@
453453
<plugin>
454454
<groupId>org.apache.maven.plugins</groupId>
455455
<artifactId>maven-surefire-plugin</artifactId>
456-
<version>3.2.5</version>
456+
<version>3.3.0</version>
457457
<configuration>
458458
<reportNameSuffix>sponge_log</reportNameSuffix>
459459
<trimStackTrace>false</trimStackTrace>
@@ -466,7 +466,7 @@
466466
<plugin>
467467
<groupId>org.apache.maven.plugins</groupId>
468468
<artifactId>maven-release-plugin</artifactId>
469-
<version>3.0.1</version>
469+
<version>3.1.0</version>
470470
<configuration>
471471
<tagNameFormat>@{project.version}</tagNameFormat>
472472
<useReleaseProfile>false</useReleaseProfile>
@@ -574,7 +574,7 @@
574574
<!-- There's a bug in the plugin that prevents us from failing on warning in the latest version (3.2.0).
575575
Once a new version (> 3.2.0) is released, we can upgrade the plugin to latest.
576576
See https://issues.apache.org/jira/browse/MDEP-753 -->
577-
<version>3.6.1</version>
577+
<version>3.7.1</version>
578578
<configuration>
579579
<failOnWarning>true</failOnWarning>
580580
<ignoredDependencies>
@@ -620,7 +620,7 @@
620620
<plugins>
621621
<plugin>
622622
<artifactId>maven-surefire-plugin</artifactId>
623-
<version>3.2.5</version>
623+
<version>3.3.0</version>
624624
<executions>
625625
<execution>
626626
<phase>integration-test</phase>
@@ -719,12 +719,12 @@
719719
<dependency>
720720
<groupId>org.junit.platform</groupId>
721721
<artifactId>junit-platform-engine</artifactId>
722-
<version>1.10.2</version>
722+
<version>1.10.3</version>
723723
</dependency>
724724
<dependency>
725725
<groupId>org.junit.platform</groupId>
726726
<artifactId>junit-platform-commons</artifactId>
727-
<version>1.10.2</version>
727+
<version>1.10.3</version>
728728
</dependency>
729729
</dependencies>
730730
</dependencyManagement>
@@ -734,7 +734,7 @@
734734
<dependency>
735735
<groupId>org.junit.vintage</groupId>
736736
<artifactId>junit-vintage-engine</artifactId>
737-
<version>5.10.2</version>
737+
<version>5.10.3</version>
738738
<scope>test</scope>
739739
</dependency>
740740

@@ -934,7 +934,7 @@
934934
<plugins>
935935
<plugin>
936936
<artifactId>maven-surefire-plugin</artifactId>
937-
<version>3.2.5</version>
937+
<version>3.3.0</version>
938938
<executions>
939939
<execution>
940940
<phase>integration-test</phase>

‎r2dbc/core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<plugin>
101101
<groupId>org.apache.maven.plugins</groupId>
102102
<artifactId>maven-jar-plugin</artifactId>
103-
<version>3.4.1</version>
103+
<version>3.4.2</version>
104104
<executions>
105105
<execution>
106106
<goals>

‎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.0</version>
63+
<version>1.2.1</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.0</version>
126+
<version>1.2.1</version>
127127
</dependency>
128128
</dependencies>
129129
</profile>

0 commit comments

Comments
 (0)
Please sign in to comment.