File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 2.2.1] ( https://github.com/networknt/light-lambda-native/tree/2.2.1 ) (2025-03-22)
4
+
5
+
6
+ ** Merged pull requests:**
7
+
8
+
9
+
10
+
3
11
## [ 2.2.0] ( https://github.com/networknt/light-lambda-native/tree/2.2.0 ) (2025-02-12)
4
12
5
13
Original file line number Diff line number Diff line change 2
2
<modelVersion >4.0.0</modelVersion >
3
3
<groupId >com.networknt</groupId >
4
4
<artifactId >lambda-native</artifactId >
5
- <version >2.2.1-SNAPSHOT </version >
5
+ <version >2.2.1</version >
6
6
<packaging >jar</packaging >
7
7
<name >lambda-native</name >
8
8
<description >A middleware Lambda function that handles all the cross-cutting concerns for the downstream Lambda function.</description >
77
77
<maven .compiler.source>${java.version} </maven .compiler.source>
78
78
<maven .compiler.target>${java.version} </maven .compiler.target>
79
79
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
80
- <version .light-4j>2.2.1-SNAPSHOT </version .light-4j>
80
+ <version .light-4j>2.2.1</version .light-4j>
81
81
<version .http-client>1.0.13</version .http-client>
82
82
<version .json-schema-validator>1.5.1</version .json-schema-validator>
83
83
<version .jackson>2.18.3</version .jackson>
You can’t perform that action at this time.
0 commit comments