|
5 | 5 | <parent> |
6 | 6 | <groupId>info.unterrainer.commons</groupId> |
7 | 7 | <artifactId>parent-javalin-pom</artifactId> |
8 | | - <version>0.0.9</version> |
| 8 | + <version>0.0.11</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.36</version> |
| 20 | + <version>0.2.37</version> |
21 | 21 | <name>HttpServer</name> |
22 | 22 | <packaging>jar</packaging> |
23 | 23 |
|
24 | 24 | <dependencies> |
25 | 25 | <dependency> |
26 | 26 | <groupId>com.squareup.okio</groupId> |
27 | 27 | <artifactId>okio</artifactId> |
28 | | - <version>1.17.2</version> |
| 28 | + <version>2.10.0</version> |
29 | 29 | </dependency> |
30 | 30 | <dependency> |
31 | 31 | <groupId>info.unterrainer.commons</groupId> |
32 | 32 | <artifactId>jre-utils</artifactId> |
33 | | - <version>0.2.5</version> |
| 33 | + <version>0.2.6</version> |
34 | 34 | </dependency> |
35 | 35 | <dependency> |
36 | 36 | <groupId>info.unterrainer.commons</groupId> |
37 | 37 | <artifactId>rdb-utils</artifactId> |
38 | | - <version>0.1.13</version> |
| 38 | + <version>0.1.14</version> |
39 | 39 | </dependency> |
40 | 40 | <dependency> |
41 | 41 | <groupId>info.unterrainer.commons</groupId> |
42 | 42 | <artifactId>serialization</artifactId> |
43 | | - <version>0.1.3</version> |
| 43 | + <version>0.1.6</version> |
44 | 44 | </dependency> |
45 | 45 | <dependency> |
46 | 46 | <groupId>javax.persistence</groupId> |
|
55 | 55 | <dependency> |
56 | 56 | <groupId>org.antlr</groupId> |
57 | 57 | <artifactId>antlr4-runtime</artifactId> |
58 | | - <version>4.8-1</version> |
| 58 | + <version>4.9.3</version> |
59 | 59 | </dependency> |
60 | 60 | <dependency> |
61 | 61 | <groupId>org.keycloak</groupId> |
62 | 62 | <artifactId>keycloak-common</artifactId> |
63 | | - <version>11.0.2</version> |
| 63 | + <version>15.0.2</version> |
64 | 64 | </dependency> |
65 | 65 | <dependency> |
66 | 66 | <groupId>org.keycloak</groupId> |
67 | 67 | <artifactId>keycloak-core</artifactId> |
68 | | - <version>11.0.2</version> |
| 68 | + <version>15.0.2</version> |
69 | 69 | </dependency> |
70 | 70 | </dependencies> |
71 | 71 |
|
|
0 commit comments