Skip to content

Commit e87c680

Browse files
authored
[core] Bumping version to 1.2.3 (#435)
Co-authored-by: Daniel Torok <[email protected]>
1 parent a4916a9 commit e87c680

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class HandlerStream implements RequestStreamHandler {
4141
<dependency>
4242
<groupId>com.amazonaws</groupId>
4343
<artifactId>aws-lambda-java-core</artifactId>
44-
<version>1.2.2</version>
44+
<version>1.2.3</version>
4545
</dependency>
4646
```
4747

@@ -162,4 +162,4 @@ This package defines the Lambda serialization logic using in the `aws-lambda-jav
162162

163163
Each of the supplied packages should be used without modification. Removing
164164
dependencies, adding conflicting dependencies, or selectively including classes
165-
from the packages can result in unexpected behavior.
165+
from the packages can result in unexpected behavior.

aws-lambda-java-core/RELEASE.CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### August 17, 2023
2+
`1.2.3`:
3+
- Extended logger interface with level-aware logging backend functions
4+
15
### November 09, 2022
26
`1.2.2`:
37
- Added new `CustomPojoSerializer` interface

aws-lambda-java-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-lambda-java-core</artifactId>
8-
<version>1.2.2</version>
8+
<version>1.2.3</version>
99
<packaging>jar</packaging>
1010

1111
<name>AWS Lambda Java Core Library</name>

aws-lambda-java-events/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>com.amazonaws</groupId>
6868
<artifactId>aws-lambda-java-core</artifactId>
69-
<version>1.2.2</version>
69+
<version>1.2.3</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>com.amazonaws</groupId>

samples/kinesis-firehose-event-handler/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>com.amazonaws</groupId>
4343
<artifactId>aws-lambda-java-core</artifactId>
44-
<version>1.2.2</version>
44+
<version>1.2.3</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>com.amazonaws</groupId>

0 commit comments

Comments
 (0)