File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
aws-lambda-java-serialization Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ ### February 09, 2023
2+ ` 1.0.2 ` :
3+ - Updated ` gson ` dependency from 2.8.9 to 2.10.1
4+
15### November 21, 2022
26` 1.0.1 ` :
37- Updated ` jackson-databind ` dependency from 2.12.6.1 to 2.13.4.1
Original file line number Diff line number Diff line change 44
55 <groupId >com.amazonaws</groupId >
66 <artifactId >aws-lambda-java-serialization</artifactId >
7- <version >1.0.1 </version >
7+ <version >1.0.2 </version >
88 <packaging >jar</packaging >
99
1010 <name >AWS Lambda Java Runtime Serialization</name >
4646 <dependency >
4747 <groupId >com.google.code.gson</groupId >
4848 <artifactId >gson</artifactId >
49- <version >2.8.9 </version >
49+ <version >2.10.1 </version >
5050 </dependency >
5151 <dependency >
5252 <groupId >org.json</groupId >
You can’t perform that action at this time.
0 commit comments