Skip to content

Commit

Permalink
Upgrade deps and remove one banned in Quarkus (#4129)
Browse files Browse the repository at this point in the history
* build(deps): bump the backport-dependencies group with 17 updates

Bumps the backport-dependencies group with 17 updates:

| Package | From | To |
| --- | --- | --- |
| [io.quarkus:quarkus-bom](https://github.com/quarkusio/quarkus) | `3.2.8.Final` | `3.6.3` |
| io.quarkus:quarkus-test-common | `3.2.8.Final` | `3.6.3` |
| io.quarkus:quarkus-maven-plugin | `3.2.8.Final` | `3.6.3` |
| org.apache.kafka:connect-api | `3.5.1` | `7.5.2-ce` |
| org.apache.kafka:connect-json | `2.4.0` | `7.5.2-ce` |
| [com.networknt:json-schema-validator](https://github.com/networknt/json-schema-validator) | `1.0.87` | `1.0.88` |
| [com.squareup.wire:wire-schema](https://github.com/square/wire) | `4.9.2` | `4.9.3` |
| [com.squareup.wire:wire-compiler](https://github.com/square/wire) | `4.9.2` | `4.9.3` |
| [com.ibm.icu:icu4j](https://github.com/unicode-org/icu) | `74.1` | `74.2` |
| [com.google.api.grpc:proto-google-common-protos](https://github.com/googleapis/sdk-platform-java) | `2.28.0` | `2.29.0` |
| [com.fasterxml.jackson.dataformat:jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) | `2.15.2` | `2.16.0` |
| [org.testcontainers:redpanda](https://github.com/testcontainers/testcontainers-java) | `1.19.2` | `1.19.3` |
| [io.zonky.test:embedded-postgres](https://github.com/zonkyio/embedded-postgres) | `2.0.4` | `2.0.6` |
| [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `10.12.5` | `10.12.6` |
| [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.6.2` | `3.6.3` |
| [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) | `3.2.2` | `3.2.3` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.2.2` | `3.2.3` |


Updates `io.quarkus:quarkus-bom` from 3.2.8.Final to 3.6.3
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.2.8.Final...3.6.3)

Updates `io.quarkus:quarkus-test-common` from 3.2.8.Final to 3.6.3

Updates `io.quarkus:quarkus-maven-plugin` from 3.2.8.Final to 3.6.3

Updates `org.apache.kafka:connect-api` from 3.5.1 to 7.5.2-ce

Updates `org.apache.kafka:connect-json` from 2.4.0 to 7.5.2-ce

Updates `com.networknt:json-schema-validator` from 1.0.87 to 1.0.88
- [Release notes](https://github.com/networknt/json-schema-validator/releases)
- [Changelog](https://github.com/networknt/json-schema-validator/blob/master/CHANGELOG.md)
- [Commits](networknt/json-schema-validator@1.0.87...1.0.88)

Updates `com.squareup.wire:wire-schema` from 4.9.2 to 4.9.3
- [Changelog](https://github.com/square/wire/blob/master/CHANGELOG.md)
- [Commits](square/wire@4.9.2...4.9.3)

Updates `com.squareup.wire:wire-compiler` from 4.9.2 to 4.9.3
- [Changelog](https://github.com/square/wire/blob/master/CHANGELOG.md)
- [Commits](square/wire@4.9.2...4.9.3)

Updates `com.ibm.icu:icu4j` from 74.1 to 74.2
- [Release notes](https://github.com/unicode-org/icu/releases)
- [Commits](https://github.com/unicode-org/icu/commits)

Updates `com.google.api.grpc:proto-google-common-protos` from 2.28.0 to 2.29.0
- [Release notes](https://github.com/googleapis/sdk-platform-java/releases)
- [Changelog](https://github.com/googleapis/sdk-platform-java/blob/main/CHANGELOG.md)
- [Commits](googleapis/sdk-platform-java@v2.28.0...v2.29.0)

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 2.15.2 to 2.16.0
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.15.2...jackson-dataformats-text-2.16.0)

Updates `org.testcontainers:redpanda` from 1.19.2 to 1.19.3
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.19.2...1.19.3)

Updates `io.zonky.test:embedded-postgres` from 2.0.4 to 2.0.6
- [Release notes](https://github.com/zonkyio/embedded-postgres/releases)
- [Commits](zonkyio/embedded-postgres@v2.0.4...v2.0.6)

Updates `com.puppycrawl.tools:checkstyle` from 10.12.5 to 10.12.6
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-10.12.5...checkstyle-10.12.6)

Updates `org.apache.maven.plugins:maven-javadoc-plugin` from 3.6.2 to 3.6.3
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.6.2...maven-javadoc-plugin-3.6.3)

Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.2.2 to 3.2.3
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.2.2...surefire-3.2.3)

Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.2.2 to 3.2.3
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.2.2...surefire-3.2.3)

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backport-dependencies
- dependency-name: io.quarkus:quarkus-test-common
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backport-dependencies
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backport-dependencies
- dependency-name: org.apache.kafka:connect-api
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: backport-dependencies
- dependency-name: org.apache.kafka:connect-json
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: backport-dependencies
- dependency-name: com.networknt:json-schema-validator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backport-dependencies
- dependency-name: com.squareup.wire:wire-schema
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backport-dependencies
- dependency-name: com.squareup.wire:wire-compiler
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backport-dependencies
- dependency-name: com.ibm.icu:icu4j
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backport-dependencies
- dependency-name: com.google.api.grpc:proto-google-common-protos
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backport-dependencies
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backport-dependencies
- dependency-name: org.testcontainers:redpanda
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backport-dependencies
- dependency-name: io.zonky.test:embedded-postgres
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backport-dependencies
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backport-dependencies
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backport-dependencies
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backport-dependencies
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backport-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* Upgrade deps and remove dependency banned in quarkus

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
carlesarnal and dependabot[bot] authored Dec 15, 2023
1 parent 42ce7c1 commit 50afecf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
24 changes: 12 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,16 +158,16 @@

<!-- Schema types -->
<avro.version>1.11.3</avro.version>
<json-schema-validator.version>1.0.87</json-schema-validator.version>
<wire-schema.version>4.9.2</wire-schema.version>
<wire-compiler.version>4.9.2</wire-compiler.version>
<json-schema-validator.version>1.0.88</json-schema-validator.version>
<wire-schema.version>4.9.3</wire-schema.version>
<wire-compiler.version>4.9.3</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.6.0</okio-fake-file-system.version>
<icu4j.version>74.1</icu4j.version>
<icu4j.version>74.2</icu4j.version>
<protobuf.version>3.25.1</protobuf.version>
<xmlsec.version>4.0.1</xmlsec.version>
<protobuf.googleapi.types.version>2.28.0</protobuf.googleapi.types.version>
<protobuf.googleapi.types.version>2.29.0</protobuf.googleapi.types.version>
<wsdl4j.version>1.6.3</wsdl4j.version>
<google.truth.extension.version>1.1.5</google.truth.extension.version>

Expand Down Expand Up @@ -219,7 +219,7 @@
<woodstox-core.version>6.5.1</woodstox-core.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 @@ -231,10 +231,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.2</version.failsafe.plugin>
<version.javadoc.plugin>3.6.2</version.javadoc.plugin>
<version.failsafe.plugin>3.2.3</version.failsafe.plugin>
<version.javadoc.plugin>3.6.3</version.javadoc.plugin>
<version.source.plugin>3.3.0</version.source.plugin>
<version.surefire.plugin>3.2.2</version.surefire.plugin>
<version.surefire.plugin>3.2.3</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 @@ -246,15 +246,15 @@
<version.maven-antrun.plugin>3.1.0</version.maven-antrun.plugin>

<!-- Plugin Deps -->
<version.puppycrawl>10.12.5</version.puppycrawl>
<version.puppycrawl>10.12.6</version.puppycrawl>

<!-- Protocol Buffers -->
<proto-plugin.version>0.6.1</proto-plugin.version>
<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.2</test-containers.version>
<embedded-postgres.version>2.0.4</embedded-postgres.version>
<test-containers.version>1.19.3</test-containers.version>
<embedded-postgres.version>2.0.6</embedded-postgres.version>
<strimzi.version>0.105.0</strimzi.version>
<wiremock-jre8.version>2.35.1</wiremock-jre8.version>
</properties>
Expand Down
6 changes: 6 additions & 0 deletions serdes/jsonschema-serde/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
<dependency>
<groupId>com.github.everit-org.json-schema</groupId>
<artifactId>org.everit.json.schema</artifactId>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

Expand Down

0 comments on commit 50afecf

Please sign in to comment.