Skip to content

Stage aws-lambda-java-events 3.11.1 #411

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions aws-lambda-java-events/RELEASE.CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### March 10, 2023
`3.11.1`:
- Extended ActiveMQEvent with custom properties ([#408](https://github.com/aws/aws-lambda-java-libs/pull/408))
- Updated dependencies([#410](https://github.com/aws/aws-lambda-java-libs/pull/410)):
- `joda-time` from 2.6 to 2.10.8
- `jackson-databind` from 2.13.4.1 to 2.14.2
- `junit-jupiter-engine` from 5.7.0 to 5.9.2
- `json-unit-assertj` from 2.22.0 to 2.36.1

### November 24, 2021
`3.11.0`:
- Added support for SQSaaES Partial Batch Feature ([#279](https://github.com/aws/aws-lambda-java-libs/pull/279))
Expand Down
2 changes: 1 addition & 1 deletion aws-lambda-java-events/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.amazonaws</groupId>
<artifactId>aws-lambda-java-events</artifactId>
<version>3.11.0</version>
<version>3.11.1</version>
<packaging>jar</packaging>

<name>AWS Lambda Java Events Library</name>
Expand Down