Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 13, 2024
1 parent c0e57f5 commit 2790657
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
cache: 'maven'

- name: Setup Node 20
uses: actions/setup-node@v4.0.1
uses: actions/setup-node@v4.0.2
with:
node-version: 20
cache: 'yarn'
Expand All @@ -57,7 +57,7 @@ jobs:
terraform_wrapper: false

- name: Setup AWS Credentials for Infrastructure
uses: aws-actions/configure-aws-credentials@v4.0.1
uses: aws-actions/configure-aws-credentials@v4.0.2
with:
aws-region: eu-central-1
role-to-assume: arn:aws:iam::956243129466:role/github-deployer
Expand All @@ -78,7 +78,7 @@ jobs:
echo "api-gateway-url=$(terraform output -raw api-gateway-url)" >> $GITHUB_OUTPUT
- name: Setup AWS Credentials for Integration Tests
uses: aws-actions/configure-aws-credentials@v4.0.1
uses: aws-actions/configure-aws-credentials@v4.0.2
with:
aws-region: eu-central-1
role-to-assume: ${{ steps.apply-infrastructure.outputs.integration-test-role-arn }}
Expand All @@ -89,7 +89,7 @@ jobs:
mvn -B -ntp clean install failsafe:integration-test failsafe:verify -DapiGatewayUrl=${{ steps.apply-infrastructure.outputs.api-gateway-url }}
- name: Setup AWS Credentials for Infrastructure
uses: aws-actions/configure-aws-credentials@v4.0.1
uses: aws-actions/configure-aws-credentials@v4.0.2
if: always()
with:
aws-region: eu-central-1
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/infrastructure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"node": ">=20"
},
"dependencies": {
"@cdktf/provider-aws": "19.4.0",
"@cdktf/provider-aws": "19.5.0",
"cdktf": "0.20.3",
"constructs": "10.3.0"
},
"devDependencies": {
"@types/node": "20.11.16",
"@types/node": "20.11.17",
"ts-node": "10.9.2",
"typescript": "5.3.3"
}
Expand Down
16 changes: 8 additions & 8 deletions integration-tests/infrastructure/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@cdktf/provider-aws@19.4.0":
version "19.4.0"
resolved "https://registry.yarnpkg.com/@cdktf/provider-aws/-/provider-aws-19.4.0.tgz#cf9bdbd3db72721078a6d8b9ce40ac82e7d812a8"
integrity sha512-QX/N4yXVtbWdLjLGSe9q0LptbxTaryIVyrjV/YZEQsc/VO0H7z8yhHaC9ovIg2UDLSW9hiuGUuRZpptP9bCTNg==
"@cdktf/provider-aws@19.5.0":
version "19.5.0"
resolved "https://registry.yarnpkg.com/@cdktf/provider-aws/-/provider-aws-19.5.0.tgz#361c047789cd02fcda9414e38bd2398e837a19d6"
integrity sha512-KqDGpFMXUL+XR73+qxaaf2NS8E8Py7H/hy2j5I0v97huFgSdIOJDTm8MVnPY7CuPm1w2hgbtrpEY6cW2NohZdQ==

"@cspotcode/source-map-support@^0.8.0":
version "0.8.1"
Expand Down Expand Up @@ -52,10 +52,10 @@
resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.3.tgz#472eaab5f15c1ffdd7f8628bd4c4f753995ec79e"
integrity sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ==

"@types/node@20.11.16":
version "20.11.16"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.16.tgz#4411f79411514eb8e2926f036c86c9f0e4ec6708"
integrity sha512-gKb0enTmRCzXSSUJDq6/sPcqrfCv2mkkG6Jt/clpn5eiCbKTY+SgZUxo+p8ZKMof5dCp9vHQUAB7wOUTod22wQ==
"@types/node@20.11.17":
version "20.11.17"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.17.tgz#cdd642d0e62ef3a861f88ddbc2b61e32578a9292"
integrity sha512-QmgQZGWu1Yw9TDyAP9ZzpFJKynYNeOvwMJmaxABfieQoVoiVOS6MN1WSpqpRcbeA5+RW82kraAVxCCJg+780Qw==
dependencies:
undici-types "~5.26.4"

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<kotlin.version>1.9.22</kotlin.version>

<awssdk-v1.version>1.12.651</awssdk-v1.version>
<awssdk-v2.version>2.23.17</awssdk-v2.version>
<feign.version>13.2</feign.version>
<awssdk-v1.version>1.12.657</awssdk-v1.version>
<awssdk-v2.version>2.24.2</awssdk-v2.version>
<feign.version>13.2.1</feign.version>
<assertj.version>3.25.3</assertj.version>
<wiremock.version>3.3.1</wiremock.version>

Expand Down

0 comments on commit 2790657

Please sign in to comment.