File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
aws-lambda-java-runtime-interface-client Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ The purpose of this package is to allow developers to deploy their applications
163163<dependency >
164164 <groupId >com.amazonaws</groupId >
165165 <artifactId >aws-lambda-java-runtime-interface-client</artifactId >
166- <version >2.10.0 </version >
166+ <version >2.10.1 </version >
167167</dependency >
168168```
169169
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.10.0 </version >
73+ <version >2.10.1 </version >
7474 </dependency >
7575 </dependencies >
7676 <build >
@@ -203,7 +203,7 @@ platform-specific JAR by setting the `<classifier>`.
203203<dependency>
204204 <groupId>com.amazonaws</groupId>
205205 <artifactId>aws-lambda-java-runtime-interface-client</artifactId>
206- <version>2.10.0 </version>
206+ <version>2.10.1 </version>
207207 <classifier>linux-x86_64</classifier>
208208</dependency>
209209```
Original file line number Diff line number Diff line change 1+ ### March 19, 2026
2+ ` 2.10.1 `
3+ - Revert aws-lambda-java-serialization dependency to 1.2.0
4+
15### March 12, 2026
26` 2.10.0 `
37- Update aws-lambda-java-serialization dependency to 1.3.0
You can’t perform that action at this time.
0 commit comments