Skip to content

Commit 785f922

Browse files
author
Psilo
committed
bump parent pom version
1 parent ae1c92e commit 785f922

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>info.unterrainer.commons</groupId>
77
<artifactId>parent-pom</artifactId>
8-
<version>0.0.28</version>
8+
<version>0.1.1</version>
99
</parent>
1010

1111
<properties>
@@ -25,22 +25,22 @@
2525
<dependency>
2626
<groupId>info.unterrainer.commons</groupId>
2727
<artifactId>jre-utils</artifactId>
28-
<version>0.0.10</version>
28+
<version>0.1.0</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>info.unterrainer.commons</groupId>
3232
<artifactId>rdb-utils</artifactId>
33-
<version>0.0.23</version>
33+
<version>0.1.1</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>info.unterrainer.commons</groupId>
3737
<artifactId>serialization</artifactId>
38-
<version>0.0.10</version>
38+
<version>0.1.0</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>io.javalin</groupId>
4242
<artifactId>javalin</artifactId>
43-
<version>3.9.1</version>
43+
<version>3.11.2</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>javax.persistence</groupId>
@@ -60,12 +60,12 @@
6060
<dependency>
6161
<groupId>org.eclipse.jetty</groupId>
6262
<artifactId>jetty-http</artifactId>
63-
<version>9.4.30.v20200611</version>
63+
<version>9.4.31.v20200723</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>org.eclipse.jetty</groupId>
6767
<artifactId>jetty-server</artifactId>
68-
<version>9.4.30.v20200611</version>
68+
<version>9.4.31.v20200723</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>org.keycloak</groupId>

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

Lines changed: 1 addition & 1 deletion
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-10-22T05:42:43Z";
5+
public static final String buildTime = "2020-10-22T08:06:41Z";
66
public static final String pomVersion = "0.1.5";
77
}

0 commit comments

Comments
 (0)