From 240e150be0402c5a6c9325c460229d554db2ac91 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 4 May 2020 07:31:20 +0000 Subject: [PATCH] Bump aws-lambda-java-core from 1.2.0 to 1.2.1 Bumps [aws-lambda-java-core](https://github.com/aws/aws-lambda-java-libs) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/aws/aws-lambda-java-libs/releases) - [Commits](https://github.com/aws/aws-lambda-java-libs/commits) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c6a4942..01653c5 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ dependencies { implementation group: 'org.jsoup', name: 'jsoup', version: '1.12.1' implementation 'com.github.BIBSYSDEV:aws-build-tools:v1.5.5' - implementation 'com.amazonaws:aws-lambda-java-core:1.2.0' + implementation 'com.amazonaws:aws-lambda-java-core:1.2.1' testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '2.2' testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.5.2'