Skip to content

Commit 486cde9

Browse files
author
Gerald Unterrainer
committed
update
1 parent 9db0e8a commit 486cde9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>info.unterrainer.commons</groupId>
77
<artifactId>parent-javalin-pom</artifactId>
8-
<version>0.0.4</version>
8+
<version>0.0.9</version>
99
</parent>
1010

1111
<properties>
@@ -17,25 +17,25 @@
1717

1818
<modelVersion>4.0.0</modelVersion>
1919
<artifactId>http-server</artifactId>
20-
<version>0.2.3</version>
20+
<version>0.2.6</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.7</version>
28+
<version>0.1.9</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>info.unterrainer.commons</groupId>
3232
<artifactId>rdb-utils</artifactId>
33-
<version>0.1.6</version>
33+
<version>0.1.7</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>info.unterrainer.commons</groupId>
3737
<artifactId>serialization</artifactId>
38-
<version>0.1.2</version>
38+
<version>0.1.3</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>javax.persistence</groupId>

0 commit comments

Comments
 (0)