Skip to content

Commit 5a7e08a

Browse files
authoredNov 21, 2024··
deps: Update Non-major dependencies (#2076)
1 parent 3df80ec commit 5a7e08a

File tree

7 files changed

+40
-40
lines changed

7 files changed

+40
-40
lines changed
 

‎core/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@
6161
<dependency>
6262
<groupId>com.github.jnr</groupId>
6363
<artifactId>jnr-enxio</artifactId>
64-
<version>0.32.17</version>
64+
<version>0.32.18</version>
6565
</dependency>
6666

6767
<dependency>
6868
<groupId>com.github.jnr</groupId>
6969
<artifactId>jnr-unixsocket</artifactId>
70-
<version>0.38.22</version>
70+
<version>0.38.23</version>
7171
<exclusions>
7272
<exclusion>
7373
<groupId>org.ow2.asm</groupId>

‎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.1</version>
52+
<version>3.5.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.1</version>
90+
<version>3.5.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.1</version>
104+
<version>3.5.1</version>
105105
</dependency>
106106
</dependencies>
107107
</profile>

‎jdbc/mysql-j-8/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>com.mysql</groupId>
5555
<artifactId>mysql-connector-j</artifactId>
56-
<version>9.0.0</version>
56+
<version>9.1.0</version>
5757
<scope>provided</scope>
5858
</dependency>
5959
<dependency>
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>com.mysql</groupId>
8888
<artifactId>mysql-connector-j</artifactId>
89-
<version>9.0.0</version>
89+
<version>9.1.0</version>
9090
</dependency>
9191
</dependencies>
9292
</profile>
@@ -100,7 +100,7 @@
100100
<dependency>
101101
<groupId>com.mysql</groupId>
102102
<artifactId>mysql-connector-j</artifactId>
103-
<version>9.0.0</version>
103+
<version>9.1.0</version>
104104
</dependency>
105105
</dependencies>
106106
</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.5.0</version>
121+
<version>3.5.2</version>
122122
<executions>
123123
<execution>
124124
<phase>integration-test</phase>

‎pom.xml

+27-27
Original file line numberDiff line numberDiff line change
@@ -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.1.0</graal-sdk.version>
81-
<netty.version>4.1.113.Final</netty.version>
82-
<ow2-asm.version>9.7</ow2-asm.version>
80+
<graal-sdk.version>24.1.1</graal-sdk.version>
81+
<netty.version>4.1.115.Final</netty.version>
82+
<ow2-asm.version>9.7.1</ow2-asm.version>
8383
<assembly.skipAssembly>true</assembly.skipAssembly>
8484
</properties>
8585

@@ -133,7 +133,7 @@
133133
<dependency>
134134
<groupId>org.checkerframework</groupId>
135135
<artifactId>checker-qual</artifactId>
136-
<version>3.47.0</version>
136+
<version>3.48.2</version>
137137
</dependency>
138138
<dependency>
139139
<groupId>org.checkerframework</groupId>
@@ -148,32 +148,32 @@
148148
<dependency>
149149
<groupId>com.google.apis</groupId>
150150
<artifactId>google-api-services-sqladmin</artifactId>
151-
<version>v1beta4-rev20240925-2.0.0</version>
151+
<version>v1beta4-rev20241108-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.45.0</version>
156+
<version>1.45.1</version>
157157
</dependency>
158158
<dependency>
159159
<groupId>com.google.http-client</groupId>
160160
<artifactId>google-http-client</artifactId>
161-
<version>1.45.0</version>
161+
<version>1.45.1</version>
162162
</dependency>
163163
<dependency>
164164
<groupId>com.google.http-client</groupId>
165165
<artifactId>google-http-client-jackson2</artifactId>
166-
<version>1.45.0</version>
166+
<version>1.45.1</version>
167167
</dependency>
168168
<dependency>
169169
<groupId>com.google.auth</groupId>
170170
<artifactId>google-auth-library-credentials</artifactId>
171-
<version>1.27.0</version>
171+
<version>1.30.0</version>
172172
</dependency>
173173
<dependency>
174174
<groupId>com.google.auth</groupId>
175175
<artifactId>google-auth-library-oauth2-http</artifactId>
176-
<version>1.27.0</version>
176+
<version>1.30.0</version>
177177
</dependency>
178178
<dependency>
179179
<groupId>com.google.oauth-client</groupId>
@@ -183,17 +183,17 @@
183183
<dependency>
184184
<groupId>com.google.errorprone</groupId>
185185
<artifactId>error_prone_annotations</artifactId>
186-
<version>2.32.0</version>
186+
<version>2.36.0</version>
187187
</dependency>
188188
<dependency>
189189
<groupId>com.github.jnr</groupId>
190190
<artifactId>jnr-ffi</artifactId>
191-
<version>2.2.16</version>
191+
<version>2.2.17</version>
192192
</dependency>
193193
<dependency>
194194
<groupId>com.github.jnr</groupId>
195195
<artifactId>jnr-unixsocket</artifactId>
196-
<version>0.38.22</version>
196+
<version>0.38.23</version>
197197
</dependency>
198198
<dependency>
199199
<groupId>org.graalvm.sdk</groupId>
@@ -208,7 +208,7 @@
208208
<dependency>
209209
<groupId>com.google.api</groupId>
210210
<artifactId>gax</artifactId>
211-
<version>2.54.1</version>
211+
<version>2.58.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.10</version>
226+
<version>3.7.0</version>
227227
</dependency>
228228
<dependency>
229229
<groupId>io.projectreactor.netty</groupId>
230230
<artifactId>reactor-netty</artifactId>
231-
<version>1.1.22</version>
231+
<version>1.2.0</version>
232232
</dependency>
233233
<dependency>
234234
<groupId>io.netty</groupId>
@@ -317,13 +317,13 @@
317317
<dependency>
318318
<groupId>io.r2dbc</groupId>
319319
<artifactId>r2dbc-pool</artifactId>
320-
<version>1.0.1.RELEASE</version>
320+
<version>1.0.2.RELEASE</version>
321321
<scope>test</scope>
322322
</dependency>
323323
<dependency>
324324
<groupId>org.junit</groupId>
325325
<artifactId>junit-bom</artifactId>
326-
<version>5.11.1</version>
326+
<version>5.11.3</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.1</version>
367+
<version>2.18.0</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.5.0</version>
455+
<version>3.5.2</version>
456456
<configuration>
457457
<reportNameSuffix>sponge_log</reportNameSuffix>
458458
<trimStackTrace>false</trimStackTrace>
@@ -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.8.0</version>
576+
<version>3.8.1</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.5.0</version>
622+
<version>3.5.2</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.11.1</version>
721+
<version>1.11.3</version>
722722
</dependency>
723723
<dependency>
724724
<groupId>org.junit.platform</groupId>
725725
<artifactId>junit-platform-commons</artifactId>
726-
<version>1.11.1</version>
726+
<version>1.11.3</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.11.1</version>
736+
<version>5.11.3</version>
737737
<scope>test</scope>
738738
</dependency>
739739

@@ -833,7 +833,7 @@
833833
<plugin>
834834
<groupId>org.apache.maven.plugins</groupId>
835835
<artifactId>maven-javadoc-plugin</artifactId>
836-
<version>3.10.0</version>
836+
<version>3.11.1</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.5.0</version>
936+
<version>3.5.2</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.2</version>
63+
<version>1.3.0</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.2</version>
126+
<version>1.3.0</version>
127127
</dependency>
128128
</dependencies>
129129
</profile>

‎r2dbc/postgres/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>org.postgresql</groupId>
6060
<artifactId>r2dbc-postgresql</artifactId>
61-
<version>1.0.5.RELEASE</version>
61+
<version>1.0.7.RELEASE</version>
6262
<scope>provided</scope>
6363
<exclusions>
6464
<exclusion>
@@ -128,7 +128,7 @@
128128
<dependency>
129129
<groupId>org.postgresql</groupId>
130130
<artifactId>r2dbc-postgresql</artifactId>
131-
<version>1.0.5.RELEASE</version>
131+
<version>1.0.7.RELEASE</version>
132132
</dependency>
133133
</dependencies>
134134
</profile>

0 commit comments

Comments
 (0)
Please sign in to comment.