Updated dependencies and copyright.

This commit is contained in:
Erik C. Thauvin 2022-01-03 11:52:09 -08:00
parent bbf28ad692
commit 39251ca967
18 changed files with 102 additions and 134 deletions

View file

@ -40,7 +40,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-bom</artifactId>
<version>1.5.31</version>
<version>1.6.10</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -50,19 +50,19 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.5.31</version>
<version>1.6.10</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.9.1</version>
<version>4.9.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20210307</version>
<version>20211205</version>
<scope>runtime</scope>
</dependency>
</dependencies>