Upgraded to Kotlin 1.5.31 and JDK 17.

This commit is contained in:
Erik C. Thauvin 2021-10-01 22:39:53 -07:00
parent 3dd75fa575
commit 2cd3b9cd61
16 changed files with 514 additions and 347 deletions

View file

@ -40,7 +40,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-bom</artifactId>
<version>1.5.21</version>
<version>1.5.31</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.5.21</version>
<version>1.5.31</version>
<scope>compile</scope>
</dependency>
<dependency>