File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
aws-lambda-java-runtime-interface-client Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 3737 <lombok .version>1.18.22</lombok .version>
3838 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3939 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
40+ <jackson .version>2.20.1</jackson .version>
41+ <json .unit>2.40.1</json .unit>
4042 </properties >
4143
4244 <distributionManagement >
6264 <dependency >
6365 <groupId >com.fasterxml.jackson.core</groupId >
6466 <artifactId >jackson-databind</artifactId >
65- <version >2.14.2 </version >
67+ <version >${jackson.version} </version >
6668 <scope >test</scope >
6769 </dependency >
6870 <dependency >
6971 <groupId >net.javacrumbs.json-unit</groupId >
7072 <artifactId >json-unit-assertj</artifactId >
71- <version >2.36.1 </version >
73+ <version >${json.unit} </version >
7274 <scope >test</scope >
7375 </dependency >
7476
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >com.amazonaws</groupId >
66 <artifactId >aws-lambda-java-runtime-interface-client</artifactId >
7- <version >2.8.7 </version >
7+ <version >2.9.0 </version >
88 <packaging >jar</packaging >
99
1010 <name >AWS Lambda Java Runtime Interface Client</name >
6666 <dependency >
6767 <groupId >com.amazonaws</groupId >
6868 <artifactId >aws-lambda-java-serialization</artifactId >
69- <version >1.1.6 </version >
69+ <version >1.2.0 </version >
7070 </dependency >
7171 <dependency >
7272 <groupId >software.amazon.awssdk</groupId >
You can’t perform that action at this time.
0 commit comments