Skip to content

Commit 273f3bf

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

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 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>
@@ -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>
@@ -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>

0 commit comments

Comments
 (0)