Updated dependencies and copyright

This commit is contained in:
Erik C. Thauvin 2022-08-25 14:06:32 -07:00
parent 9f0146a971
commit 4f3cedadd3
9 changed files with 24 additions and 23 deletions

View file

@ -40,7 +40,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-bom</artifactId>
<version>1.5.31</version>
<version>1.7.10</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -50,13 +50,13 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.5.31</version>
<version>1.7.10</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.14.3</version>
<version>1.15.3</version>
<scope>runtime</scope>
</dependency>
</dependencies>