File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 66 <name >netty http server module</name >
77 <groupId >org.tinystruct</groupId >
88 <artifactId >tinystruct-netty-http-server</artifactId >
9- <version >1.0.2 </version >
9+ <version >1.0.3 </version >
1010 <description >A tinystruct-based module to enable netty http server support.</description >
1111 <url >https://tinystruct.org</url >
1212 <licenses >
3131 <maven .compiler.source>17</maven .compiler.source>
3232 <maven .compiler.target>17</maven .compiler.target>
3333 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
34- <netty .version>4.2.6.Final</netty .version>
35- <tinystruct .version>1.7.9</tinystruct .version>
34+ <netty .version>4.2.7.Final</netty .version>
35+ <tinystruct .version>1.7.10</tinystruct .version>
36+ <jupiter .version>6.0.1</jupiter .version>
3637 </properties >
3738
3839 <dependencies >
9495 <classifier >linux-x86_64</classifier >
9596 <optional >true</optional >
9697 </dependency >
98+ <dependency >
99+ <groupId >org.junit.jupiter</groupId >
100+ <artifactId >junit-jupiter-engine</artifactId >
101+ <version >${jupiter.version} </version >
102+ <scope >test</scope >
103+ </dependency >
97104 </dependencies >
98105 <dependencyManagement >
99106 <dependencies >
You can’t perform that action at this time.
0 commit comments