Skip to content

Commit 8435898

Browse files
authored
Merge branch 'main' into old_hapi
2 parents b03bda5 + 81ec7d7 commit 8435898

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
# using git commit sha for version of action to ensure we have stable version
4141
- name: Install asdf
42-
uses: asdf-vm/actions/setup@05e0d2ed97b598bfce82fd30daf324ae0c4570e6
42+
uses: asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302
4343
with:
4444
asdf_branch: v0.11.3
4545

@@ -53,7 +53,7 @@ jobs:
5353
${{ runner.os }}-asdf-
5454
5555
- name: Install asdf dependencies in .tool-versions
56-
uses: asdf-vm/actions/install@05e0d2ed97b598bfce82fd30daf324ae0c4570e6
56+
uses: asdf-vm/actions/install@1902764435ca0dd2f3388eea723a4f92a4eb8302
5757
with:
5858
asdf_branch: v0.11.3
5959
env:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
# using git commit sha for version of action to ensure we have stable version
4040
- name: Install asdf
41-
uses: asdf-vm/actions/setup@05e0d2ed97b598bfce82fd30daf324ae0c4570e6
41+
uses: asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302
4242
with:
4343
asdf_branch: v0.11.3
4444

@@ -52,7 +52,7 @@ jobs:
5252
${{ runner.os }}-asdf-
5353
5454
- name: Install asdf dependencies in .tool-versions
55-
uses: asdf-vm/actions/install@05e0d2ed97b598bfce82fd30daf324ae0c4570e6
55+
uses: asdf-vm/actions/install@1902764435ca0dd2f3388eea723a4f92a4eb8302
5656
with:
5757
asdf_branch: v0.11.3
5858
env:

.github/workflows/sam_package_code.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
# using git commit sha for version of action to ensure we have stable version
2424
- name: Install asdf
25-
uses: asdf-vm/actions/setup@05e0d2ed97b598bfce82fd30daf324ae0c4570e6
25+
uses: asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302
2626
with:
2727
asdf_branch: v0.11.3
2828

@@ -36,7 +36,7 @@ jobs:
3636
${{ runner.os }}-asdf-
3737
3838
- name: Install asdf dependencies in .tool-versions
39-
uses: asdf-vm/actions/install@05e0d2ed97b598bfce82fd30daf324ae0c4570e6
39+
uses: asdf-vm/actions/install@1902764435ca0dd2f3388eea723a4f92a4eb8302
4040
with:
4141
asdf_branch: v0.11.3
4242
env:

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<dependency>
9797
<groupId>software.amazon.lambda</groupId>
9898
<artifactId>powertools-logging</artifactId>
99-
<version>1.20.1</version>
99+
<version>1.20.2</version>
100100
</dependency>
101101
<dependency>
102102
<groupId>org.aspectj</groupId>
@@ -132,7 +132,7 @@
132132
<dependency>
133133
<groupId>org.mockito</groupId>
134134
<artifactId>mockito-core</artifactId>
135-
<version>5.17.0</version>
135+
<version>5.18.0</version>
136136
<scope>test</scope>
137137
</dependency>
138138
</dependencies>

0 commit comments

Comments
 (0)