Skip to content
This repository was archived by the owner on Jan 10, 2026. It is now read-only.

Commit a610ac4

Browse files
authored
Merge pull request #710 from docwho2/dependabot/maven/ChatGPT/com.amazonaws-aws-lambda-java-core-1.3.0
Bump com.amazonaws:aws-lambda-java-core from 1.2.3 to 1.3.0 in /ChatGPT
2 parents e9b3a8a + 249ffd2 commit a610ac4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches: [ "main" ]
77

88
permissions:
9-
contents: read # This is required for actions/checkout
9+
contents: read,write # This is required for actions/checkout and graph submission
1010

1111
jobs:
1212
build:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>com.amazonaws</groupId>
6969
<artifactId>aws-lambda-java-core</artifactId>
70-
<version>1.2.3</version>
70+
<version>1.3.0</version>
7171
</dependency>
7272

7373
<dependency>

0 commit comments

Comments
 (0)