diff --git a/app/src/test/java/io/apicurio/registry/noprofile/rest/v2/ConcurrentCreateTest.java b/app/src/test/java/io/apicurio/registry/noprofile/rest/v2/ConcurrentCreateTest.java index e7d10d0649..46da6146a0 100644 --- a/app/src/test/java/io/apicurio/registry/noprofile/rest/v2/ConcurrentCreateTest.java +++ b/app/src/test/java/io/apicurio/registry/noprofile/rest/v2/ConcurrentCreateTest.java @@ -8,12 +8,12 @@ import io.apicurio.registry.types.ArtifactType; import io.apicurio.registry.utils.tests.TestUtils; import io.quarkus.test.junit.QuarkusTest; +import io.vertx.core.impl.ConcurrentHashSet; import org.junit.jupiter.api.Assertions; import org.junit.jupiter.api.Test; import java.io.ByteArrayInputStream; import java.io.InputStream; -import java.util.HashSet; import java.util.Set; import java.util.concurrent.CountDownLatch; @@ -25,8 +25,8 @@ public void testMultipleArtifacts() throws Exception { String oaiArtifactContent = resourceToString("openapi-empty.json"); String groupId = TestUtils.generateGroupId(); - Set created = new HashSet<>(); - Set failed = new HashSet<>(); + Set created = new ConcurrentHashSet<>(); + Set failed = new ConcurrentHashSet<>(); CountDownLatch latch = new CountDownLatch(5); // Create artifacts @@ -82,8 +82,8 @@ public void testSameArtifact() throws Exception { String oaiArtifactContent = resourceToString("openapi-empty.json"); String groupId = TestUtils.generateGroupId(); - Set created = new HashSet<>(); - Set failed = new HashSet<>(); + Set created = new ConcurrentHashSet<>(); + Set failed = new ConcurrentHashSet<>(); CountDownLatch latch = new CountDownLatch(5); // Try to create the SAME artifact 5 times. diff --git a/common/pom.xml b/common/pom.xml index 92fb9d90e3..39562ede97 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -81,7 +81,7 @@ io.apicurio apicurio-data-models - 2.0.4 + ${apicurio-data-models.version} compile diff --git a/pom.xml b/pom.xml index c3d3e6311d..542c7bb881 100644 --- a/pom.xml +++ b/pom.xml @@ -151,27 +151,27 @@ 16.17.0 - 3.8.4 + 3.8.5 3.1.8 1.11.4 - 1.5.1 - 4.5.7 + 1.5.2 + 4.5.10 4.9.9 4.12.0 4.9.9 - 3.9.0 - 3.9.0 - 3.9.0 + 3.9.1 + 3.9.1 + 3.9.1 75.1 - 3.25.3 + 3.25.5 4.0.2 2.38.0 1.6.3 - 1.4.2 + 1.4.4 4.6.3 @@ -198,57 +198,57 @@ 0.2.0.Final - 22.0 + 22.3 1.14.4 20240303 - 2.15.2 + 2.17.0 - 1.18.32 + 1.18.34 1.4.199 - 1.16.1 + 1.17.1 1.2.1.Final 4.5.14 0.1.18.Final 0.2.7.Final 1.7.30 0.15.0 - 3.5.1 - 33.1.0-jre - 6.6.2 + 3.8.0 + 33.3.1-jre + 7.0.0 - 1.6 + 1.7 1.9.22 3.3.0 0.5.0 - 1.17.0 + 1.20.0 - 3.6.1 + 3.8.0 1.3.5 4.4.0 - 2.13.13 + 2.13.15 3.13.0 - 3.1.1 - 3.2.5 - 3.6.3 + 3.1.3 + 3.5.0 + 3.10.1 3.3.1 - 3.2.5 - 3.4.1 - 3.3.1 + 3.5.0 + 3.4.2 + 3.5.0 1.2.1 - 3.6.1 + 3.8.0 3.7.1 3.3.1 - 3.3.2 + 3.4.0 1.15.0 3.1.0 @@ -263,7 +263,7 @@ 1.19.7 2.0.7 0.105.0 - 3.7.0 + 3.9.1 com.google.protobuf:protoc:${protobuf.version}:exe:${os.detected.classifier} @@ -954,7 +954,7 @@ net.alchim31.maven scala-maven-plugin - 4.9.0 + 4.9.2 incremental @@ -1247,7 +1247,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.2.4 + 3.2.7 sign-artifacts diff --git a/utils/exportConfluent/pom.xml b/utils/exportConfluent/pom.xml index c306d5c89b..a3474bf740 100644 --- a/utils/exportConfluent/pom.xml +++ b/utils/exportConfluent/pom.xml @@ -81,7 +81,7 @@ io.smallrye jandex-maven-plugin - 3.1.8 + ${jandex.version} make-index diff --git a/utils/exportV1/pom.xml b/utils/exportV1/pom.xml index b9fcc4371c..68677a861c 100644 --- a/utils/exportV1/pom.xml +++ b/utils/exportV1/pom.xml @@ -71,7 +71,7 @@ io.smallrye jandex-maven-plugin - 3.1.8 + ${jandex.version} make-index