File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
src/main/java/info/unterrainer/commons/httpserver Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1717
1818 <modelVersion >4.0.0</modelVersion >
1919 <artifactId >http-server</artifactId >
20- <version >0.1.23 </version >
20+ <version >0.1.24 </version >
2121 <name >HttpServer</name >
2222 <packaging >jar</packaging >
2323
2424 <dependencies >
2525 <dependency >
2626 <groupId >info.unterrainer.commons</groupId >
2727 <artifactId >jre-utils</artifactId >
28- <version >0.1.4 </version >
28+ <version >0.1.7 </version >
2929 </dependency >
3030 <dependency >
3131 <groupId >info.unterrainer.commons</groupId >
3232 <artifactId >rdb-utils</artifactId >
33- <version >0.1.4 </version >
33+ <version >0.1.6 </version >
3434 </dependency >
3535 <dependency >
3636 <groupId >info.unterrainer.commons</groupId >
3737 <artifactId >serialization</artifactId >
38- <version >0.1.0 </version >
38+ <version >0.1.2 </version >
3939 </dependency >
4040 <dependency >
4141 <groupId >io.javalin</groupId >
Original file line number Diff line number Diff line change 22
33public class Information {
44 public static final String name = "Http-Server" ;
5- public static final String buildTime = "2021-03-05T08:33:17Z " ;
6- public static final String pomVersion = "0.1.23 " ;
5+ public static final String buildTime = "2021-03-10T08:45:24Z " ;
6+ public static final String pomVersion = "0.1.24 " ;
77}
You can’t perform that action at this time.
0 commit comments