diff --git a/pom.xml b/pom.xml
index 5aeb0cfc0b..0a43fd9a1e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,17 +52,17 @@
2.11.1
1.3.2
4.0.1
- 5.10.0
+ 5.10.1
2.2
2.1.12
1.7.21
1.5.2
2.0.3
2.17.2
- 1.12.0
- 1.2.0
+ 1.12.2
+ 1.2.2
4.9.0
- 4.1.101.Final
+ 4.1.104.Final
2.0.27
3.6.0
1.3.8
@@ -257,7 +257,7 @@
io.netty.incubator
netty-incubator-transport-native-io_uring
- 0.0.23.Final
+ 0.0.24.Final
linux-x86_64
true
@@ -577,7 +577,7 @@
org.apache.maven.plugins
maven-compiler-plugin
- 3.11.0
+ 3.12.1
@@ -595,7 +595,7 @@
org.apache.maven.plugins
maven-javadoc-plugin
- 3.5.0
+ 3.6.3
@@ -607,12 +607,12 @@
org.apache.maven.plugins
maven-surefire-plugin
- 3.1.2
+ 3.2.5
org.apache.maven.surefire
surefire-junit-platform
- 3.1.2
+ 3.2.5
@@ -620,12 +620,12 @@
org.apache.maven.plugins
maven-failsafe-plugin
- 3.1.2
+ 3.2.5
org.apache.maven.surefire
surefire-junit-platform
- 3.1.2
+ 3.2.5
@@ -639,13 +639,13 @@
org.codehaus.mojo
build-helper-maven-plugin
- 3.3.0
+ 3.5.0
org.codehaus.mojo
exec-maven-plugin
- 3.1.0
+ 3.1.1
diff --git a/src/test/java/io/lettuce/core/cluster/commands/StreamClusterCommandIntegrationTests.java b/src/test/java/io/lettuce/core/cluster/commands/StreamClusterCommandIntegrationTests.java
index e24dbe7b62..aca7068065 100644
--- a/src/test/java/io/lettuce/core/cluster/commands/StreamClusterCommandIntegrationTests.java
+++ b/src/test/java/io/lettuce/core/cluster/commands/StreamClusterCommandIntegrationTests.java
@@ -22,6 +22,7 @@
import io.lettuce.core.cluster.ClusterTestUtil;
import io.lettuce.core.cluster.api.StatefulRedisClusterConnection;
import io.lettuce.core.commands.StreamCommandIntegrationTests;
+import org.junit.jupiter.api.Test;
/**
* Integration tests for {@link io.lettuce.core.api.sync.RedisStreamCommands} using Redis Cluster.
@@ -36,12 +37,14 @@ class StreamClusterCommandIntegrationTests extends StreamCommandIntegrationTests
}
@Disabled("MULTI not available on Redis Cluster")
+ @Test
@Override
public void xreadTransactional() {
super.xreadTransactional();
}
@Disabled("Required node reconfiguration with stream-node-max-entries")
+ @Test
@Override
public void xaddMinidLimit() {
super.xaddMinidLimit();