Dependencies updates.

This commit is contained in:
Erik C. Thauvin 2019-04-24 00:42:57 -07:00
parent 00249bd87f
commit 652bc83a6a

14
pom.xml
View file

@ -5,17 +5,17 @@
<artifactId>pinboard-poster</artifactId>
<version>1.0.1-beta</version>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.3.21</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.14.0</version>
<scope>runtime</scope>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.3.30</version>
<scope>compile</scope>
</dependency>
</dependencies>
<name>pinboard-poster</name>