Skip to content

Commit a315617

Browse files
build(deps): bump jackson-databind from 2.11.3 to 2.12.0 (#200)
1 parent afe9857 commit a315617

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<maven.compiler.source>1.8</maven.compiler.source>
5353
<maven.compiler.target>1.8</maven.compiler.target>
5454
<log4j.version>2.14.0</log4j.version>
55-
<jackson.version>2.11.3</jackson.version>
55+
<jackson.version>2.12.0</jackson.version>
5656
<aspectj.version>1.9.6</aspectj.version>
5757
<aws.sdk.version>2.15.36</aws.sdk.version>
5858
<aws.xray.recorder.version>2.8.0</aws.xray.recorder.version>

powertools-metrics/pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,20 @@
5353
<dependency>
5454
<groupId>software.amazon.cloudwatchlogs</groupId>
5555
<artifactId>aws-embedded-metrics</artifactId>
56+
<exclusions>
57+
<exclusion>
58+
<groupId>com.fasterxml.jackson.core</groupId>
59+
<artifactId>jackson-core</artifactId>
60+
</exclusion>
61+
<exclusion>
62+
<groupId>com.fasterxml.jackson.core</groupId>
63+
<artifactId>jackson-annotations</artifactId>
64+
</exclusion>
65+
</exclusions>
66+
</dependency>
67+
<dependency>
68+
<groupId>com.fasterxml.jackson.core</groupId>
69+
<artifactId>jackson-databind</artifactId>
5670
</dependency>
5771

5872
<dependency>

powertools-sqs/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@
6161
<groupId>software.amazon.awssdk</groupId>
6262
<artifactId>sqs</artifactId>
6363
</dependency>
64+
<dependency>
65+
<groupId>com.fasterxml.jackson.core</groupId>
66+
<artifactId>jackson-databind</artifactId>
67+
</dependency>
6468

6569
<dependency>
6670
<groupId>org.aspectj</groupId>

0 commit comments

Comments
 (0)