File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
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.0 </version >
9+ <version >1.0.1 </version >
1010 <description >A tinystruct-based module to enable netty http server support.</description >
1111 <url >https://tinystruct.org</url >
1212 <licenses >
2727 </developers >
2828 <properties >
2929 <java .version>17</java .version>
30- <jakarta .activation.version>2.1.3 </jakarta .activation.version>
30+ <jakarta .activation.version>2.1.4 </jakarta .activation.version>
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.4 .Final</netty .version>
34+ <netty .version>4.2.6 .Final</netty .version>
3535 <tinystruct .version>1.7.7</tinystruct .version>
3636 </properties >
3737
8383 <dependency >
8484 <groupId >io.netty</groupId >
8585 <artifactId >netty-tcnative</artifactId >
86- <version >2.0.72 .Final</version >
86+ <version >2.0.74 .Final</version >
8787 <classifier >linux-x86_64</classifier >
8888 <optional >true</optional >
8989 </dependency >
You can’t perform that action at this time.
0 commit comments