Commit c75c9df 1 parent 4285e0a commit c75c9df Copy full SHA for c75c9df
File tree 2 files changed +6
-2
lines changed
aws-lambda-java-serialization
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
+
1
5
### November 21, 2022
2
6
` 1.0.1 ` :
3
7
- Updated ` jackson-databind ` dependency from 2.12.6.1 to 2.13.4.1
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.amazonaws</groupId >
6
6
<artifactId >aws-lambda-java-serialization</artifactId >
7
- <version >1.0.1 </version >
7
+ <version >1.0.2 </version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >AWS Lambda Java Runtime Serialization</name >
46
46
<dependency >
47
47
<groupId >com.google.code.gson</groupId >
48
48
<artifactId >gson</artifactId >
49
- <version >2.8.9 </version >
49
+ <version >2.10.1 </version >
50
50
</dependency >
51
51
<dependency >
52
52
<groupId >org.json</groupId >
You can’t perform that action at this time.
0 commit comments