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 Apr 15, 2024
1 parent 15b463d commit a4fded7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.13.0",
"@cdktf/provider-aws": "19.14.0",
"cdktf": "0.20.6",
"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.13.0":
version "19.13.0"
resolved "https://registry.yarnpkg.com/@cdktf/provider-aws/-/provider-aws-19.13.0.tgz#1e651771923b6bd3be3a87fdae8fca109fdf313c"
integrity sha512-+YQCk5Z1/pAt9P9h7GEqBaGTVNceIu1bYekG9/we/RFSQuRkDmPwAmtPbTilnZN+BLfQcmVvQsQXSDx5q81vKQ==
"@cdktf/provider-aws@19.14.0":
version "19.14.0"
resolved "https://registry.yarnpkg.com/@cdktf/provider-aws/-/provider-aws-19.14.0.tgz#76ef98472fbf04ec163c284f4082c73586b17594"
integrity sha512-00AeWFyT+FWgkTf1h/hoUJGGL5l3RAtG32qtU+6k+PXfIn6vQz3weuRMonQdHGcKIQAuJrqXmEckOR26Hx/ClQ==

"@cspotcode/source-map-support@^0.8.0":
version "0.8.1"
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<kotlin.version>1.9.23</kotlin.version>

<awssdk-v1.version>1.12.698</awssdk-v1.version>
<awssdk-v2.version>2.25.28</awssdk-v2.version>
<awssdk-v1.version>1.12.701</awssdk-v1.version>
<awssdk-v2.version>2.25.31</awssdk-v2.version>
<feign.version>13.2.1</feign.version>
<assertj.version>3.25.3</assertj.version>
<wiremock.version>3.5.2</wiremock.version>
Expand All @@ -72,7 +72,7 @@
<maven-failsafe-plugin.version>3.2.5</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.2</maven-gpg-plugin.version>
<maven-gpg-plugin.version>3.2.3</maven-gpg-plugin.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit a4fded7

Please sign in to comment.