Skip to content

Commit 69069bd

Browse files
committed
bump javalin and kotlin
1 parent a160255 commit 69069bd

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

pom.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,14 @@
99
<version>1.0</version>
1010

1111
<properties>
12-
<kotlin.version>1.2.0</kotlin.version>
12+
<kotlin.version>1.2.21</kotlin.version>
1313
</properties>
1414

1515
<dependencies>
1616
<dependency>
1717
<groupId>io.javalin</groupId>
1818
<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>
19+
<version>1.3.0</version>
2520
</dependency>
2621
<dependency>
2722
<groupId>com.fasterxml.jackson.module</groupId>

0 commit comments

Comments
 (0)