Published new snapshot

This commit is contained in:
Erik C. Thauvin 2023-06-29 11:42:13 -07:00
parent 90d5e57fac
commit 4b10c6e69b
2 changed files with 4 additions and 4 deletions

View file

@ -40,7 +40,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-bom</artifactId>
<version>1.8.10</version>
<version>1.8.22</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -50,7 +50,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.8.10</version>
<version>1.8.22</version>
<scope>compile</scope>
</dependency>
<dependency>
@ -62,7 +62,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20220924</version>
<version>20230618</version>
<scope>runtime</scope>
</dependency>
</dependencies>