Skip to content

Commit 4e9955d

Browse files
committed
Merge branch 'master' of github.com:networknt/light-lambda-native
2 parents 9fff85b + d6707a2 commit 4e9955d

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [2.1.34](https://github.com/networknt/light-lambda-native/tree/2.1.34) (2024-06-22)
4+
5+
6+
**Merged pull requests:**
7+
8+
9+
10+
311
## [2.1.33](https://github.com/networknt/light-lambda-native/tree/2.1.33) (2024-06-22)
412

513
**Merged pull requests:**

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.networknt</groupId>
44
<artifactId>lambda-native</artifactId>
5-
<version>2.1.34</version>
5+
<version>2.1.35-SNAPSHOT</version>
66
<packaging>jar</packaging>
77
<name>lambda-native</name>
88
<description>A middleware Lambda function that handles all the cross-cutting concerns for the downstream Lambda function.</description>
@@ -76,7 +76,7 @@
7676
<maven.compiler.source>${java.version}</maven.compiler.source>
7777
<maven.compiler.target>${java.version}</maven.compiler.target>
7878
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
79-
<version.light-4j>2.1.34</version.light-4j>
79+
<version.light-4j>2.1.35-SNAPSHOT</version.light-4j>
8080
<version.http-client>1.0.12</version.http-client>
8181
<version.json-schema-validator>1.4.0</version.json-schema-validator>
8282
<version.jackson>2.17.1</version.jackson>

0 commit comments

Comments
 (0)