diff --git a/pom.xml b/pom.xml
index 6e54db9..7d19e6f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,11 +6,11 @@
io.github.sashirestela
cleverclient
- 1.6.3
+ 2.0.0
jar
cleverclient
- Java library that makes it easier to use the Java's HttpClient to perform http operations, using interfaces.
+ A Java library for making http client and websocket requests easily.
https://github.com/sashirestela/cleverclient
@@ -72,7 +72,7 @@
3.11.2
3.2.7
1.7.0
- 2.43.0
+ 2.44.2
3.8.1
@@ -86,6 +86,7 @@
org.slf4j
slf4j-simple
+ ${slf4j.version}
@@ -197,101 +198,64 @@
-
-
-
- org.projectlombok
- lombok
- ${lombok.version}
- provided
-
-
- com.fasterxml.jackson.core
- jackson-databind
- ${jackson.version}
-
-
- com.fasterxml.jackson.datatype
- jackson-datatype-jsr310
- ${jackson.version}
- test
-
-
- com.squareup.okhttp3
- okhttp
- ${okhttp.version}
- true
-
-
- org.slf4j
- slf4j-api
- ${slf4j.version}
-
-
- org.slf4j
- slf4j-simple
- ${slf4j.version}
- provided
-
-
- org.junit.jupiter
- junit-jupiter
- ${junit.version}
- test
-
-
- org.mockito
- mockito-core
- ${mockito.version}
- test
-
-
- org.mockito
- mockito-junit-jupiter
- ${mockito.version}
- test
-
-
- org.junit.jupiter
- junit-jupiter-api
-
-
-
-
-
-
org.projectlombok
lombok
+ ${lombok.version}
+ provided
com.fasterxml.jackson.core
jackson-databind
+ ${jackson.version}
com.fasterxml.jackson.datatype
jackson-datatype-jsr310
+ ${jackson.version}
+ test
com.squareup.okhttp3
okhttp
+ ${okhttp.version}
+ true
org.slf4j
slf4j-api
+ ${slf4j.version}
+
+
+ org.slf4j
+ slf4j-simple
+ ${slf4j.version}
+ true
org.junit.jupiter
junit-jupiter
+ ${junit.version}
+ test
org.mockito
mockito-core
+ ${mockito.version}
+ test
org.mockito
mockito-junit-jupiter
+ ${mockito.version}
+ test
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+
+