Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesarnal committed Dec 2, 2024
1 parent 38f0949 commit b411692
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,26 +158,26 @@

<!-- Schema types -->
<avro.version>1.12.0</avro.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>
<json-schema-validator.version>1.5.4</json-schema-validator.version>
<vertx-json-schema.version>4.5.11</vertx-json-schema.version>
<wire-schema.version>4.9.11</wire-schema.version>
<okhttp.version>4.12.0</okhttp.version>
<wire-compiler.version>4.9.9</wire-compiler.version>
<wire-compiler.version>4.9.11</wire-compiler.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>
<icu4j.version>76.1</icu4j.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>
<xmlsec.version>4.0.3</xmlsec.version>
<protobuf.googleapi.types.version>2.49.0</protobuf.googleapi.types.version>
<wsdl4j.version>1.6.3</wsdl4j.version>
<google.truth.extension.version>1.4.4</google.truth.extension.version>

<!-- Picocli -->
<picocli.version>4.6.3</picocli.version>
<picocli.version>4.7.6</picocli.version>

<!-- Confluent API / client -->
<confluent.version>7.6.1</confluent.version>
<confluent.version>7.7.2</confluent.version>

<!-- Default Quarkus configuration profile -->
<quarkus.profile>dev</quarkus.profile>
Expand All @@ -203,29 +203,29 @@
<!-- JSON Schema Validator -->
<org.everit.json.schema.version>1.14.4</org.everit.json.schema.version>
<org.json>20240303</org.json>
<jackson.version>2.17.0</jackson.version>
<jackson.version>2.18.2</jackson.version>

<!-- Dependency versions -->
<lombok.version>1.18.34</lombok.version>
<lombok.version>1.18.36</lombok.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.8.0</kafka-clients.version>
<kafka-clients.version>3.9.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.7</google-re2j.version>
<kotlin-stdlib.version>1.9.22</kotlin-stdlib.version>
<kotlin-stdlib.version>1.9.25</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>
<kotlinx-datetime-jvm.version>0.6.1</kotlinx-datetime-jvm.version>
<locationtech-jts.version>1.20.0</locationtech-jts.version>

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

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

0 comments on commit b411692

Please sign in to comment.