Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#155)
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 May 28, 2024
1 parent 87546a9 commit ab40216
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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.19.0",
"@cdktf/provider-aws": "19.20.1",
"cdktf": "0.20.7",
"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.19.0":
version "19.19.0"
resolved "https://registry.yarnpkg.com/@cdktf/provider-aws/-/provider-aws-19.19.0.tgz#12f1d15854e71f75bfe21ec2ead2220bd4d54fa9"
integrity sha512-Hg/FExH3RF7rmNgD8k/+vGlZ3MjIYi6aKOSdvomqCNDdyK1AtnNLSXtiqMYeYp6MGKtYxkQsCkaJDSbWZOBs6g==
"@cdktf/provider-aws@19.20.1":
version "19.20.1"
resolved "https://registry.yarnpkg.com/@cdktf/provider-aws/-/provider-aws-19.20.1.tgz#6dd26b9b9d23444653151d2fc3a9e8bf90598260"
integrity sha512-Ih0IKc8TBvr6wrONuLDTZmx0Qc+/kJdZIE43T8AmHLTJBe0GnEIB3AhQAmn1ORhLZrWci4VLY6DNKYTskwVyug==

"@cspotcode/source-map-support@^0.8.0":
version "0.8.1"
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.726</awssdk-v1.version>
<awssdk-v2.version>2.25.56</awssdk-v2.version>
<awssdk-v1.version>1.12.730</awssdk-v1.version>
<awssdk-v2.version>2.25.60</awssdk-v2.version>
<feign.version>13.2.1</feign.version>
<assertj.version>3.25.3</assertj.version>
<wiremock.version>3.5.4</wiremock.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>
Expand Down

0 comments on commit ab40216

Please sign in to comment.