We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71b5b64 commit bb574d0Copy full SHA for bb574d0
1 file changed
pom.xml
@@ -65,22 +65,22 @@
65
<dependency>
66
<groupId>com.dampcake</groupId>
67
<artifactId>bencode</artifactId>
68
- <version>1.4.1</version>
+ <version>1.4.2</version>
69
</dependency>
70
71
<groupId>io.netty</groupId>
72
<artifactId>netty-all</artifactId>
73
- <version>4.1.116.Final</version>
+ <version>4.2.2.Final</version>
74
75
76
<groupId>org.json</groupId>
77
<artifactId>json</artifactId>
78
- <version>20241224</version>
+ <version>20250517</version>
79
80
81
<groupId>org.junit.jupiter</groupId>
82
<artifactId>junit-jupiter-engine</artifactId>
83
- <version>5.11.4</version>
+ <version>5.13.3</version>
84
<scope>test</scope>
85
86
</dependencies>
0 commit comments