Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#160)
Browse files Browse the repository at this point in the history
io.github.openfeign:feign-bom 13.2.1 to 13.3
  • Loading branch information
renovate[bot] authored Jun 28, 2024
1 parent 3c250f0 commit b18152f
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5.5.2
- uses: amannn/action-semantic-pull-request@v5.5.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
6 changes: 3 additions & 3 deletions integration-tests/infrastructure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"node": ">=20"
},
"dependencies": {
"@cdktf/provider-aws": "19.23.0",
"@cdktf/provider-aws": "19.24.0",
"cdktf": "0.20.7",
"constructs": "10.3.0"
},
"devDependencies": {
"@types/node": "20.14.4",
"@types/node": "20.14.9",
"ts-node": "10.9.2",
"typescript": "5.4.5"
"typescript": "5.5.2"
}
}
24 changes: 12 additions & 12 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.23.0":
version "19.23.0"
resolved "https://registry.yarnpkg.com/@cdktf/provider-aws/-/provider-aws-19.23.0.tgz#499ccb5f52638ad829e3d90f994e7e2cafa7af29"
integrity sha512-BWM07KQuIwQhPreRVxN43s24Fn7jdkHV5nmNLwx/RpZjT/iTcbNIAW9uFFyfkAgL82wAjqZSDlbXREf0nM3asQ==
"@cdktf/provider-aws@19.24.0":
version "19.24.0"
resolved "https://registry.yarnpkg.com/@cdktf/provider-aws/-/provider-aws-19.24.0.tgz#cdc8ea1bb55a208fc80e2960923800fe7a548ec1"
integrity sha512-cxudn68FJIJ5o1FksoWVmKA3NeMLKAduADGgUX/29jlk+U9/sJIqCo33T8P9hBE6nFEsguxPC0h4hQOn6aOhNg==

"@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.14.4":
version "20.14.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.4.tgz#3426db474378502882036d595ec9e79a9b17d1e6"
integrity sha512-1ChboN+57suCT2t/f8lwtPY/k3qTpuD/qnqQuYoBg6OQOcPyaw7PiZVdGpaZYAvhDDtqrt0oAaM8+oSu1xsUGw==
"@types/node@20.14.9":
version "20.14.9"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.9.tgz#12e8e765ab27f8c421a1820c99f5f313a933b420"
integrity sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==
dependencies:
undici-types "~5.26.4"

Expand Down Expand Up @@ -470,10 +470,10 @@ ts-node@10.9.2:
v8-compile-cache-lib "^3.0.1"
yn "3.1.1"

typescript@5.4.5:
version "5.4.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
typescript@5.5.2:
version "5.5.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.2.tgz#c26f023cb0054e657ce04f72583ea2d85f8d0507"
integrity sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==

undici-types@~5.26.4:
version "5.26.5"
Expand Down
8 changes: 4 additions & 4 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.0.0</kotlin.version>

<awssdk-v1.version>1.12.745</awssdk-v1.version>
<awssdk-v2.version>2.26.4</awssdk-v2.version>
<feign.version>13.2.1</feign.version>
<awssdk-v1.version>1.12.752</awssdk-v1.version>
<awssdk-v2.version>2.26.11</awssdk-v2.version>
<feign.version>13.3</feign.version>
<assertj.version>3.26.0</assertj.version>
<wiremock.version>3.6.0</wiremock.version>
<wiremock.version>3.8.0</wiremock.version>

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

0 comments on commit b18152f

Please sign in to comment.