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:
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