From a2c86a8cddfb3cf45dbd5da208e3cc0d77ed43e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 08:47:07 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- .github/workflows/pipeline.yml | 2 +- cory-message-broker-nats/pom.xml | 2 +- cory-message-broker-redis/pom.xml | 4 ++-- cory-serdes-msgpack/pom.xml | 2 +- pom.xml | 12 ++++++------ 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 5f9d521..7ea4f5c 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.1.2 + uses: actions/cache@v4.2.0 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} diff --git a/cory-message-broker-nats/pom.xml b/cory-message-broker-nats/pom.xml index fe7b010..762fcc9 100644 --- a/cory-message-broker-nats/pom.xml +++ b/cory-message-broker-nats/pom.xml @@ -8,7 +8,7 @@ jnats io.nats compile - 2.20.4 + 2.20.5 cory-core diff --git a/cory-message-broker-redis/pom.xml b/cory-message-broker-redis/pom.xml index d5db62c..c8a7835 100644 --- a/cory-message-broker-redis/pom.xml +++ b/cory-message-broker-redis/pom.xml @@ -8,13 +8,13 @@ lettuce-core io.lettuce compile - 6.5.0.RELEASE + 6.5.3.RELEASE commons-pool2 org.apache.commons compile - 2.12.0 + 2.12.1 cory-core diff --git a/cory-serdes-msgpack/pom.xml b/cory-serdes-msgpack/pom.xml index 90bafc1..4cf6e18 100644 --- a/cory-serdes-msgpack/pom.xml +++ b/cory-serdes-msgpack/pom.xml @@ -14,7 +14,7 @@ msgpack-core org.msgpack compile - 0.9.8 + 0.9.9 cory-core diff --git a/pom.xml b/pom.xml index 7bf8699..f4ea997 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,7 @@ org.apache.maven.plugins - 3.11.1 + 3.11.2 @@ -70,13 +70,13 @@ annotations org.jetbrains provided - 26.0.1 + 26.0.2 jedis-mock com.github.fppt test - 1.1.7 + 1.1.8 nats-embedded @@ -94,13 +94,13 @@ assertj-core org.assertj test - 3.26.3 + 3.27.3 mockito-core org.mockito test - 5.14.2 + 5.15.2 awaitility @@ -131,7 +131,7 @@ org.junit import pom - 5.11.3 + 5.11.4