Skip to content

Commit f300324

Browse files
committed
deps: Update Non-major dependencies
1 parent b66900c commit f300324

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

pom.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -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.2.1</graal-sdk.version>
81-
<netty.version>4.1.119.Final</netty.version>
80+
<graal-sdk.version>24.2.2</graal-sdk.version>
81+
<netty.version>4.2.3.Final</netty.version>
8282
<ow2-asm.version>9.8</ow2-asm.version>
8383
<assembly.skipAssembly>true</assembly.skipAssembly>
8484
</properties>
@@ -188,7 +188,7 @@
188188
<dependency>
189189
<groupId>com.google.errorprone</groupId>
190190
<artifactId>error_prone_annotations</artifactId>
191-
<version>2.40.0</version>
191+
<version>2.41.0</version>
192192
</dependency>
193193
<dependency>
194194
<groupId>com.github.jnr</groupId>
@@ -208,12 +208,12 @@
208208
<dependency>
209209
<groupId>commons-codec</groupId>
210210
<artifactId>commons-codec</artifactId>
211-
<version>1.18.0</version>
211+
<version>1.19.0</version>
212212
</dependency>
213213
<dependency>
214214
<groupId>com.google.api</groupId>
215215
<artifactId>gax</artifactId>
216-
<version>2.68.1</version>
216+
<version>2.68.2</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.7</version>
231+
<version>3.7.8</version>
232232
</dependency>
233233
<dependency>
234234
<groupId>io.projectreactor.netty</groupId>
235235
<artifactId>reactor-netty</artifactId>
236-
<version>1.2.7</version>
236+
<version>1.2.8</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.13.3</version>
331+
<version>5.13.4</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.6.0</version>
391+
<version>3.6.1</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.6.0</version>
522+
<version>3.6.1</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.13.3</version>
714+
<version>1.13.4</version>
715715
</dependency>
716716
<dependency>
717717
<groupId>org.junit.platform</groupId>
718718
<artifactId>junit-platform-commons</artifactId>
719-
<version>1.13.3</version>
719+
<version>1.13.4</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.13.3</version>
729+
<version>5.13.4</version>
730730
<scope>test</scope>
731731
</dependency>
732732

0 commit comments

Comments
 (0)