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..4857f50 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
@@ -131,7 +131,7 @@
org.junit
import
pom
- 5.11.3
+ 5.11.4