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 Jan 17, 2025
1 parent b2c801a commit 201b256
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Set up JDK 11
uses: actions/setup-java@v4.5.0
uses: actions/setup-java@v4.6.0
with:
java-version: '11'
distribution: 'temurin'
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
- uses: actions/[email protected]

- name: Set up JDK 11
uses: actions/setup-java@v4.5.0
uses: actions/setup-java@v4.6.0
with:
java-version: '11'
distribution: 'temurin'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Set up JDK 11
uses: actions/setup-java@v4.5.0
uses: actions/setup-java@v4.6.0
with:
java-version: '11'
distribution: 'temurin'
Expand Down
8 changes: 4 additions & 4 deletions integration-tests/infrastructure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"node": ">=20"
},
"dependencies": {
"@cdktf/provider-aws": "19.44.0",
"cdktf": "0.20.10",
"@cdktf/provider-aws": "19.50.0",
"cdktf": "0.20.11",
"constructs": "10.4.2"
},
"devDependencies": {
"@types/node": "22.10.1",
"@types/node": "22.10.7",
"ts-node": "10.9.2",
"typescript": "5.7.2"
"typescript": "5.7.3"
}
}
32 changes: 16 additions & 16 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.50.0":
version "19.50.0"
resolved "https://registry.yarnpkg.com/@cdktf/provider-aws/-/provider-aws-19.50.0.tgz#86029f3c8eb9eea1ec565dc982bdc324e2f1e799"
integrity sha512-7AJHUcYa6iFUpruefnnXA/mj4TQ4iDISdmqV/JPvZVhoMT9qUdVoOZURs1BUgx6kwL9ilPrJP5dEoMx2PjDlFw==

"@cspotcode/source-map-support@^0.8.0":
version "0.8.1"
Expand Down Expand Up @@ -52,10 +52,10 @@
resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.3.tgz#472eaab5f15c1ffdd7f8628bd4c4f753995ec79e"
integrity sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ==

"@types/[email protected].1":
version "22.10.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.1.tgz#41ffeee127b8975a05f8c4f83fb89bcb2987d766"
integrity sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==
"@types/[email protected].7":
version "22.10.7"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.7.tgz#14a1ca33fd0ebdd9d63593ed8d3fbc882a6d28d7"
integrity sha512-V09KvXxFiutGp6B7XkpaDXlNadZxrzajcY50EuoLIpQ6WWYCSvf19lVIazzfIzQvhUN2HjX12spLojTnhuKlGg==
dependencies:
undici-types "~6.20.0"

Expand Down Expand Up @@ -135,10 +135,10 @@ call-bind@^1.0.5:
get-intrinsic "^1.2.1"
set-function-length "^1.1.1"

[email protected].10:
version "0.20.10"
resolved "https://registry.yarnpkg.com/cdktf/-/cdktf-0.20.10.tgz#c39c680399d1ba6f144f27751841f9692c9b83d1"
integrity sha512-I8c838lNDHUeOIFCeZ6NsLHivAaYVoc+3a8k84hYP+BkQtoqCiOhcYjrm7lH42CwqfBBR+BoD7lB5AFeHekd5A==
[email protected].11:
version "0.20.11"
resolved "https://registry.yarnpkg.com/cdktf/-/cdktf-0.20.11.tgz#df7dff7dec31d1fd584131efab70852fec46de1d"
integrity sha512-YoubhokJ8s60WNrP2+cpQinb0DdMXlaFFDnPPv2A/tcRkzkwO9dWuMiXhhA0XlBJ1qA5pibaonu9Cc4B9JgKuQ==
dependencies:
archiver "6.0.2"
json-stable-stringify "1.1.1"
Expand Down Expand Up @@ -461,10 +461,10 @@ [email protected]:
v8-compile-cache-lib "^3.0.1"
yn "3.1.1"

[email protected].2:
version "5.7.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==
[email protected].3:
version "5.7.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e"
integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==

undici-types@~6.20.0:
version "6.20.0"
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.1.0</kotlin.version>

<awssdk-v1.version>1.12.779</awssdk-v1.version>
<awssdk-v2.version>2.29.23</awssdk-v2.version>
<awssdk-v1.version>1.12.780</awssdk-v1.version>
<awssdk-v2.version>2.30.1</awssdk-v2.version>
<feign.version>13.5</feign.version>
<assertj.version>3.26.3</assertj.version>
<wiremock.version>3.9.2</wiremock.version>
<assertj.version>3.27.2</assertj.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 201b256

Please sign in to comment.