Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#159)
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 Jun 18, 2024
1 parent 46cc246 commit b657d87
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 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].6
- uses: actions/[email protected].7
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].6
- uses: actions/[email protected].7

- 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].6
- uses: actions/[email protected].7
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.22.0",
"@cdktf/provider-aws": "19.23.0",
"cdktf": "0.20.7",
"constructs": "10.3.0"
},
"devDependencies": {
"@types/node": "20.14.2",
"@types/node": "20.14.4",
"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.22.0":
version "19.22.0"
resolved "https://registry.yarnpkg.com/@cdktf/provider-aws/-/provider-aws-19.22.0.tgz#d708b7bba1bf02ad0f509bb83f4d675233b277af"
integrity sha512-r6voTrLEsIrwHvmcs+Is83+4X9jHeIRIq119Nb92xv4YjkJGOKb/FVs5Ux0RksL3gdOzELUKM2RpGTBJCTWieA==
"@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==

"@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].2":
version "20.14.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.2.tgz#a5f4d2bcb4b6a87bffcaa717718c5a0f208f4a18"
integrity sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q==
"@types/[email protected].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==
dependencies:
undici-types "~5.26.4"

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

<awssdk-v1.version>1.12.739</awssdk-v1.version>
<awssdk-v2.version>2.25.69</awssdk-v2.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>
<assertj.version>3.26.0</assertj.version>
<wiremock.version>3.6.0</wiremock.version>

<maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version>
<maven-failsafe-plugin.version>3.2.5</maven-failsafe-plugin.version>
<maven-surefire-plugin.version>3.3.0</maven-surefire-plugin.version>
<maven-failsafe-plugin.version>3.3.0</maven-failsafe-plugin.version>
<maven-source-plugin.version>3.3.1</maven-source-plugin.version>
<dokka-maven-plugin.version>1.9.20</dokka-maven-plugin.version>
<maven-gpg-plugin.version>3.2.4</maven-gpg-plugin.version>
Expand Down

0 comments on commit b657d87

Please sign in to comment.