Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent bcb86b7 commit b0f53bf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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.44.0",
"@cdktf/provider-aws": "19.45.0",
"cdktf": "0.20.10",
"constructs": "10.4.2"
},
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.44.0":
version "19.44.0"
resolved "https://registry.yarnpkg.com/@cdktf/provider-aws/-/provider-aws-19.44.0.tgz#e28e5fcbc9d03721a770a2998ba032e0a10c9d1b"
integrity sha512-oWv/w26z1uY27H+0ecGPnEe2+LNLVal/tegBkkbmldkU/1CERwO9rp3+QKSIH+xZ3vcZUPh7zCwf3IhrjPunAg==
"@cdktf/provider-aws@19.45.0":
version "19.45.0"
resolved "https://registry.yarnpkg.com/@cdktf/provider-aws/-/provider-aws-19.45.0.tgz#c2fc58051bf0e6e7ba153d46f4d091a497f11bde"
integrity sha512-TLeUksW7uGauhK6OcZDXRcYPyzeBwHm7zQH9h9fnpF1zZVfpPTRoFuJ+gPXuQpTd9TLsP6DeAq8SXdFMq50Xhg==

"@cspotcode/source-map-support@^0.8.0":
version "0.8.1"
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
<kotlin.version>2.1.0</kotlin.version>

<awssdk-v1.version>1.12.779</awssdk-v1.version>
<awssdk-v2.version>2.29.23</awssdk-v2.version>
<awssdk-v2.version>2.29.28</awssdk-v2.version>
<feign.version>13.5</feign.version>
<assertj.version>3.26.3</assertj.version>
<wiremock.version>3.9.2</wiremock.version>
<wiremock.version>3.10.0</wiremock.version>

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

0 comments on commit b0f53bf

Please sign in to comment.