File tree Expand file tree Collapse file tree 5 files changed +10
-6
lines changed
aws-lambda-java-runtime-interface-client
test/integration/test-handler Expand file tree Collapse file tree 5 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.9 .0</version >
166+ <version >2.10 .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.9 .0</version >
73+ <version >2.10 .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.9 .0</version>
206+ <version>2.10 .0</version>
207207 <classifier>linux-x86_64</classifier>
208208</dependency>
209209```
Original file line number Diff line number Diff line change 11### March 12, 2026
2- ` 2.9 .0 `
2+ ` 2.10 .0 `
33- Update aws-lambda-java-serialization dependency to 1.3.0
44
5+ ### March 12, 2026
6+ ` 2.9.0 `
7+ - Update aws-lambda-java-serialization dependency to 1.2.0
8+
59### September 22, 2025
610` 2.8.7 `
711- Remove Minimum and Maximum Limits of AWS_LAMBDA_MAX_CONCURRENCY.
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.9 .0</version >
7+ <version >2.10 .0</version >
88 <packaging >jar</packaging >
99
1010 <name >AWS Lambda Java Runtime Interface Client</name >
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.9 .0</version >
18+ <version >2.10 .0</version >
1919 </dependency >
2020 </dependencies >
2121
You can’t perform that action at this time.
0 commit comments