Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#150)
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 22, 2024
1 parent 589ec3c commit 89d03fb
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
new-release-published: ${{ steps.semantic-release.outputs.new_release_published }}
new-release-version: ${{ steps.semantic-release.outputs.new_release_version }}
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].3
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
needs: build
if: needs.build.outputs.new-release-published == 'true'
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].3

- name: Set up JDK 11
uses: actions/[email protected]
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 @@ -14,7 +14,7 @@ jobs:
name: Verify Pull Request
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].3
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

Expand Down
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.14.0",
"@cdktf/provider-aws": "19.15.0",
"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.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==
"@cdktf/provider-aws@19.15.0":
version "19.15.0"
resolved "https://registry.yarnpkg.com/@cdktf/provider-aws/-/provider-aws-19.15.0.tgz#1782b6d8897b7164522a00e12cb30e0032da6912"
integrity sha512-zseg9Y+XxPI0OvyPLcitoXt6kAdkV97m6z8aNtDrbjEFR5TEbT/vpAzqNbpRJ7J+6xU0VaMF6oL7E/hmSuzNyQ==

"@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,17 +62,17 @@
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<kotlin.version>1.9.23</kotlin.version>

<awssdk-v1.version>1.12.701</awssdk-v1.version>
<awssdk-v2.version>2.25.31</awssdk-v2.version>
<awssdk-v1.version>1.12.705</awssdk-v1.version>
<awssdk-v2.version>2.25.35</awssdk-v2.version>
<feign.version>13.2.1</feign.version>
<assertj.version>3.25.3</assertj.version>
<wiremock.version>3.5.2</wiremock.version>
<wiremock.version>3.5.3</wiremock.version>

<maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version>
<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.3</maven-gpg-plugin.version>
<maven-gpg-plugin.version>3.2.4</maven-gpg-plugin.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 89d03fb

Please sign in to comment.