We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7600658 commit 63bf20cCopy full SHA for 63bf20c
pom.xml
@@ -8,7 +8,7 @@
8
<url>https://github.com/clean-arch-enablers-project/cae-utils-http-client/blob/main/README.md</url>
9
<groupId>com.clean-arch-enablers</groupId>
10
<artifactId>http-client</artifactId>
11
- <version>1.1.0</version>
+ <version>1.1.1</version>
12
<packaging>jar</packaging>
13
<licenses>
14
<license>
@@ -44,6 +44,11 @@
44
<artifactId>jackson-databind</artifactId>
45
<version>2.16.1</version>
46
</dependency>
47
+ <dependency>
48
+ <groupId>com.fasterxml.jackson.core</groupId>
49
+ <artifactId>jackson-core</artifactId>
50
+ <version>2.16.1</version>
51
+ </dependency>
52
<dependency>
53
<groupId>org.junit.jupiter</groupId>
54
<artifactId>junit-jupiter-engine</artifactId>
0 commit comments