Skip to content

Commit 1edc758

Browse files
authored
deps: Update Non-major dependencies (#2127)
1 parent 652a30d commit 1edc758

File tree

4 files changed

+23
-23
lines changed

4 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.2</version>
52+
<version>3.5.3</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.2</version>
90+
<version>3.5.3</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.2</version>
104+
<version>3.5.3</version>
105105
</dependency>
106106
</dependencies>
107107
</profile>

jdbc/postgres/pom.xml

Lines changed: 1 addition & 1 deletion
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.5.2</version>
121+
<version>3.5.3</version>
122122
<executions>
123123
<execution>
124124
<phase>integration-test</phase>

pom.xml

Lines changed: 17 additions & 17 deletions
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.15.0</version>
29+
<version>1.15.1</version>
3030
</parent>
3131

3232
<name>Cloud SQL JDBC Socket Factory</name>
@@ -77,9 +77,9 @@
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.2.0</graal-sdk.version>
81-
<netty.version>4.1.119.Final</netty.version>
82-
<ow2-asm.version>9.7.1</ow2-asm.version>
80+
<graal-sdk.version>24.2.1</graal-sdk.version>
81+
<netty.version>4.2.0.Final</netty.version>
82+
<ow2-asm.version>9.8</ow2-asm.version>
8383
<assembly.skipAssembly>true</assembly.skipAssembly>
8484
</properties>
8585

@@ -113,7 +113,7 @@
113113
<dependency>
114114
<groupId>com.google.guava</groupId>
115115
<artifactId>guava</artifactId>
116-
<version>33.4.0-android</version>
116+
<version>33.4.8-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.49.1</version>
136+
<version>3.49.2</version>
137137
</dependency>
138138
<dependency>
139139
<groupId>org.checkerframework</groupId>
@@ -143,7 +143,7 @@
143143
<dependency>
144144
<groupId>com.google.code.gson</groupId>
145145
<artifactId>gson</artifactId>
146-
<version>2.12.1</version>
146+
<version>2.13.0</version>
147147
</dependency>
148148
<dependency>
149149
<groupId>com.google.api-client</groupId>
@@ -228,12 +228,12 @@
228228
<dependency>
229229
<groupId>io.projectreactor</groupId>
230230
<artifactId>reactor-core</artifactId>
231-
<version>3.7.4</version>
231+
<version>3.7.5</version>
232232
</dependency>
233233
<dependency>
234234
<groupId>io.projectreactor.netty</groupId>
235235
<artifactId>reactor-netty</artifactId>
236-
<version>1.2.4</version>
236+
<version>1.2.5</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.1</version>
331+
<version>5.12.2</version>
332332
<type>pom</type>
333333
<scope>import</scope>
334334
</dependency>
@@ -457,7 +457,7 @@
457457
<plugin>
458458
<groupId>org.apache.maven.plugins</groupId>
459459
<artifactId>maven-surefire-plugin</artifactId>
460-
<version>3.5.2</version>
460+
<version>3.5.3</version>
461461
<configuration>
462462
<reportNameSuffix>sponge_log</reportNameSuffix>
463463
<trimStackTrace>false</trimStackTrace>
@@ -624,7 +624,7 @@
624624
<plugins>
625625
<plugin>
626626
<artifactId>maven-surefire-plugin</artifactId>
627-
<version>3.5.2</version>
627+
<version>3.5.3</version>
628628
<executions>
629629
<execution>
630630
<phase>integration-test</phase>
@@ -655,7 +655,7 @@
655655
<plugin>
656656
<groupId>org.jacoco</groupId>
657657
<artifactId>jacoco-maven-plugin</artifactId>
658-
<version>0.8.12</version>
658+
<version>0.8.13</version>
659659
<executions>
660660
<execution>
661661
<id>prepare-agent</id>
@@ -723,12 +723,12 @@
723723
<dependency>
724724
<groupId>org.junit.platform</groupId>
725725
<artifactId>junit-platform-engine</artifactId>
726-
<version>1.12.1</version>
726+
<version>1.12.2</version>
727727
</dependency>
728728
<dependency>
729729
<groupId>org.junit.platform</groupId>
730730
<artifactId>junit-platform-commons</artifactId>
731-
<version>1.12.1</version>
731+
<version>1.12.2</version>
732732
</dependency>
733733
</dependencies>
734734
</dependencyManagement>
@@ -738,7 +738,7 @@
738738
<dependency>
739739
<groupId>org.junit.vintage</groupId>
740740
<artifactId>junit-vintage-engine</artifactId>
741-
<version>5.12.1</version>
741+
<version>5.12.2</version>
742742
<scope>test</scope>
743743
</dependency>
744744

@@ -938,7 +938,7 @@
938938
<plugins>
939939
<plugin>
940940
<artifactId>maven-surefire-plugin</artifactId>
941-
<version>3.5.2</version>
941+
<version>3.5.3</version>
942942
<executions>
943943
<execution>
944944
<phase>integration-test</phase>

r2dbc/mysql/pom.xml

Lines changed: 2 additions & 2 deletions
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.4.0</version>
60+
<version>1.4.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.4.0</version>
129+
<version>1.4.1</version>
130130
</dependency>
131131
</dependencies>
132132
</profile>

0 commit comments

Comments
 (0)