Updated dependencies

This commit is contained in:
Erik C. Thauvin 2023-04-20 02:22:02 -07:00
parent ad1544c6ef
commit 3d6101d165
140 changed files with 2651 additions and 1906 deletions

10
pom.xml
View file

@ -27,8 +27,8 @@
</developer>
</developers>
<scm>
<connection>scm:git://github.com/ethauvin/bitly-shorten.git</connection>
<developerConnection>scm:git@github.com:ethauvin/bitly-shorten.git</developerConnection>
<connection>scm:git:https://github.com/ethauvin/bitly-shorten.git</connection>
<developerConnection>scm:git:git@github.com:ethauvin/bitly-shorten.git</developerConnection>
<url>https://github.com/ethauvin/bitly-shorten</url>
</scm>
<issueManagement>
@ -40,7 +40,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-bom</artifactId>
<version>1.8.0</version>
<version>1.8.20</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.0</version>
<version>1.8.20</version>
<scope>compile</scope>
</dependency>
<dependency>
@ -68,7 +68,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20220924</version>
<version>20230227</version>
<scope>runtime</scope>
</dependency>
</dependencies>