Skip to content

Commit 659f1f0

Browse files
committed
bumpit
1 parent ad531e3 commit 659f1f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

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

1111
<properties>
12-
<kotlin.version>1.2.71</kotlin.version>
12+
<kotlin.version>1.3.21</kotlin.version>
1313
</properties>
1414

1515
<dependencies>
1616
<dependency>
1717
<groupId>io.javalin</groupId>
1818
<artifactId>javalin</artifactId>
19-
<version>2.5.0</version>
19+
<version>2.8.0</version>
2020
</dependency>
2121
<dependency>
2222
<groupId>com.fasterxml.jackson.module</groupId>
2323
<artifactId>jackson-module-kotlin</artifactId>
24-
<version>2.9.6</version>
24+
<version>2.9.8</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>org.apache.velocity</groupId>
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>org.slf4j</groupId>
3838
<artifactId>slf4j-simple</artifactId>
39-
<version>1.7.25</version>
39+
<version>1.7.26</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>org.eclipse.mylyn.github</groupId>

0 commit comments

Comments
 (0)