Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the main-dependencies group with 34 updates #4005

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>apicurio-registry-client</artifactId>
<properties>
<kiota.libs.version>0.7.8</kiota.libs.version>
<kiota.libs.version>0.9.2</kiota.libs.version>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion operator/model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<plugin>
<groupId>org.jboss.jandex</groupId>
<artifactId>jandex-maven-plugin</artifactId>
<version>1.1.1</version><!--$NO-MVN-MAN-VER$ -->
<version>1.2.3</version><!--$NO-MVN-MAN-VER$ -->
<executions>
<execution>
<id>make-index</id>
Expand Down
2 changes: 1 addition & 1 deletion operator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<!-- ATTENTION! The Quarkus version needs to be aligned with the Quarkus Operator SDK -->
<!-- TODO: possibly stabilize on something shared with the rest of the repo -->
<quarkus.version>3.4.2</quarkus.version>
<quarkus.operator.sdk.version>6.3.3</quarkus.operator.sdk.version>
<quarkus.operator.sdk.version>6.4.0</quarkus.operator.sdk.version>
<quarkus.container-image.group>apicurio</quarkus.container-image.group>
</properties>

Expand Down
28 changes: 14 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,17 +155,17 @@
<quarkus.version>3.4.3</quarkus.version>

<!-- Jandex -->
<jandex.version>1.2.1</jandex.version>
<jandex.version>1.2.3</jandex.version>

<!-- Schema types -->
<avro.version>1.11.3</avro.version>
<wire-schema.version>4.9.1</wire-schema.version>
<wire-compiler.version>4.8.0</wire-compiler.version>
<wire-schema.version>4.9.2</wire-schema.version>
<wire-compiler.version>4.9.2</wire-compiler.version>
<okio-jvm.version>3.6.0</okio-jvm.version>
<okio.version>3.6.0</okio.version>
<okio-fake-file-system.version>3.4.0</okio-fake-file-system.version>
<okio-fake-file-system.version>3.6.0</okio-fake-file-system.version>
<icu4j.version>74.1</icu4j.version>
<protobuf.version>3.25.0</protobuf.version>
<protobuf.version>3.25.1</protobuf.version>
<xmlsec.version>4.0.0</xmlsec.version>
<protobuf.googleapi.types.version>2.28.0</protobuf.googleapi.types.version>
<wsdl4j.version>1.6.3</wsdl4j.version>
Expand All @@ -175,7 +175,7 @@
<picocli.version>4.6.3</picocli.version>

<!-- Confluent API / client -->
<confluent.version>7.5.1</confluent.version>
<confluent.version>7.5.2</confluent.version>

<!-- Default Quarkus configuration profile -->
<quarkus.profile>dev</quarkus.profile>
Expand All @@ -197,7 +197,7 @@

<!-- JSON Schema Validator -->
<org.everit.json.schema.version>1.14.3</org.everit.json.schema.version><!-- TODO unification -->
<jackson-datatype-json-org.version>2.15.2</jackson-datatype-json-org.version>
<jackson-datatype-json-org.version>2.16.0</jackson-datatype-json-org.version>
<jackson-dataformat-yaml.version>2.14.2</jackson-dataformat-yaml.version>

<!-- Dependency versions -->
Expand All @@ -207,7 +207,7 @@
<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.2.Final</apicurio-common-app-components.version>
<apicurio-common-app-components.version>1.0.16.Final</apicurio-common-app-components.version>
<kafka-oauth-client.version>0.14.0</kafka-oauth-client.version>
<kafka-clients.version>3.6.0</kafka-clients.version>
<snakeyaml.version>2.2</snakeyaml.version>
Expand All @@ -217,7 +217,7 @@
<awaitility.version>4.2.0</awaitility.version>

<!-- Kafka Connect -->
<connect.version>3.5.1</connect.version>
<connect.version>7.5.2-ce</connect.version>

<!-- Specifications -->
<annotation-api.version>1.3.5</annotation-api.version>
Expand All @@ -229,10 +229,10 @@
<!-- Plugin Versions -->
<version.compiler.plugin>3.11.0</version.compiler.plugin>
<version.deploy.plugin>3.1.1</version.deploy.plugin>
<version.failsafe.plugin>3.2.1</version.failsafe.plugin>
<version.javadoc.plugin>3.6.0</version.javadoc.plugin>
<version.failsafe.plugin>3.2.2</version.failsafe.plugin>
<version.javadoc.plugin>3.6.2</version.javadoc.plugin>
<version.source.plugin>3.3.0</version.source.plugin>
<version.surefire.plugin>3.2.1</version.surefire.plugin>
<version.surefire.plugin>3.2.2</version.surefire.plugin>
<version.jar.plugin>3.3.0</version.jar.plugin>
<version.checkstyle.plugin>3.3.1</version.checkstyle.plugin>
<version.properties.plugin>1.2.1</version.properties.plugin>
Expand All @@ -250,7 +250,7 @@
<os-maven-plugin.version>1.7.1</os-maven-plugin.version>

<!-- Test containers version, should be aligned with version used in Quarkus -->
<test-containers.version>1.19.1</test-containers.version>
<test-containers.version>1.19.2</test-containers.version>
<keycloak.testcontainers.version>1.9.0</keycloak.testcontainers.version>
<keycloak-admin-client.version>21.1.2</keycloak-admin-client.version>
<embedded-postgres.version>2.0.4</embedded-postgres.version>
Expand Down Expand Up @@ -551,7 +551,7 @@
<dependency>
<artifactId>kotlinx-serialization-core</artifactId>
<groupId>org.jetbrains.kotlinx</groupId>
<version>1.6.0</version>
<version>1.6.1</version>
</dependency>
<dependency>
<groupId>com.ibm.icu</groupId>
Expand Down
4 changes: 2 additions & 2 deletions utils/exportConfluent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>io.confluent</groupId>
<artifactId>kafka-schema-registry-client</artifactId>
<version>7.5.1</version>
<version>7.5.2</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -81,7 +81,7 @@
<plugin>
<groupId>org.jboss.jandex</groupId>
<artifactId>jandex-maven-plugin</artifactId>
<version>1.1.0</version><!--$NO-MVN-MAN-VER$-->
<version>1.2.3</version><!--$NO-MVN-MAN-VER$-->
<executions>
<execution>
<id>make-index</id>
Expand Down
2 changes: 1 addition & 1 deletion utils/maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.10.1</version>
<version>3.10.2</version>
</plugin>
</plugins>
</build>
Expand Down
Loading