|
5 | 5 | <parent> |
6 | 6 | <groupId>info.unterrainer.commons</groupId> |
7 | 7 | <artifactId>parent-pom</artifactId> |
8 | | - <version>0.0.28</version> |
| 8 | + <version>0.1.1</version> |
9 | 9 | </parent> |
10 | 10 |
|
11 | 11 | <properties> |
|
25 | 25 | <dependency> |
26 | 26 | <groupId>info.unterrainer.commons</groupId> |
27 | 27 | <artifactId>jre-utils</artifactId> |
28 | | - <version>0.0.10</version> |
| 28 | + <version>0.1.0</version> |
29 | 29 | </dependency> |
30 | 30 | <dependency> |
31 | 31 | <groupId>info.unterrainer.commons</groupId> |
32 | 32 | <artifactId>rdb-utils</artifactId> |
33 | | - <version>0.0.23</version> |
| 33 | + <version>0.1.1</version> |
34 | 34 | </dependency> |
35 | 35 | <dependency> |
36 | 36 | <groupId>info.unterrainer.commons</groupId> |
37 | 37 | <artifactId>serialization</artifactId> |
38 | | - <version>0.0.10</version> |
| 38 | + <version>0.1.0</version> |
39 | 39 | </dependency> |
40 | 40 | <dependency> |
41 | 41 | <groupId>io.javalin</groupId> |
42 | 42 | <artifactId>javalin</artifactId> |
43 | | - <version>3.9.1</version> |
| 43 | + <version>3.11.2</version> |
44 | 44 | </dependency> |
45 | 45 | <dependency> |
46 | 46 | <groupId>javax.persistence</groupId> |
|
60 | 60 | <dependency> |
61 | 61 | <groupId>org.eclipse.jetty</groupId> |
62 | 62 | <artifactId>jetty-http</artifactId> |
63 | | - <version>9.4.30.v20200611</version> |
| 63 | + <version>9.4.31.v20200723</version> |
64 | 64 | </dependency> |
65 | 65 | <dependency> |
66 | 66 | <groupId>org.eclipse.jetty</groupId> |
67 | 67 | <artifactId>jetty-server</artifactId> |
68 | | - <version>9.4.30.v20200611</version> |
| 68 | + <version>9.4.31.v20200723</version> |
69 | 69 | </dependency> |
70 | 70 | <dependency> |
71 | 71 | <groupId>org.keycloak</groupId> |
|
0 commit comments