Skip to content

Commit ca51e44

Browse files
author
Psilo
committed
Merge branch 'features/keycloak'
2 parents fe0ed66 + 4f92a81 commit ca51e44

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>org.eclipse.jetty</groupId>
5757
<artifactId>jetty-http</artifactId>
58-
<version>9.4.30</version>
58+
<version>9.4.30.v20200611</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>org.eclipse.jetty</groupId>

src/main/java/info/unterrainer/commons/httpserver/Information.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
public class Information {
44
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";
5+
public static final String buildTime = "2020-10-15T12:47:27Z";
6+
public static final String pomVersion = "0.1.0";
77
}

0 commit comments

Comments
 (0)