Skip to content

Commit

Permalink
Upgrade a few dependencies (#5300)
Browse files Browse the repository at this point in the history
* Upgrade a few dependencies

* Upgrade protobuf

* Upgrade a second set of dependencies
  • Loading branch information
carlesarnal authored Oct 3, 2024
1 parent 95d51ac commit 8a530d6
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 38 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand All @@ -25,8 +25,8 @@ public void testMultipleArtifacts() throws Exception {
String oaiArtifactContent = resourceToString("openapi-empty.json");
String groupId = TestUtils.generateGroupId();

Set<String> created = new HashSet<>();
Set<String> failed = new HashSet<>();
Set<String> created = new ConcurrentHashSet<>();
Set<String> failed = new ConcurrentHashSet<>();
CountDownLatch latch = new CountDownLatch(5);

// Create artifacts
Expand Down Expand Up @@ -82,8 +82,8 @@ public void testSameArtifact() throws Exception {
String oaiArtifactContent = resourceToString("openapi-empty.json");
String groupId = TestUtils.generateGroupId();

Set<String> created = new HashSet<>();
Set<String> failed = new HashSet<>();
Set<String> created = new ConcurrentHashSet<>();
Set<String> failed = new ConcurrentHashSet<>();
CountDownLatch latch = new CountDownLatch(5);

// Try to create the SAME artifact 5 times.
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>io.apicurio</groupId>
<artifactId>apicurio-data-models</artifactId>
<version>2.0.4</version>
<version>${apicurio-data-models.version}</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
60 changes: 30 additions & 30 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,27 +151,27 @@
<node.version>16.17.0</node.version>

<!-- Quarkus Version -->
<quarkus.version>3.8.4</quarkus.version>
<quarkus.version>3.8.5</quarkus.version>

<!-- Jandex -->
<jandex.version>3.1.8</jandex.version>

<!-- Schema types -->
<avro.version>1.11.4</avro.version>
<json-schema-validator.version>1.5.1</json-schema-validator.version>
<vertx-json-schema.version>4.5.7</vertx-json-schema.version>
<json-schema-validator.version>1.5.2</json-schema-validator.version>
<vertx-json-schema.version>4.5.10</vertx-json-schema.version>
<wire-schema.version>4.9.9</wire-schema.version>
<okhttp.version>4.12.0</okhttp.version>
<wire-compiler.version>4.9.9</wire-compiler.version>
<okio-jvm.version>3.9.0</okio-jvm.version>
<okio.version>3.9.0</okio.version>
<okio-fake-file-system.version>3.9.0</okio-fake-file-system.version>
<okio-jvm.version>3.9.1</okio-jvm.version>
<okio.version>3.9.1</okio.version>
<okio-fake-file-system.version>3.9.1</okio-fake-file-system.version>
<icu4j.version>75.1</icu4j.version>
<protobuf.version>3.25.3</protobuf.version>
<protobuf.version>3.25.5</protobuf.version>
<xmlsec.version>4.0.2</xmlsec.version>
<protobuf.googleapi.types.version>2.38.0</protobuf.googleapi.types.version>
<wsdl4j.version>1.6.3</wsdl4j.version>
<google.truth.extension.version>1.4.2</google.truth.extension.version>
<google.truth.extension.version>1.4.4</google.truth.extension.version>

<!-- Picocli -->
<picocli.version>4.6.3</picocli.version>
Expand All @@ -198,57 +198,57 @@
<apicurio-tenant-manager.version>0.2.0.Final</apicurio-tenant-manager.version>

<!-- GraphQL -->
<graphql.version>22.0</graphql.version>
<graphql.version>22.3</graphql.version>

<!-- JSON Schema Validator -->
<org.everit.json.schema.version>1.14.4</org.everit.json.schema.version>
<org.json>20240303</org.json>
<jackson.version>2.15.2</jackson.version>
<jackson.version>2.17.0</jackson.version>

<!-- Dependency versions -->
<lombok.version>1.18.32</lombok.version>
<lombok.version>1.18.34</lombok.version>
<h2.version>1.4.199</h2.version>
<commons-codec.version>1.16.1</commons-codec.version>
<commons-codec.version>1.17.1</commons-codec.version>
<jboss-slf4j.version>1.2.1.Final</jboss-slf4j.version>
<httpclient.version>4.5.14</httpclient.version>
<apicurio-common-rest-client.version>0.1.18.Final</apicurio-common-rest-client.version>
<apicurio-common-app-components.version>0.2.7.Final</apicurio-common-app-components.version>
<sentry.version>1.7.30</sentry.version>
<kafka-oauth-client.version>0.15.0</kafka-oauth-client.version>
<kafka-clients.version>3.5.1</kafka-clients.version>
<guava.version>33.1.0-jre</guava.version>
<woodstox-core.version>6.6.2</woodstox-core.version>
<kafka-clients.version>3.8.0</kafka-clients.version>
<guava.version>33.3.1-jre</guava.version>
<woodstox-core.version>7.0.0</woodstox-core.version>

<google-re2j.version>1.6</google-re2j.version>
<google-re2j.version>1.7</google-re2j.version>
<kotlin-stdlib.version>1.9.22</kotlin-stdlib.version>
<graphql-java-dataloader.version>3.3.0</graphql-java-dataloader.version>
<kotlinx-datetime-jvm.version>0.5.0</kotlinx-datetime-jvm.version>
<locationtech-jts.version>1.17.0</locationtech-jts.version>
<locationtech-jts.version>1.20.0</locationtech-jts.version>

<!-- Kafka Connect -->
<connect.version>3.6.1</connect.version>
<connect.version>3.8.0</connect.version>

<!-- Specifications -->
<annotation-api.version>1.3.5</annotation-api.version>

<!-- Scala -->
<version.scala-maven.plugin>4.4.0</version.scala-maven.plugin>
<scala.version>2.13.13</scala.version>
<scala.version>2.13.15</scala.version>

<!-- Plugin Versions -->
<version.compiler.plugin>3.13.0</version.compiler.plugin>
<version.deploy.plugin>3.1.1</version.deploy.plugin>
<version.failsafe.plugin>3.2.5</version.failsafe.plugin>
<version.javadoc.plugin>3.6.3</version.javadoc.plugin>
<version.deploy.plugin>3.1.3</version.deploy.plugin>
<version.failsafe.plugin>3.5.0</version.failsafe.plugin>
<version.javadoc.plugin>3.10.1</version.javadoc.plugin>
<version.source.plugin>3.3.1</version.source.plugin>
<version.surefire.plugin>3.2.5</version.surefire.plugin>
<version.jar.plugin>3.4.1</version.jar.plugin>
<version.checkstyle.plugin>3.3.1</version.checkstyle.plugin>
<version.surefire.plugin>3.5.0</version.surefire.plugin>
<version.jar.plugin>3.4.2</version.jar.plugin>
<version.checkstyle.plugin>3.5.0</version.checkstyle.plugin>
<version.properties.plugin>1.2.1</version.properties.plugin>
<version.dependency.plugin>3.6.1</version.dependency.plugin>
<version.dependency.plugin>3.8.0</version.dependency.plugin>
<version.assembly.plugin>3.7.1</version.assembly.plugin>
<version.resources.plugin>3.3.1</version.resources.plugin>
<version.clean.plugin>3.3.2</version.clean.plugin>
<version.clean.plugin>3.4.0</version.clean.plugin>
<version.frontend-maven.plugin>1.15.0</version.frontend-maven.plugin>
<version.maven-antrun.plugin>3.1.0</version.maven-antrun.plugin>

Expand All @@ -263,7 +263,7 @@
<test-containers.version>1.19.7</test-containers.version>
<embedded-postgres.version>2.0.7</embedded-postgres.version>
<strimzi.version>0.105.0</strimzi.version>
<wiremock.version>3.7.0</wiremock.version>
<wiremock.version>3.9.1</wiremock.version>

<protoc-artifact-common>com.google.protobuf:protoc:${protobuf.version}:exe:${os.detected.classifier}</protoc-artifact-common>
</properties>
Expand Down Expand Up @@ -954,7 +954,7 @@
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<version>4.9.0</version>
<version>4.9.2</version>
<configuration>
<recompileMode>incremental</recompileMode>
<args>
Expand Down Expand Up @@ -1247,7 +1247,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.4</version>
<version>3.2.7</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down
2 changes: 1 addition & 1 deletion utils/exportConfluent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<plugin>
<groupId>io.smallrye</groupId>
<artifactId>jandex-maven-plugin</artifactId>
<version>3.1.8</version><!--$NO-MVN-MAN-VER$-->
<version>${jandex.version}</version>
<executions>
<execution>
<id>make-index</id>
Expand Down
2 changes: 1 addition & 1 deletion utils/exportV1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<plugin>
<groupId>io.smallrye</groupId>
<artifactId>jandex-maven-plugin</artifactId>
<version>3.1.8</version><!--$NO-MVN-MAN-VER$ -->
<version>${jandex.version}</version>
<executions>
<execution>
<id>make-index</id>
Expand Down

0 comments on commit 8a530d6

Please sign in to comment.