We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe0ed66 + 4f92a81 commit ca51e44Copy full SHA for ca51e44
pom.xml
@@ -55,7 +55,7 @@
55
<dependency>
56
<groupId>org.eclipse.jetty</groupId>
57
<artifactId>jetty-http</artifactId>
58
- <version>9.4.30</version>
+ <version>9.4.30.v20200611</version>
59
</dependency>
60
61
src/main/java/info/unterrainer/commons/httpserver/Information.java
@@ -2,6 +2,6 @@
2
3
public class Information {
4
public static final String name = "Http-Server";
5
- public static final String buildTime = "2020-09-29T16:51:32Z";
6
- public static final String pomVersion = "0.0.41";
+ public static final String buildTime = "2020-10-15T12:47:27Z";
+ public static final String pomVersion = "0.1.0";
7
}
0 commit comments