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 18, 2025
1 parent a2dbc9f commit b0cfa10
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
terraform_wrapper: false

- name: Setup AWS Credentials for Infrastructure
uses: aws-actions/configure-aws-credentials@v4.0.3
uses: aws-actions/configure-aws-credentials@v4.1.0
with:
aws-region: eu-central-1
role-to-assume: arn:aws:iam::956243129466:role/github-deployer
Expand All @@ -76,7 +76,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.3
uses: aws-actions/configure-aws-credentials@v4.1.0
with:
aws-region: eu-central-1
role-to-assume: ${{ steps.apply-infrastructure.outputs.integration-test-role-arn }}
Expand All @@ -87,7 +87,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.3
uses: aws-actions/configure-aws-credentials@v4.1.0
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.51.0",
"@cdktf/provider-aws": "19.53.0",
"cdktf": "0.20.11",
"constructs": "10.4.2"
},
"devDependencies": {
"@types/node": "22.13.1",
"@types/node": "22.13.4",
"ts-node": "10.9.2",
"typescript": "5.7.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.51.0":
version "19.51.0"
resolved "https://registry.yarnpkg.com/@cdktf/provider-aws/-/provider-aws-19.51.0.tgz#06ff446646e02671995e5a4f8ff5cae463ba7f87"
integrity sha512-rj7A1j5lF5HzYF1BB9yPwXZgQtL2VCQBkYk9qlcS2rtOB4+ZYCbF3LvR+Mul3lZUBVmfZqjGGqWpF6Gl3Js2eg==
"@cdktf/provider-aws@19.53.0":
version "19.53.0"
resolved "https://registry.yarnpkg.com/@cdktf/provider-aws/-/provider-aws-19.53.0.tgz#a3d488e5f7044d1e78ee58863240f9c4a217946e"
integrity sha512-lnJTKE+yt/c/JkYmQwPL3CClunUOetX5tiaScsSllla9msgKllmBW9hl31EWLZhhTQJL9tygohc1hlYP6N1riA==

"@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@22.13.1":
version "22.13.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.1.tgz#a2a3fefbdeb7ba6b89f40371842162fac0934f33"
integrity sha512-jK8uzQlrvXqEU91UxiK5J7pKHyzgnI1Qnl0QDHIgVGuolJhRb9EEl28Cj9b3rGR8B2lhFCtvIm5os8lFnO/1Ew==
"@types/node@22.13.4":
version "22.13.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.4.tgz#3fe454d77cd4a2d73c214008b3e331bfaaf5038a"
integrity sha512-ywP2X0DYtX3y08eFVx5fNIw7/uIv8hYUKgXoK8oayJlLnKcRfEYCxWMVE1XagUdVtCJlZT1AU4LXEABW+L1Peg==
dependencies:
undici-types "~6.20.0"

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

<awssdk-v1.version>1.12.780</awssdk-v1.version>
<awssdk-v2.version>2.30.13</awssdk-v2.version>
<awssdk-v1.version>1.12.781</awssdk-v1.version>
<awssdk-v2.version>2.30.23</awssdk-v2.version>
<feign.version>13.5</feign.version>
<assertj.version>3.27.3</assertj.version>
<wiremock.version>3.11.0</wiremock.version>
<wiremock.version>3.12.0</wiremock.version>

<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
<maven-failsafe-plugin.version>3.5.2</maven-failsafe-plugin.version>
Expand Down

0 comments on commit b0cfa10

Please sign in to comment.