We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a160255 commit 69069bdCopy full SHA for 69069bd
pom.xml
@@ -9,19 +9,14 @@
9
<version>1.0</version>
10
11
<properties>
12
- <kotlin.version>1.2.0</kotlin.version>
+ <kotlin.version>1.2.21</kotlin.version>
13
</properties>
14
15
<dependencies>
16
<dependency>
17
<groupId>io.javalin</groupId>
18
<artifactId>javalin</artifactId>
19
- <version>1.2.1</version>
20
- </dependency>
21
- <dependency>
22
- <groupId>org.eclipse.jetty.websocket</groupId>
23
- <artifactId>websocket-server</artifactId>
24
- <version>9.4.8.v20171121</version>
+ <version>1.3.0</version>
25
</dependency>
26
27
<groupId>com.fasterxml.jackson.module</groupId>
0 commit comments