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