|
5 | 5 | <parent> |
6 | 6 | <groupId>info.unterrainer.commons</groupId> |
7 | 7 | <artifactId>parent-javalin-pom</artifactId> |
8 | | - <version>0.0.12</version> |
| 8 | + <version>0.0.15</version> |
9 | 9 | </parent> |
10 | 10 |
|
11 | 11 | <properties> |
|
17 | 17 |
|
18 | 18 | <modelVersion>4.0.0</modelVersion> |
19 | 19 | <artifactId>http-server</artifactId> |
20 | | - <version>0.2.42</version> |
| 20 | + <version>0.2.43</version> |
21 | 21 | <name>HttpServer</name> |
22 | 22 | <packaging>jar</packaging> |
23 | 23 |
|
|
30 | 30 | <dependency> |
31 | 31 | <groupId>info.unterrainer.commons</groupId> |
32 | 32 | <artifactId>jre-utils</artifactId> |
33 | | - <version>0.2.11</version> |
| 33 | + <version>0.2.13</version> |
34 | 34 | </dependency> |
35 | 35 | <dependency> |
36 | 36 | <groupId>info.unterrainer.commons</groupId> |
37 | 37 | <artifactId>rdb-utils</artifactId> |
38 | | - <version>0.1.17</version> |
| 38 | + <version>0.1.18</version> |
39 | 39 | </dependency> |
40 | 40 | <dependency> |
41 | 41 | <groupId>info.unterrainer.commons</groupId> |
42 | 42 | <artifactId>serialization</artifactId> |
43 | | - <version>0.1.6</version> |
| 43 | + <version>0.1.9</version> |
44 | 44 | </dependency> |
45 | 45 | <dependency> |
46 | 46 | <groupId>javax.persistence</groupId> |
|
60 | 60 | <dependency> |
61 | 61 | <groupId>org.keycloak</groupId> |
62 | 62 | <artifactId>keycloak-common</artifactId> |
63 | | - <version>15.0.2</version> |
| 63 | + <version>17.0.1</version> |
64 | 64 | </dependency> |
65 | 65 | <dependency> |
66 | 66 | <groupId>org.keycloak</groupId> |
67 | 67 | <artifactId>keycloak-core</artifactId> |
68 | | - <version>15.0.2</version> |
| 68 | + <version>17.0.1</version> |
69 | 69 | </dependency> |
70 | 70 | </dependencies> |
71 | 71 |
|
|
0 commit comments