Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#149)
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 Apr 15, 2024
1 parent 15b463d commit 589ec3c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions integration-tests/infrastructure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"node": ">=20"
},
"dependencies": {
"@cdktf/provider-aws": "19.13.0",
"cdktf": "0.20.6",
"@cdktf/provider-aws": "19.14.0",
"cdktf": "0.20.7",
"constructs": "10.3.0"
},
"devDependencies": {
Expand Down
16 changes: 8 additions & 8 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 Expand Up @@ -135,10 +135,10 @@ call-bind@^1.0.5:
get-intrinsic "^1.2.1"
set-function-length "^1.1.1"

cdktf@0.20.6:
version "0.20.6"
resolved "https://registry.yarnpkg.com/cdktf/-/cdktf-0.20.6.tgz#1c18731c5bae26ce1f5f33773702900a571a8244"
integrity sha512-WoEpZu29SYIDdAPIyCyjz6mvw7L+2XBul5NEC3W/B7PLdg/OvfJqWoGkCJibqTEGy9r69R5u+BptAbmCGGf3iQ==
cdktf@0.20.7:
version "0.20.7"
resolved "https://registry.yarnpkg.com/cdktf/-/cdktf-0.20.7.tgz#7944dc73f40c2b97e445fd0284ae21f0ab5e8f0a"
integrity sha512-7za8QQYM1G0/6JUCYY+5smwNfNfbiZVPCMD7SeX2rTYmOLaGEkHZtMvuUTEKSqsE56fKudnfVd2J2edz2CETFg==
dependencies:
archiver "6.0.2"
json-stable-stringify "1.1.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 589ec3c

Please sign in to comment.