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 Sep 27, 2024
1 parent 7c9b70e commit efc6719
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
new-release-published: ${{ steps.semantic-release.outputs.new_release_published }}
new-release-version: ${{ steps.semantic-release.outputs.new_release_version }}
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Set up JDK 11
uses: actions/setup-java@v4.3.0
uses: actions/setup-java@v4.4.0
with:
java-version: '11'
distribution: 'temurin'
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:

- id: semantic-release
name: Create new release
uses: cycjimmy/semantic-release-action@v4.1.0
uses: cycjimmy/semantic-release-action@v4.1.1
if: steps.run-tests.outcome == 'success'
with:
extra_plugins: |
Expand All @@ -124,10 +124,10 @@ jobs:
needs: build
if: needs.build.outputs.new-release-published == 'true'
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0

- name: Set up JDK 11
uses: actions/setup-java@v4.3.0
uses: actions/setup-java@v4.4.0
with:
java-version: '11'
distribution: 'temurin'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
name: Verify Pull Request
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Set up JDK 11
uses: actions/setup-java@v4.3.0
uses: actions/setup-java@v4.4.0
with:
java-version: '11'
distribution: 'temurin'
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/infrastructure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"node": ">=20"
},
"dependencies": {
"@cdktf/provider-aws": "19.33.0",
"@cdktf/provider-aws": "19.35.0",
"cdktf": "0.20.9",
"constructs": "10.3.0"
},
"devDependencies": {
"@types/node": "20.16.5",
"@types/node": "20.16.10",
"ts-node": "10.9.2",
"typescript": "5.6.2"
}
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.33.0":
version "19.33.0"
resolved "https://registry.yarnpkg.com/@cdktf/provider-aws/-/provider-aws-19.33.0.tgz#79f93944ce44814ba14a0ff2f507a33c77a3efef"
integrity sha512-21dhJPSMwTL/lLJacj7R+qnW7NrRFIWcvbSblKrAdNduMf24Th+9fcd8kTHoXv1jPGN9eC6kK/XOPxna6YHdrw==
"@cdktf/provider-aws@19.35.0":
version "19.35.0"
resolved "https://registry.yarnpkg.com/@cdktf/provider-aws/-/provider-aws-19.35.0.tgz#33108a4a0dc026f583bf5e56c021f8d25111578b"
integrity sha512-NdjAuhb865gJgiozYAWL2lyKEAaw78vO2bKWT/zPIpZAil5uAqNvje9Squt21jXm+QM50Yoyrac5yLc/+vxUEQ==

"@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/node@20.16.5":
version "20.16.5"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.16.5.tgz#d43c7f973b32ffdf9aa7bd4f80e1072310fd7a53"
integrity sha512-VwYCweNo3ERajwy0IUlqqcyZ8/A7Zwa9ZP3MnENWcB11AejO+tLy3pu850goUW2FC/IJMdZUfKpX/yxL1gymCA==
"@types/node@20.16.10":
version "20.16.10"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.16.10.tgz#0cc3fdd3daf114a4776f54ba19726a01c907ef71"
integrity sha512-vQUKgWTjEIRFCvK6CyriPH3MZYiYlNy0fKiEYHWbcoWLEgs4opurGGKlebrTLqdSMIbXImH6XExNiIyNUv3WpA==
dependencies:
undici-types "~6.19.2"

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<kotlin.version>2.0.20</kotlin.version>

<awssdk-v1.version>1.12.772</awssdk-v1.version>
<awssdk-v2.version>2.28.6</awssdk-v2.version>
<awssdk-v2.version>2.28.10</awssdk-v2.version>
<feign.version>13.4</feign.version>
<assertj.version>3.26.3</assertj.version>
<wiremock.version>3.9.1</wiremock.version>
Expand All @@ -72,7 +72,7 @@
<maven-failsafe-plugin.version>3.5.0</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.6</maven-gpg-plugin.version>
<maven-gpg-plugin.version>3.2.7</maven-gpg-plugin.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit efc6719

Please sign in to comment.