Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#154)
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 May 21, 2024
1 parent 9d69f9e commit 7e0c546
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 @@ -32,7 +32,7 @@ jobs:
new-release-published: ${{ steps.semantic-release.outputs.new_release_published }}
new-release-version: ${{ steps.semantic-release.outputs.new_release_version }}
steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].6
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
needs: build
if: needs.build.outputs.new-release-published == 'true'
steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].6

- name: Set up JDK 11
uses: actions/[email protected]
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 @@ -14,7 +14,7 @@ jobs:
name: Verify Pull Request
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].6
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

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.18.0",
"@cdktf/provider-aws": "19.19.0",
"cdktf": "0.20.7",
"constructs": "10.3.0"
},
"devDependencies": {
"@types/node": "20.12.11",
"@types/node": "20.12.12",
"ts-node": "10.9.2",
"typescript": "5.4.5"
}
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.18.0":
version "19.18.0"
resolved "https://registry.yarnpkg.com/@cdktf/provider-aws/-/provider-aws-19.18.0.tgz#96109835ad203f292741ea636c935bae37f98429"
integrity sha512-itrSMKaJlLIJRsLljgZRH6vuqkwu0oC461yr7v9jDNvWdUxoijnjT8mc36dS2Fdfve1HcBTqidUYaQjJEceX5Q==
"@cdktf/provider-aws@19.19.0":
version "19.19.0"
resolved "https://registry.yarnpkg.com/@cdktf/provider-aws/-/provider-aws-19.19.0.tgz#12f1d15854e71f75bfe21ec2ead2220bd4d54fa9"
integrity sha512-Hg/FExH3RF7rmNgD8k/+vGlZ3MjIYi6aKOSdvomqCNDdyK1AtnNLSXtiqMYeYp6MGKtYxkQsCkaJDSbWZOBs6g==

"@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].11":
version "20.12.11"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.11.tgz#c4ef00d3507000d17690643278a60dc55a9dc9be"
integrity sha512-vDg9PZ/zi+Nqp6boSOT7plNuthRugEKixDv5sFTIpkE89MmNtEArAShI4mxuX2+UrLEe9pxC1vm2cjm9YlWbJw==
"@types/[email protected].12":
version "20.12.12"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.12.tgz#7cbecdf902085cec634fdb362172dfe12b8f2050"
integrity sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==
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>1.9.24</kotlin.version>

<awssdk-v1.version>1.12.720</awssdk-v1.version>
<awssdk-v2.version>2.25.50</awssdk-v2.version>
<awssdk-v1.version>1.12.726</awssdk-v1.version>
<awssdk-v2.version>2.25.56</awssdk-v2.version>
<feign.version>13.2.1</feign.version>
<assertj.version>3.25.3</assertj.version>
<wiremock.version>3.5.4</wiremock.version>
Expand Down

0 comments on commit 7e0c546

Please sign in to comment.