From 50afecf209a1f3721ae3fbdb729fdcecf65b612e Mon Sep 17 00:00:00 2001 From: Carles Arnal Date: Fri, 15 Dec 2023 21:34:37 +0900 Subject: [PATCH] Upgrade deps and remove one banned in Quarkus (#4129) * 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](https://github.com/quarkusio/quarkus/compare/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](https://github.com/networknt/json-schema-validator/compare/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](https://github.com/square/wire/compare/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](https://github.com/square/wire/compare/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](https://github.com/googleapis/sdk-platform-java/compare/v2.28.0...v2.29.0) Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 2.15.2 to 2.16.0 - [Commits](https://github.com/FasterXML/jackson-dataformats-text/compare/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](https://github.com/testcontainers/testcontainers-java/compare/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](https://github.com/zonkyio/embedded-postgres/compare/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](https://github.com/checkstyle/checkstyle/compare/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](https://github.com/apache/maven-javadoc-plugin/compare/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](https://github.com/apache/maven-surefire/compare/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](https://github.com/apache/maven-surefire/compare/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] * Upgrade deps and remove dependency banned in quarkus --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 24 ++++++++++++------------ serdes/jsonschema-serde/pom.xml | 6 ++++++ 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index ba71e54a36..f938c93c26 100644 --- a/pom.xml +++ b/pom.xml @@ -158,16 +158,16 @@ 1.11.3 - 1.0.87 - 4.9.2 - 4.9.2 + 1.0.88 + 4.9.3 + 4.9.3 3.6.0 3.6.0 3.6.0 - 74.1 + 74.2 3.25.1 4.0.1 - 2.28.0 + 2.29.0 1.6.3 1.1.5 @@ -219,7 +219,7 @@ 6.5.1 - 3.5.1 + 7.5.2-ce 1.3.5 @@ -231,10 +231,10 @@ 3.11.0 3.1.1 - 3.2.2 - 3.6.2 + 3.2.3 + 3.6.3 3.3.0 - 3.2.2 + 3.2.3 3.3.0 3.3.1 1.2.1 @@ -246,15 +246,15 @@ 3.1.0 - 10.12.5 + 10.12.6 0.6.1 1.7.1 - 1.19.2 - 2.0.4 + 1.19.3 + 2.0.6 0.105.0 2.35.1 diff --git a/serdes/jsonschema-serde/pom.xml b/serdes/jsonschema-serde/pom.xml index c52cae8112..95dbb0fc3a 100644 --- a/serdes/jsonschema-serde/pom.xml +++ b/serdes/jsonschema-serde/pom.xml @@ -27,6 +27,12 @@ com.github.everit-org.json-schema org.everit.json.schema + + + commons-logging + commons-logging + +