Updated dependencies

This commit is contained in:
Erik C. Thauvin 2023-01-29 01:13:40 -08:00
parent 416a52ec18
commit 1906a24343
8 changed files with 37 additions and 27 deletions

14
pom.xml
View file

@ -8,9 +8,9 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.thauvin.erik</groupId>
<artifactId>cryptoprice</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
<name>cryptoprice</name>
<description>Retrieve cryptocurrencies prices.</description>
<description>Retrieve cryptocurrencies prices</description>
<url>https://github.com/ethauvin/cryptoprice</url>
<licenses>
<license>
@ -27,8 +27,8 @@
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/ethauvin/cryptoprice.git</connection>
<developerConnection>scm:git:git@github.com:ethauvin/cryptoprice.git</developerConnection>
<connection>scm:git://github.com/ethauvin/cryptoprice.git</connection>
<developerConnection>scm:git@github.com:ethauvin/cryptoprice.git</developerConnection>
<url>https://github.com/ethauvin/cryptoprice</url>
</scm>
<issueManagement>
@ -40,7 +40,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-bom</artifactId>
<version>1.7.10</version>
<version>1.8.0</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.7.10</version>
<version>1.8.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
@ -62,7 +62,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20220320</version>
<version>20220924</version>
<scope>runtime</scope>
</dependency>
</dependencies>