Skip to content

Commit e0c909c

Browse files
committed
Update dependencies
1 parent f64b4ca commit e0c909c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<plugin>
1414
<groupId>org.apache.maven.plugins</groupId>
1515
<artifactId>maven-assembly-plugin</artifactId>
16-
<version>3.7.0</version>
16+
<version>3.8.0</version>
1717
<configuration>
1818
<archive>
1919
<manifest>
@@ -41,7 +41,7 @@
4141
<plugin>
4242
<groupId>org.jacoco</groupId>
4343
<artifactId>jacoco-maven-plugin</artifactId>
44-
<version>0.8.12</version>
44+
<version>0.8.14</version>
4545
<executions>
4646
<execution>
4747
<id>prepare-agent</id>
@@ -70,17 +70,17 @@
7070
<dependency>
7171
<groupId>io.netty</groupId>
7272
<artifactId>netty-all</artifactId>
73-
<version>4.2.7.Final</version>
73+
<version>4.2.12.Final</version>
7474
</dependency>
7575
<dependency>
7676
<groupId>org.json</groupId>
7777
<artifactId>json</artifactId>
78-
<version>20250517</version>
78+
<version>20251224</version>
7979
</dependency>
8080
<dependency>
8181
<groupId>org.junit.jupiter</groupId>
8282
<artifactId>junit-jupiter-engine</artifactId>
83-
<version>6.0.1</version>
83+
<version>6.0.3</version>
8484
<scope>test</scope>
8585
</dependency>
8686
</dependencies>

0 commit comments

Comments
 (0)