From 5ec9020a9de3e7e45a3a587f0d40939669e5defa Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Wed, 18 Oct 2023 18:39:07 -0700 Subject: [PATCH] Updated to 1.0.2-SNAPSHOT --- build.gradle.kts | 2 +- pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 5df30f6..b9a6586 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -22,7 +22,7 @@ defaultTasks(ApplicationPlugin.TASK_RUN_NAME) description = "Retrieve cryptocurrencies prices" group = "net.thauvin.erik" -version = "1.0.1" +version = "1.0.2-SNAPSHOT" val deployDir = "deploy" val gitHub = "ethauvin/$name" diff --git a/pom.xml b/pom.xml index 3deee5d..65ebdce 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ 4.0.0 net.thauvin.erik cryptoprice - 1.0.1 + 1.0.2-SNAPSHOT cryptoprice Retrieve cryptocurrencies prices https://github.com/ethauvin/cryptoprice @@ -56,13 +56,13 @@ com.squareup.okhttp3 okhttp - 4.11.0 + 4.12.0 runtime org.json json - 20230618 + 20231013 runtime