File tree Expand file tree Collapse file tree 6 files changed +10
-6
lines changed
aws-lambda-java-runtime-interface-client
test/integration/test-handler Expand file tree Collapse file tree 6 files changed +10
-6
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.8.6 </version >
166+ <version >2.9.0 </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.8.7 </version >
73+ <version >2.9.0 </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.8.7 </version>
206+ <version>2.9.0 </version>
207207 <classifier>linux-x86_64</classifier>
208208</dependency>
209209```
Original file line number Diff line number Diff line change 1+ ### March 12, 2026
2+ ` 2.9.0 `
3+ - Update aws-lambda-java-serialization dependency to 1.3.0
4+
15### September 22, 2025
26` 2.8.7 `
37- Remove Minimum and Maximum Limits of AWS_LAMBDA_MAX_CONCURRENCY.
Original file line number Diff line number Diff line change 6666 <dependency >
6767 <groupId >com.amazonaws</groupId >
6868 <artifactId >aws-lambda-java-serialization</artifactId >
69- <version >1.2 .0</version >
69+ <version >1.3 .0</version >
7070 </dependency >
7171 <dependency >
7272 <groupId >software.amazon.awssdk</groupId >
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.8.7 </version >
18+ <version >2.9.0 </version >
1919 </dependency >
2020 </dependencies >
2121
Original file line number Diff line number Diff line change 4040 <dependency >
4141 <groupId >com.amazonaws</groupId >
4242 <artifactId >aws-lambda-java-serialization</artifactId >
43- <version >1.1.6 </version >
43+ <version >1.3.0 </version >
4444 </dependency >
4545 <dependency >
4646 <groupId >com.amazonaws</groupId >
You can’t perform that action at this time.
0 commit comments