|
@@ -12,15 +12,15 @@
|
|
|
<name>kooby: jooby+kotlin</name>
|
|
|
|
|
|
<properties>
|
|
|
- <jooby.version>2.8.4</jooby.version>
|
|
|
- <postgresql.version>42.2.5</postgresql.version>
|
|
|
+ <jooby.version>2.8.5</jooby.version>
|
|
|
+ <postgresql.version>42.2.13</postgresql.version>
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
<maven.compiler.source>1.8</maven.compiler.source>
|
|
|
<maven.compiler.target>1.8</maven.compiler.target>
|
|
|
|
|
|
<!-- Startup class -->
|
|
|
<application.class>kooby.AppKt</application.class>
|
|
|
- <kotlin.version>1.3.61</kotlin.version>
|
|
|
+ <kotlin.version>1.3.72</kotlin.version>
|
|
|
</properties>
|
|
|
|
|
|
<dependencies>
|
|
@@ -82,7 +82,7 @@
|
|
|
<plugin>
|
|
|
<groupId>com.fizzed</groupId>
|
|
|
<artifactId>rocker-maven-plugin</artifactId>
|
|
|
- <version>1.2.3</version>
|
|
|
+ <version>1.3.0</version>
|
|
|
<executions>
|
|
|
<execution>
|
|
|
<id>generate-rocker-templates</id>
|
|
@@ -164,7 +164,7 @@
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-shade-plugin</artifactId>
|
|
|
- <version>3.2.2</version>
|
|
|
+ <version>3.2.4</version>
|
|
|
<executions>
|
|
|
<execution>
|
|
|
<id>uber-jar</id>
|