Updated dependencies and snapshot

This commit is contained in:
Erik C. Thauvin 2023-06-29 12:28:41 -07:00
parent 3d6101d165
commit 45e2915a01
33 changed files with 507 additions and 502 deletions

10
pom.xml
View file

@ -40,7 +40,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-bom</artifactId>
<version>1.8.20</version>
<version>1.8.22</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -50,25 +50,25 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.8.20</version>
<version>1.8.22</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.10.0</version>
<version>4.11.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>logging-interceptor</artifactId>
<version>4.10.0</version>
<version>4.11.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20230227</version>
<version>20230618</version>
<scope>runtime</scope>
</dependency>
</dependencies>