From a21704a0bbd39866bfb711aae9267f989517b52d Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 10 Jan 2024 09:50:39 +0100 Subject: [PATCH] Upgrade dependencies #2587 Netty 4.1.104.Final, Micrometer 1.12.2, Micrometer Tracing 1.2.2, build plugins --- pom.xml | 26 +++++++++---------- .../StreamClusterCommandIntegrationTests.java | 3 +++ 2 files changed, 16 insertions(+), 13 deletions(-) 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();