File tree Expand file tree Collapse file tree 6 files changed +16
-27
lines changed
aws-lambda-java-runtime-interface-client
src/test/java/com/amazonaws/services/lambda/runtime/serialization/factories
test/integration/test-handler Expand file tree Collapse file tree 6 files changed +16
-27
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ pom.xml
7070 <dependency >
7171 <groupId >com.amazonaws</groupId >
7272 <artifactId >aws-lambda-java-runtime-interface-client</artifactId >
73- <version >2.2 .0</version >
73+ <version >2.3 .0</version >
7474 </dependency >
7575 </dependencies >
7676 <build >
Original file line number Diff line number Diff line change 1- ### February 3, 2022
1+ ### March 14, 2023
2+ ` 2.3.0 `
3+ - added CRaC context implementation
4+ - added runtime hooks execution logic
5+ - updated serialisation dependency
6+ - reduced Reflection API usage
7+
8+ ### February 3, 2023
29` 2.2.0 `
310- Added timestamps to TLV
411- Removed legacy ` init ` method support
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.1.1 </version >
7+ <version >2.3.0 </version >
88 <packaging >jar</packaging >
99
1010 <name >AWS Lambda Java Runtime Interface Client</name >
5555 <dependency >
5656 <groupId >com.amazonaws</groupId >
5757 <artifactId >aws-lambda-java-serialization</artifactId >
58- <version >1.1.0 </version >
58+ <version >1.1.2 </version >
5959 </dependency >
6060
6161 <dependency >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1515 <dependency >
1616 <groupId >com.amazonaws</groupId >
1717 <artifactId >aws-lambda-java-runtime-interface-client</artifactId >
18- <version >2.1.1 </version >
18+ <version >2.3.0 </version >
1919 </dependency >
2020 </dependencies >
2121
Original file line number Diff line number Diff line change 3232 <maven .compiler.source>1.8</maven .compiler.source>
3333 <maven .compiler.target>1.8</maven .compiler.target>
3434 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
35- <junit .version>5.7.0 </junit .version>
35+ <junit .version>5.9.2 </junit .version>
3636 <jacoco .maven.plugin.version>0.8.7</jacoco .maven.plugin.version>
3737 </properties >
3838
4545 <dependency >
4646 <groupId >com.amazonaws</groupId >
4747 <artifactId >aws-lambda-java-events</artifactId >
48- <version >3.11.0 </version >
48+ <version >3.11.1 </version >
4949 </dependency >
5050 <dependency >
5151 <groupId >org.junit.jupiter</groupId >
6565 <dependency >
6666 <groupId >org.apache.commons</groupId >
6767 <artifactId >commons-lang3</artifactId >
68- <version >3.11 </version >
68+ <version >3.12.0 </version >
6969 </dependency >
7070
7171 <dependency >
7272 <groupId >org.assertj</groupId >
7373 <artifactId >assertj-core</artifactId >
74- <version >3.18.1 </version >
74+ <version >3.24.2 </version >
7575 <scope >test</scope >
7676 </dependency >
7777 </dependencies >
You can’t perform that action at this time.
0 commit comments