File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed
examples/powertools-examples-sqs Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 29
29
- name : Build docs website
30
30
run : |
31
31
make build-docs-website
32
- - name : Deploy all docs
33
- uses : peaceiris/actions-gh-pages@v3
34
- with :
35
- github_token : ${{ secrets.GITHUB_TOKEN }}
36
- publish_dir : ./dist
37
32
- name : Configure AWS credentials
38
33
uses : aws-actions/configure-aws-credentials@e1e17a757e536f70e52b5a12b2e8d1d1c60e04ef
39
34
with :
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.86 </version >
28
+ <version >2.20.88 </version >
29
29
</dependency >
30
30
<dependency >
31
31
<groupId >com.amazonaws</groupId >
Original file line number Diff line number Diff line change 60
60
<log4j .version>2.20.0</log4j .version>
61
61
<jackson .version>2.15.2</jackson .version>
62
62
<aspectj .version>1.9.7</aspectj .version>
63
- <aws .sdk.version>2.20.86 </aws .sdk.version>
63
+ <aws .sdk.version>2.20.88 </aws .sdk.version>
64
64
<aws .xray.recorder.version>2.14.0</aws .xray.recorder.version>
65
- <payloadoffloading-common .version>2.1.2 </payloadoffloading-common .version>
65
+ <payloadoffloading-common .version>2.1.3 </payloadoffloading-common .version>
66
66
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
67
67
<lambda .core.version>1.2.2</lambda .core.version>
68
68
<lambda .events.version>3.11.2</lambda .events.version>
You can’t perform that action at this time.
0 commit comments