File tree Expand file tree Collapse file tree 6 files changed +23
-17
lines changed
powertools-examples-idempotency Expand file tree Collapse file tree 6 files changed +23
-17
lines changed Original file line number Diff line number Diff line change 5
5
workflows : ["Build"]
6
6
types : [completed]
7
7
8
+ permissions :
9
+ pull-requests : write
10
+ issues : write
11
+ repository-projects : write
12
+ contents : write
13
+
8
14
jobs :
9
15
merge-me :
10
16
name : Merge me!
@@ -49,12 +55,12 @@ jobs:
49
55
pull_number: issue_number,
50
56
event: 'APPROVE'
51
57
})
58
+
59
+ github.pulls.merge({
60
+ owner: context.payload.repository.owner.login,
61
+ repo: context.payload.repository.name,
62
+ pull_number: issue_number,
63
+ merge_method: 'squash'
64
+ })
52
65
53
66
github-token : ${{ secrets.AUTOMERGE }}
54
- - name : Merge me!
55
- uses : peter-evans/create-or-update-comment@v2 # use dependabot comments to automatically merge
56
- with :
57
- issue-number : ${{ github.event.pull_request.number }}
58
- body : |
59
- dependabot squash and merge
60
- reactions : rocket
Original file line number Diff line number Diff line change 63
63
<dependency >
64
64
<groupId >com.amazonaws</groupId >
65
65
<artifactId >DynamoDBLocal</artifactId >
66
- <version >1.21 .0</version >
66
+ <version >1.22 .0</version >
67
67
<scope >test</scope >
68
68
</dependency >
69
69
<dependency >
Original file line number Diff line number Diff line change 25
25
<dependency >
26
26
<groupId >software.amazon.awssdk</groupId >
27
27
<artifactId >url-connection-client</artifactId >
28
- <version >2.20.67 </version >
28
+ <version >2.20.85 </version >
29
29
</dependency >
30
30
<dependency >
31
31
<groupId >com.amazonaws</groupId >
50
50
<dependency >
51
51
<groupId >com.fasterxml.jackson.datatype</groupId >
52
52
<artifactId >jackson-datatype-joda</artifactId >
53
- <version >2.14 .2</version >
53
+ <version >2.15 .2</version >
54
54
</dependency >
55
55
56
56
<dependency >
Original file line number Diff line number Diff line change 60
60
<log4j .version>2.20.0</log4j .version>
61
61
<jackson .version>2.14.2</jackson .version>
62
62
<aspectj .version>1.9.7</aspectj .version>
63
- <aws .sdk.version>2.20.67 </aws .sdk.version>
64
- <aws .xray.recorder.version>2.13 .0</aws .xray.recorder.version>
63
+ <aws .sdk.version>2.20.85 </aws .sdk.version>
64
+ <aws .xray.recorder.version>2.14 .0</aws .xray.recorder.version>
65
65
<payloadoffloading-common .version>2.1.2</payloadoffloading-common .version>
66
66
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
67
67
<lambda .core.version>1.2.2</lambda .core.version>
73
73
<jacoco-maven-plugin .version>0.8.8</jacoco-maven-plugin .version>
74
74
<nexus-staging-maven-plugin .version>1.6.8</nexus-staging-maven-plugin .version>
75
75
<maven-javadoc-plugin .version>3.5.0</maven-javadoc-plugin .version>
76
- <maven-source-plugin .version>3.2.1 </maven-source-plugin .version>
76
+ <maven-source-plugin .version>3.3.0 </maven-source-plugin .version>
77
77
<maven-gpg-plugin .version>3.0.1</maven-gpg-plugin .version>
78
78
<junit-jupiter .version>5.9.3</junit-jupiter .version>
79
79
<aws-embedded-metrics .version>1.0.6</aws-embedded-metrics .version>
454
454
<plugin >
455
455
<groupId >com.github.spotbugs</groupId >
456
456
<artifactId >spotbugs-maven-plugin</artifactId >
457
- <version >4.7.3.2 </version >
457
+ <version >4.7.3.4 </version >
458
458
<executions >
459
459
<execution >
460
460
<id >test</id >
Original file line number Diff line number Diff line change 17
17
<!-- we can use Java 11 for integration tests, not forced to stick to Java 8 -->
18
18
<maven .compiler.source>8</maven .compiler.source>
19
19
<maven .compiler.target>8</maven .compiler.target>
20
- <constructs .version>10.2.30 </constructs .version>
21
- <cdk .version>2.79 .1</cdk .version>
20
+ <constructs .version>10.2.47 </constructs .version>
21
+ <cdk .version>2.83 .1</cdk .version>
22
22
23
23
<!-- Don't deploy the e2e tests -->
24
24
<maven .deploy.skip>true</maven .deploy.skip>
Original file line number Diff line number Diff line change 73
73
<dependency >
74
74
<groupId >com.networknt</groupId >
75
75
<artifactId >json-schema-validator</artifactId >
76
- <version >1.0.78 </version >
76
+ <version >1.0.84 </version >
77
77
</dependency >
78
78
<dependency >
79
79
<groupId >com.amazonaws</groupId >
You can’t perform that action at this time.
0 commit comments