File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 85
85
<slf4j .version>2.0.17</slf4j .version>
86
86
<jackson .version>2.19.2</jackson .version>
87
87
<aws .sdk.version>2.32.10</aws .sdk.version>
88
- <aws .xray.recorder.version>2.18.2 </aws .xray.recorder.version>
88
+ <aws .xray.recorder.version>2.19.0 </aws .xray.recorder.version>
89
89
<payloadoffloading-common .version>2.2.0</payloadoffloading-common .version>
90
90
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
91
91
<lambda .core.version>1.3.0</lambda .core.version>
225
225
<artifactId >jackson-core</artifactId >
226
226
<version >${jackson.version} </version >
227
227
</dependency >
228
+ <dependency >
229
+ <groupId >com.fasterxml.jackson.core</groupId >
230
+ <artifactId >jackson-annotations</artifactId >
231
+ <version >${jackson.version} </version >
232
+ </dependency >
228
233
<dependency >
229
234
<groupId >com.fasterxml.jackson.datatype</groupId >
230
235
<artifactId >jackson-datatype-jsr310</artifactId >
Original file line number Diff line number Diff line change 66
66
<groupId >com.amazonaws</groupId >
67
67
<artifactId >aws-xray-recorder-sdk-aws-sdk-v2-instrumentor</artifactId >
68
68
</dependency >
69
+ <dependency >
70
+ <groupId >com.fasterxml.jackson.core</groupId >
71
+ <artifactId >jackson-databind</artifactId >
72
+ </dependency >
73
+ <dependency >
74
+ <groupId >com.fasterxml.jackson.core</groupId >
75
+ <artifactId >jackson-annotations</artifactId >
76
+ </dependency >
69
77
70
78
<!-- Test dependencies -->
71
79
<dependency >
You can’t perform that action at this time.
0 commit comments