From fdffafaa08e8d2af5fbbb0c72c7e7511b823b12c Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sat, 7 Dec 2024 11:12:24 +0000
Subject: [PATCH] chore(deps): update all non-major dependencies
---
.github/workflows/pipeline.yml | 2 +-
cory-message-broker-nats/pom.xml | 2 +-
pom.xml | 4 ++--
3 files changed, 4 insertions(+), 4 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/pom.xml b/pom.xml
index 7bf8699..bad893a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
org.apache.maven.plugins
- 3.11.1
+ 3.11.2
@@ -76,7 +76,7 @@
jedis-mock
com.github.fppt
test
- 1.1.7
+ 1.1.8
nats-embedded