From 326d5af32b8fddc1da691cf9cc662fd7efb79e1a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 13:08:49 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/pipeline.yml | 2 +- pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 97be1b3..539780c 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -24,7 +24,7 @@ jobs: distribution: 'temurin' cache: maven - name: Cache the Maven packages to speed up build - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.2 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} diff --git a/pom.xml b/pom.xml index 132620e..5119566 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,7 @@ org.apache.maven.plugins - 3.10.0 + 3.10.1 @@ -100,7 +100,7 @@ mockito-core org.mockito test - 5.14.1 + 5.14.2 awaitility @@ -131,7 +131,7 @@ org.junit import pom - 5.11.1 + 5.11.3