From b0a1bd1dbabfb5a8576183143bbca9226c710293 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 13:56:39 +0000 Subject: [PATCH] Update all non-major dependencies --- .github/workflows/pipeline.yml | 2 +- pom.xml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 19243b9..477ae9b 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@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} diff --git a/pom.xml b/pom.xml index c08f54b..db2b8f7 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ io.nats jnats - 2.16.14 + 2.17.0 provided @@ -28,13 +28,13 @@ org.apache.commons commons-pool2 - 2.11.1 + 2.12.0 provided org.msgpack msgpack-core - 0.9.5 + 0.9.6 provided @@ -85,7 +85,7 @@ org.mockito mockito-core - 5.5.0 + 5.6.0 test @@ -110,7 +110,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.5.0 + 3.5.1 package @@ -128,7 +128,7 @@ org.jacoco jacoco-maven-plugin - 0.8.10 + 0.8.11 META-INF/**