Skip to content

Commit 3d55645

Browse files
chore(deps): bump com.amazonaws:aws-lambda-java-log4j2
Bumps [com.amazonaws:aws-lambda-java-log4j2](https://github.com/aws/aws-lambda-java-libs) from 1.5.1 to 1.6.0. - [Commits](https://github.com/aws/aws-lambda-java-libs/commits) --- updated-dependencies: - dependency-name: com.amazonaws:aws-lambda-java-log4j2 dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6742d28 commit 3d55645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adapter/awslambda/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'java-library'
22
apply plugin: 'kotlin'
33

44
ext {
5-
version_lambda_logger = '1.5.1'
5+
version_lambda_logger = '1.6.0'
66
}
77

88
compileJava {

0 commit comments

Comments
 (0)