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 10, 2024
1 parent bcb86b7 commit eef2559
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.46.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.46.0":
version "19.46.0"
resolved "https://registry.yarnpkg.com/@cdktf/provider-aws/-/provider-aws-19.46.0.tgz#98d26e35ac96f8c5f34f4e5e4267021ed6f1f678"
integrity sha512-Mapm2q3LuKxpISj667O7QeNRwevb5mlR1917P7xDvIku+wM/QwveyHpc3omBGgpsO0oYYMEIN0qnUeo+i1pULA==

"@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.31</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 eef2559

Please sign in to comment.