Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#163)
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 Jul 15, 2024
1 parent 0225a03 commit 53f5cba
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
cache: 'maven'

- name: Setup Node 20
uses: actions/setup-node@v4.0.2
uses: actions/setup-node@v4.0.3
with:
node-version: 20
cache: 'yarn'
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/infrastructure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"node": ">=20"
},
"dependencies": {
"@cdktf/provider-aws": "19.25.0",
"@cdktf/provider-aws": "19.26.0",
"cdktf": "0.20.8",
"constructs": "10.3.0"
},
Expand Down
8 changes: 4 additions & 4 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.25.0":
version "19.25.0"
resolved "https://registry.yarnpkg.com/@cdktf/provider-aws/-/provider-aws-19.25.0.tgz#d188ebe380009cbd04f6b5ff1c815adc10c80fa8"
integrity sha512-9R3cd9hSFTZqXfw+sXWFjmdj6C0bI+tsHbs+vV3gxNOhNbe1Us+gs/992+cOvWZ+fMCp/n1mLE3UXxusOPY13A==
"@cdktf/provider-aws@19.26.0":
version "19.26.0"
resolved "https://registry.yarnpkg.com/@cdktf/provider-aws/-/provider-aws-19.26.0.tgz#7aba1949608514cc8f3c797dbbea423f973b27fd"
integrity sha512-f68ua90d33n7z//uX5FtrCV3kVW6oC/fMET3/cjEc+punuBg1X/a+9Hhn2z+Iu4ferknFhFZS3mwpjyyWH1DMQ==

"@cspotcode/source-map-support@^0.8.0":
version "0.8.1"
Expand Down
10 changes: 5 additions & 5 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.757</awssdk-v1.version>
<awssdk-v2.version>2.26.17</awssdk-v2.version>
<awssdk-v1.version>1.12.761</awssdk-v1.version>
<awssdk-v2.version>2.26.20</awssdk-v2.version>
<feign.version>13.3</feign.version>
<assertj.version>3.26.0</assertj.version>
<assertj.version>3.26.3</assertj.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>
<maven-surefire-plugin.version>3.3.1</maven-surefire-plugin.version>
<maven-failsafe-plugin.version>3.3.1</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 53f5cba

Please sign in to comment.