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 @@
       <artifactId>jnats</artifactId>
       <groupId>io.nats</groupId>
       <scope>compile</scope>
-      <version>2.20.4</version>
+      <version>2.20.5</version>
     </dependency>
     <dependency>
       <artifactId>cory-core</artifactId>
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 @@
       <artifactId>lettuce-core</artifactId>
       <groupId>io.lettuce</groupId>
       <scope>compile</scope>
-      <version>6.5.0.RELEASE</version>
+      <version>6.5.3.RELEASE</version>
     </dependency>
     <dependency>
       <artifactId>commons-pool2</artifactId>
       <groupId>org.apache.commons</groupId>
       <scope>compile</scope>
-      <version>2.12.0</version>
+      <version>2.12.1</version>
     </dependency>
     <dependency>
       <artifactId>cory-core</artifactId>
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 @@
       <artifactId>msgpack-core</artifactId>
       <groupId>org.msgpack</groupId>
       <scope>compile</scope>
-      <version>0.9.8</version>
+      <version>0.9.9</version>
     </dependency>
     <dependency>
       <artifactId>cory-core</artifactId>
diff --git a/pom.xml b/pom.xml
index 7bf8699..f4ea997 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
           </execution>
         </executions>
         <groupId>org.apache.maven.plugins</groupId>
-        <version>3.11.1</version>
+        <version>3.11.2</version>
       </plugin>
     </plugins>
     <resources>
@@ -70,13 +70,13 @@
       <artifactId>annotations</artifactId>
       <groupId>org.jetbrains</groupId>
       <scope>provided</scope>
-      <version>26.0.1</version>
+      <version>26.0.2</version>
     </dependency>
     <dependency>
       <artifactId>jedis-mock</artifactId>
       <groupId>com.github.fppt</groupId>
       <scope>test</scope>
-      <version>1.1.7</version>
+      <version>1.1.8</version>
     </dependency>
     <dependency>
       <artifactId>nats-embedded</artifactId>
@@ -94,13 +94,13 @@
       <artifactId>assertj-core</artifactId>
       <groupId>org.assertj</groupId>
       <scope>test</scope>
-      <version>3.26.3</version>
+      <version>3.27.3</version>
     </dependency>
     <dependency>
       <artifactId>mockito-core</artifactId>
       <groupId>org.mockito</groupId>
       <scope>test</scope>
-      <version>5.14.2</version>
+      <version>5.15.2</version>
     </dependency>
     <dependency>
       <artifactId>awaitility</artifactId>
@@ -131,7 +131,7 @@
         <groupId>org.junit</groupId>
         <scope>import</scope>
         <type>pom</type>
-        <version>5.11.3</version>
+        <version>5.11.4</version>
       </dependency>
     </dependencies>
   </dependencyManagement>