Skip to content

Commit bb574d0

Browse files
committed
Fix vulnerabilities
1 parent 71b5b64 commit bb574d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,22 +65,22 @@
6565
<dependency>
6666
<groupId>com.dampcake</groupId>
6767
<artifactId>bencode</artifactId>
68-
<version>1.4.1</version>
68+
<version>1.4.2</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>io.netty</groupId>
7272
<artifactId>netty-all</artifactId>
73-
<version>4.1.116.Final</version>
73+
<version>4.2.2.Final</version>
7474
</dependency>
7575
<dependency>
7676
<groupId>org.json</groupId>
7777
<artifactId>json</artifactId>
78-
<version>20241224</version>
78+
<version>20250517</version>
7979
</dependency>
8080
<dependency>
8181
<groupId>org.junit.jupiter</groupId>
8282
<artifactId>junit-jupiter-engine</artifactId>
83-
<version>5.11.4</version>
83+
<version>5.13.3</version>
8484
<scope>test</scope>
8585
</dependency>
8686
</dependencies>

0 commit comments

Comments
 (0)