From f008b57b4153370139c2a7429a25d7f76a43c164 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 04:34:48 +0000 Subject: [PATCH] Update all non-major dependencies --- .github/workflows/push.yml | 16 ++++++++-------- pom.xml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index ad25c190..00a15be2 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -51,7 +51,7 @@ jobs: Openapi-lint: needs: [ maven-verify ] - uses: entur/gha-api/.github/workflows/lint.yml@v6.3.2 + uses: entur/gha-api/.github/workflows/lint.yml@v6.4.0 secrets: inherit with: path: 'src/main/resources/openapi/openapi-events-external.json' @@ -94,14 +94,14 @@ jobs: environment: dev terraform-lint: - uses: entur/gha-terraform/.github/workflows/lint.yml@v2.4.0 + uses: entur/gha-terraform/.github/workflows/lint.yml@v2.5.0 tf-plan-dev: if: ${{ !cancelled() && !contains(needs.*.result, 'failure') }} needs: [ terraform-lint, docker-push ] name: Terraform Plan DEV - uses: entur/gha-terraform/.github/workflows/plan.yml@v2.4.0 + uses: entur/gha-terraform/.github/workflows/plan.yml@v2.5.0 with: environment: dev @@ -120,7 +120,7 @@ jobs: if: ${{ !cancelled() && !contains(needs.*.result, 'failure') && needs.tf-plan-dev.outputs.has_changes == 'true' }} needs: [ tf-plan-dev, tf-approval-dev ] name: Terraform Apply DEV - uses: entur/gha-terraform/.github/workflows/apply.yml@v2.4.0 + uses: entur/gha-terraform/.github/workflows/apply.yml@v2.5.0 with: environment: dev has_changes: ${{ needs.tf-plan-dev.outputs.has_changes }} @@ -153,7 +153,7 @@ jobs: if: ${{ !cancelled() && !contains(needs.*.result, 'failure') }} needs: [ terraform-lint, approval-tst ] name: Terraform Plan TST - uses: entur/gha-terraform/.github/workflows/plan.yml@v2.4.0 + uses: entur/gha-terraform/.github/workflows/plan.yml@v2.5.0 with: environment: tst @@ -172,7 +172,7 @@ jobs: if: ${{ !cancelled() && !contains(needs.*.result, 'failure') && needs.tf-plan-tst.outputs.has_changes == 'true' }} needs: [ tf-plan-tst, tf-approval-tst ] name: Terraform Apply TST - uses: entur/gha-terraform/.github/workflows/apply.yml@v2.4.0 + uses: entur/gha-terraform/.github/workflows/apply.yml@v2.5.0 with: environment: tst has_changes: ${{ needs.tf-plan-tst.outputs.has_changes }} @@ -206,7 +206,7 @@ jobs: if: ${{ !cancelled() && !contains(needs.*.result, 'failure') }} needs: [ terraform-lint, approval-prd ] name: Terraform Plan PRD - uses: entur/gha-terraform/.github/workflows/plan.yml@v2.4.0 + uses: entur/gha-terraform/.github/workflows/plan.yml@v2.5.0 with: environment: prd @@ -225,7 +225,7 @@ jobs: if: ${{ !cancelled() && !contains(needs.*.result, 'failure') && needs.tf-plan-prd.outputs.has_changes == 'true' }} needs: [ tf-plan-prd, tf-approval-prd ] name: Terraform Apply PRD - uses: entur/gha-terraform/.github/workflows/apply.yml@v2.4.0 + uses: entur/gha-terraform/.github/workflows/apply.yml@v2.5.0 with: environment: prd has_changes: ${{ needs.tf-plan-prd.outputs.has_changes }} diff --git a/pom.xml b/pom.xml index 69321103..ea2676e2 100644 --- a/pom.xml +++ b/pom.xml @@ -46,7 +46,7 @@ - 7.2.0 + 7.3.0 8.1.0 2025.1.1 0.18.1