From 0c55a1fea4a96ea911265096372ed9749d6461b1 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 29 Jan 2025 14:35:37 +0100
Subject: [PATCH] chore(deps): update all non-major dependencies (#177)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
.github/workflows/build.yml | 12 ++++++------
.github/workflows/pull-request.yml | 2 +-
integration-tests/infrastructure/package.json | 2 +-
integration-tests/infrastructure/yarn.lock | 8 ++++----
pom.xml | 4 ++--
5 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ee5af85..83e0be8 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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'
@@ -55,7 +55,7 @@ jobs:
terraform_wrapper: false
- name: Setup AWS Credentials for Infrastructure
- uses: aws-actions/configure-aws-credentials@v4.0.2
+ uses: aws-actions/configure-aws-credentials@v4.0.3
with:
aws-region: eu-central-1
role-to-assume: arn:aws:iam::956243129466:role/github-deployer
@@ -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/configure-aws-credentials@v4.0.2
+ uses: aws-actions/configure-aws-credentials@v4.0.3
with:
aws-region: eu-central-1
role-to-assume: ${{ steps.apply-infrastructure.outputs.integration-test-role-arn }}
@@ -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/configure-aws-credentials@v4.0.2
+ uses: aws-actions/configure-aws-credentials@v4.0.3
if: always()
with:
aws-region: eu-central-1
@@ -127,7 +127,7 @@ jobs:
- uses: actions/checkout@v4.2.2
- 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'
diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml
index 13f7be1..4d062dc 100644
--- a/.github/workflows/pull-request.yml
+++ b/.github/workflows/pull-request.yml
@@ -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'
diff --git a/integration-tests/infrastructure/package.json b/integration-tests/infrastructure/package.json
index 9ef50d4..b2b21fc 100644
--- a/integration-tests/infrastructure/package.json
+++ b/integration-tests/infrastructure/package.json
@@ -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"
}
diff --git a/integration-tests/infrastructure/yarn.lock b/integration-tests/infrastructure/yarn.lock
index 263d4e3..ae58e9b 100644
--- a/integration-tests/infrastructure/yarn.lock
+++ b/integration-tests/infrastructure/yarn.lock
@@ -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"
diff --git a/pom.xml b/pom.xml
index c98be10..6ba05c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,10 +60,10 @@
official
true
- 2.1.0
+ 2.1.10
1.12.780
- 2.30.4
+ 2.30.7
13.5
3.27.3
3.10.0