Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#166)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 5, 2024
1 parent aa16948 commit b5d0d06
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Set up JDK 11
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
java-version: '11'
distribution: 'temurin'
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
- uses: actions/[email protected]

- name: Set up JDK 11
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
java-version: '11'
distribution: 'temurin'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Set up JDK 11
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
java-version: '11'
distribution: 'temurin'
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.28.0",
"@cdktf/provider-aws": "19.29.0",
"cdktf": "0.20.8",
"constructs": "10.3.0"
},
"devDependencies": {
"@types/node": "20.14.13",
"@types/node": "20.14.14",
"ts-node": "10.9.2",
"typescript": "5.5.4"
}
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.28.0":
version "19.28.0"
resolved "https://registry.yarnpkg.com/@cdktf/provider-aws/-/provider-aws-19.28.0.tgz#e2ec21c5e2749bbad27503a1d82f09e65763079a"
integrity sha512-7VNR/KOUtRySdDw/pIT1ZAHI+fdWZvmHO5XI5GmejmKR3UAt+kvQIFzsKcBkyYzmJUkmwoyVnG/RykUS99nqUg==
"@cdktf/provider-aws@19.29.0":
version "19.29.0"
resolved "https://registry.yarnpkg.com/@cdktf/provider-aws/-/provider-aws-19.29.0.tgz#8c6deaafc0c30f1d6debfadb6a8579049420551c"
integrity sha512-tfe5lDqdJCxAsIJuovm2G2irLW6kxLB0Z6dBETpLjOBmARZTE0hTp5rGfOBtdHUH2ONL6ztvaFakrXWc0XKPcw==

"@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/[email protected].13":
version "20.14.13"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.13.tgz#bf4fe8959ae1c43bc284de78bd6c01730933736b"
integrity sha512-+bHoGiZb8UiQ0+WEtmph2IWQCjIqg8MDZMAV+ppRRhUZnquF5mQkP/9vpSwJClEiSM/C7fZZExPzfU0vJTyp8w==
"@types/[email protected].14":
version "20.14.14"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.14.tgz#6b655d4a88623b0edb98300bb9dd2107225f885e"
integrity sha512-d64f00982fS9YoOgJkAMolK7MN8Iq3TDdVjchbYHdEmjth/DHowx82GnoA+tVUAN+7vxfYUgAzi+JXbKNd2SDQ==
dependencies:
undici-types "~5.26.4"

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<kotlin.version>2.0.0</kotlin.version>

<awssdk-v1.version>1.12.766</awssdk-v1.version>
<awssdk-v2.version>2.26.26</awssdk-v2.version>
<awssdk-v1.version>1.12.767</awssdk-v1.version>
<awssdk-v2.version>2.26.29</awssdk-v2.version>
<feign.version>13.3</feign.version>
<assertj.version>3.26.3</assertj.version>
<wiremock.version>3.9.1</wiremock.version>
Expand Down

0 comments on commit b5d0d06

Please sign in to comment.