Updated dependencies.

This commit is contained in:
Erik C. Thauvin 2020-03-17 17:01:31 -07:00
parent 8060f856ee
commit 2c833678a8
7 changed files with 22 additions and 21 deletions

10
pom.xml
View file

@ -8,13 +8,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.thauvin.erik</groupId>
<artifactId>bitly-shorten</artifactId>
<version>0.9.0-beta</version>
<version>0.9.1-beta</version>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-bom</artifactId>
<version>1.3.61</version>
<version>1.3.70</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -24,19 +24,19 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.3.61</version>
<version>1.3.70</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.4.0</version>
<version>4.4.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>logging-interceptor</artifactId>
<version>4.4.0</version>
<version>4.4.1</version>
<scope>runtime</scope>
</dependency>
<dependency>