From cdf7a2aa17af995394634d1e27ddd7f9f827397f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 08:36:12 +0000 Subject: [PATCH 1/2] Bump com.amazonaws:aws-lambda-java-core from 1.2.3 to 1.3.0 in /ChatGPT Bumps [com.amazonaws:aws-lambda-java-core](https://github.com/aws/aws-lambda-java-libs) from 1.2.3 to 1.3.0. - [Commits](https://github.com/aws/aws-lambda-java-libs/commits) --- updated-dependencies: - dependency-name: com.amazonaws:aws-lambda-java-core dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a0a13ac..26eafb5 100644 --- a/pom.xml +++ b/pom.xml @@ -67,7 +67,7 @@ com.amazonaws aws-lambda-java-core - 1.2.3 + 1.3.0 From 249ffd28e839b5af90156f60759c0c98bc861721 Mon Sep 17 00:00:00 2001 From: Steve Jensen Date: Tue, 27 May 2025 07:09:21 -0500 Subject: [PATCH 2/2] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e38e58e..e1f1107 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ on: branches: [ "main" ] permissions: - contents: read # This is required for actions/checkout + contents: read,write # This is required for actions/checkout and graph submission jobs: build: