Skip to content

Commit 26cc533

Browse files
authored
Merge pull request #122 from SmartBear/bump-jackson-annotation-and-exclude-commons-logging
Bump jackson-annotations and exclude commons-logging
2 parents 54d5650 + 94666ed commit 26cc533

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,12 @@
8383
<groupId>org.apache.httpcomponents</groupId>
8484
<artifactId>httpclient</artifactId>
8585
<version>4.5.13</version>
86+
<exclusions>
87+
<exclusion>
88+
<groupId>commons-logging</groupId>
89+
<artifactId>commons-logging</artifactId>
90+
</exclusion>
91+
</exclusions>
8692
</dependency>
8793
<dependency>
8894
<groupId>com.google.guava</groupId>
@@ -135,7 +141,7 @@
135141
<dependency>
136142
<groupId>com.fasterxml.jackson.core</groupId>
137143
<artifactId>jackson-annotations</artifactId>
138-
<version>2.9.10</version>
144+
<version>2.13.5</version>
139145
</dependency>
140146
<dependency>
141147
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)