Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#177)
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 Jan 29, 2025
1 parent fa3945a commit 0c55a1f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ 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.6.0
uses: actions/setup-java@v4.7.0
with:
java-version: '11'
distribution: 'temurin'
cache: 'maven'

- name: Setup Node 20
uses: actions/setup-node@v4.1.0
uses: actions/setup-node@v4.2.0
with:
node-version: 20
cache: 'yarn'
Expand All @@ -55,7 +55,7 @@ jobs:
terraform_wrapper: false

- name: Setup AWS Credentials for Infrastructure
uses: aws-actions/[email protected].2
uses: aws-actions/[email protected].3
with:
aws-region: eu-central-1
role-to-assume: arn:aws:iam::956243129466:role/github-deployer
Expand All @@ -76,7 +76,7 @@ jobs:
echo "api-gateway-url=$(terraform output -raw api-gateway-url)" >> $GITHUB_OUTPUT
- name: Setup AWS Credentials for Integration Tests
uses: aws-actions/[email protected].2
uses: aws-actions/[email protected].3
with:
aws-region: eu-central-1
role-to-assume: ${{ steps.apply-infrastructure.outputs.integration-test-role-arn }}
Expand All @@ -87,7 +87,7 @@ jobs:
mvn -B -ntp clean install failsafe:integration-test failsafe:verify -DapiGatewayUrl=${{ steps.apply-infrastructure.outputs.api-gateway-url }}
- name: Setup AWS Credentials for Infrastructure
uses: aws-actions/[email protected].2
uses: aws-actions/[email protected].3
if: always()
with:
aws-region: eu-central-1
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
- uses: actions/[email protected]

- name: Set up JDK 11
uses: actions/setup-java@v4.6.0
uses: actions/setup-java@v4.7.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.6.0
uses: actions/setup-java@v4.7.0
with:
java-version: '11'
distribution: 'temurin'
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 @@ -18,7 +18,7 @@
"constructs": "10.4.2"
},
"devDependencies": {
"@types/node": "22.10.9",
"@types/node": "22.12.0",
"ts-node": "10.9.2",
"typescript": "5.7.3"
}
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 @@ -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@22.10.9":
version "22.10.9"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.9.tgz#b62b5e8485b9b412262466209280405525320108"
integrity sha512-Ir6hwgsKyNESl/gLOcEz3krR4CBGgliDqBQ2ma4wIhEx0w+xnoeTq3tdrNw15kU3SxogDjOgv9sqdtLW8mIHaw==
"@types/node@22.12.0":
version "22.12.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.12.0.tgz#bf8af3b2af0837b5a62a368756ff2b705ae0048c"
integrity sha512-Fll2FZ1riMjNmlmJOdAyY5pUbkftXslB5DgEzlIuNaiWhXd00FhWxVC/r4yV/4wBb9JfImTu+jiSvXTkJ7F/gA==
dependencies:
undici-types "~6.20.0"

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@

<kotlin.code.style>official</kotlin.code.style>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<kotlin.version>2.1.0</kotlin.version>
<kotlin.version>2.1.10</kotlin.version>

<awssdk-v1.version>1.12.780</awssdk-v1.version>
<awssdk-v2.version>2.30.4</awssdk-v2.version>
<awssdk-v2.version>2.30.7</awssdk-v2.version>
<feign.version>13.5</feign.version>
<assertj.version>3.27.3</assertj.version>
<wiremock.version>3.10.0</wiremock.version>
Expand Down

0 comments on commit 0c55a1f

Please sign in to comment.