|
@@ -12,7 +12,7 @@
|
|
|
<name>kooby: jooby + kotlin</name>
|
|
|
|
|
|
<properties>
|
|
|
- <jooby.version>2.6.0</jooby.version>
|
|
|
+ <jooby.version>2.8.1</jooby.version>
|
|
|
<postgresql.version>42.2.5</postgresql.version>
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
<maven.compiler.source>1.8</maven.compiler.source>
|
|
@@ -164,6 +164,7 @@
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-shade-plugin</artifactId>
|
|
|
+ <version>3.2.2</version>
|
|
|
<executions>
|
|
|
<execution>
|
|
|
<id>uber-jar</id>
|