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 0bb86a9 commit 1144fd3Copy full SHA for 1144fd3
pom.xml
@@ -153,6 +153,12 @@
153
</exclusion>
154
</exclusions>
155
</dependency>
156
+
157
+ <dependency>
158
+ <groupId>com.fasterxml.jackson.core</groupId>
159
+ <artifactId>jackson-databind</artifactId>
160
+ <version>2.13.2.2</version>
161
+ </dependency>
162
<!--
163
<dependency>
164
<groupId>com.github.mauricioaniche</groupId>
refactor-first-maven-plugin/pom.xml
@@ -35,7 +35,6 @@
35
36
<groupId>com.fasterxml.jackson.core</groupId>
37
<artifactId>jackson-databind</artifactId>
38
- <version>2.13.2.2</version>
39
40
</dependencies>
41
0 commit comments