From 0b8c57a88b38522dd5fc85c893e9ea38dc3725a6 Mon Sep 17 00:00:00 2001
From: "renovatebot-confluentinc[bot]"
<169726756+renovatebot-confluentinc[bot]@users.noreply.github.com>
Date: Fri, 28 Mar 2025 01:01:06 +0000
Subject: [PATCH] Update minor+patch dependencies
---
avro-converter/pom.xml | 4 +--
avro-data/pom.xml | 2 +-
avro-serde/pom.xml | 2 +-
avro-serializer/pom.xml | 2 +-
benchmark/pom.xml | 10 +++---
client-console-scripts/pom.xml | 2 +-
client-encryption-aws/pom.xml | 2 +-
client-encryption-azure/pom.xml | 2 +-
client-encryption-gcp/pom.xml | 2 +-
client-encryption-hcvault/pom.xml | 2 +-
client-encryption-tink/pom.xml | 2 +-
client-encryption/pom.xml | 2 +-
client/pom.xml | 2 +-
core/pom.xml | 4 +--
dek-registry-client/pom.xml | 2 +-
dek-registry/pom.xml | 2 +-
jacoco-aggregate-schema-registry/pom.xml | 4 +--
json-schema-converter/pom.xml | 4 +--
json-schema-provider/pom.xml | 2 +-
json-schema-serde/pom.xml | 2 +-
json-schema-serializer/pom.xml | 2 +-
json-serializer/pom.xml | 2 +-
maven-plugin/pom.xml | 6 ++--
package-kafka-serde-tools/pom.xml | 2 +-
package-schema-registry/pom.xml | 2 +-
pom.xml | 46 ++++++++++++------------
protobuf-converter/pom.xml | 4 +--
protobuf-provider/pom.xml | 2 +-
protobuf-serde/pom.xml | 2 +-
protobuf-serializer/pom.xml | 2 +-
protobuf-types/pom.xml | 2 +-
schema-converter/pom.xml | 2 +-
schema-registry-console-scripts/pom.xml | 2 +-
schema-rules/pom.xml | 2 +-
schema-serializer/pom.xml | 2 +-
35 files changed, 68 insertions(+), 68 deletions(-)
diff --git a/avro-converter/pom.xml b/avro-converter/pom.xml
index 4d288709c3b..416d3380778 100644
--- a/avro-converter/pom.xml
+++ b/avro-converter/pom.xml
@@ -7,7 +7,7 @@
io.confluent
kafka-schema-registry-parent
- 8.0.0-0
+ 8.0.0-628
@@ -114,7 +114,7 @@
io.confluent
kafka-connect-maven-plugin
- 0.11.0
+ 0.12.0
diff --git a/avro-data/pom.xml b/avro-data/pom.xml
index eb2e3a55a0a..32fe003d88e 100644
--- a/avro-data/pom.xml
+++ b/avro-data/pom.xml
@@ -7,7 +7,7 @@
io.confluent
kafka-schema-registry-parent
- 8.0.0-0
+ 8.0.0-628
diff --git a/avro-serde/pom.xml b/avro-serde/pom.xml
index b5c9b66917a..6c1d90ba44f 100644
--- a/avro-serde/pom.xml
+++ b/avro-serde/pom.xml
@@ -7,7 +7,7 @@
io.confluent
kafka-schema-registry-parent
- 8.0.0-0
+ 8.0.0-628
diff --git a/avro-serializer/pom.xml b/avro-serializer/pom.xml
index 441d2bbb48b..76b3fc2de3f 100644
--- a/avro-serializer/pom.xml
+++ b/avro-serializer/pom.xml
@@ -7,7 +7,7 @@
io.confluent
kafka-schema-registry-parent
- 8.0.0-0
+ 8.0.0-628
diff --git a/benchmark/pom.xml b/benchmark/pom.xml
index 97dd902b683..d73b05f19b5 100644
--- a/benchmark/pom.xml
+++ b/benchmark/pom.xml
@@ -7,7 +7,7 @@
io.confluent
kafka-schema-registry-parent
- 8.0.0-0
+ 8.0.0-628
kafka-schema-registry-benchmark
@@ -17,9 +17,9 @@
- 3.0.0-M1
- 4.13.1
- 1.21
+ 3.1.4
+ 4.13.2
+ 1.37
@@ -104,7 +104,7 @@
org.apache.maven.plugins
maven-shade-plugin
- 2.0
+ 2.4.3
package
diff --git a/client-console-scripts/pom.xml b/client-console-scripts/pom.xml
index fa373420ad5..9f99dfd2f00 100644
--- a/client-console-scripts/pom.xml
+++ b/client-console-scripts/pom.xml
@@ -7,7 +7,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
io.confluent
kafka-schema-registry-parent
- 8.0.0-0
+ 8.0.0-628
diff --git a/client-encryption-aws/pom.xml b/client-encryption-aws/pom.xml
index 587e8739264..5eb66693a37 100644
--- a/client-encryption-aws/pom.xml
+++ b/client-encryption-aws/pom.xml
@@ -7,7 +7,7 @@
io.confluent
kafka-schema-registry-parent
- 8.0.0-0
+ 8.0.0-628
diff --git a/client-encryption-azure/pom.xml b/client-encryption-azure/pom.xml
index ebce2553e31..b9a44ce7c72 100644
--- a/client-encryption-azure/pom.xml
+++ b/client-encryption-azure/pom.xml
@@ -7,7 +7,7 @@
io.confluent
kafka-schema-registry-parent
- 8.0.0-0
+ 8.0.0-628
diff --git a/client-encryption-gcp/pom.xml b/client-encryption-gcp/pom.xml
index 16c22fee4cb..d9556c944f3 100644
--- a/client-encryption-gcp/pom.xml
+++ b/client-encryption-gcp/pom.xml
@@ -7,7 +7,7 @@
io.confluent
kafka-schema-registry-parent
- 8.0.0-0
+ 8.0.0-628
diff --git a/client-encryption-hcvault/pom.xml b/client-encryption-hcvault/pom.xml
index d98714e99dd..bb0b47f4aa3 100644
--- a/client-encryption-hcvault/pom.xml
+++ b/client-encryption-hcvault/pom.xml
@@ -7,7 +7,7 @@
io.confluent
kafka-schema-registry-parent
- 8.0.0-0
+ 8.0.0-628
diff --git a/client-encryption-tink/pom.xml b/client-encryption-tink/pom.xml
index b64d6e906dc..b9f044c6630 100644
--- a/client-encryption-tink/pom.xml
+++ b/client-encryption-tink/pom.xml
@@ -7,7 +7,7 @@
io.confluent
kafka-schema-registry-parent
- 8.0.0-0
+ 8.0.0-628
diff --git a/client-encryption/pom.xml b/client-encryption/pom.xml
index 5b49ed3f729..659f7d97ce8 100644
--- a/client-encryption/pom.xml
+++ b/client-encryption/pom.xml
@@ -7,7 +7,7 @@
io.confluent
kafka-schema-registry-parent
- 8.0.0-0
+ 8.0.0-628
diff --git a/client/pom.xml b/client/pom.xml
index a382f48dfb1..1cd54ef1ae5 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -7,7 +7,7 @@
io.confluent
kafka-schema-registry-parent
- 8.0.0-0
+ 8.0.0-628
diff --git a/core/pom.xml b/core/pom.xml
index 1681e89be3c..1eec48cff39 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -7,7 +7,7 @@
io.confluent
kafka-schema-registry-parent
- 8.0.0-0
+ 8.0.0-628
kafka-schema-registry
@@ -308,7 +308,7 @@
org.mockito
mockito-core
- 4.6.1
+ 4.11.0
test
diff --git a/dek-registry-client/pom.xml b/dek-registry-client/pom.xml
index 17876939e36..6cb2d05ee63 100644
--- a/dek-registry-client/pom.xml
+++ b/dek-registry-client/pom.xml
@@ -5,7 +5,7 @@
io.confluent
kafka-schema-registry-parent
- 8.0.0-0
+ 8.0.0-628
4.0.0
diff --git a/dek-registry/pom.xml b/dek-registry/pom.xml
index 66269cd6608..ac0a389facc 100644
--- a/dek-registry/pom.xml
+++ b/dek-registry/pom.xml
@@ -5,7 +5,7 @@
io.confluent
kafka-schema-registry-parent
- 8.0.0-0
+ 8.0.0-628
4.0.0
diff --git a/jacoco-aggregate-schema-registry/pom.xml b/jacoco-aggregate-schema-registry/pom.xml
index 08713d28ae6..3992a56055d 100644
--- a/jacoco-aggregate-schema-registry/pom.xml
+++ b/jacoco-aggregate-schema-registry/pom.xml
@@ -6,7 +6,7 @@
io.confluent
kafka-schema-registry-parent
- 8.0.0-0
+ 8.0.0-628
jacoco-aggregate-schema-registry
@@ -148,7 +148,7 @@
org.apache.maven.plugins
maven-jar-plugin
- 3.2.0
+ 3.4.2
true
diff --git a/json-schema-converter/pom.xml b/json-schema-converter/pom.xml
index a18e011fcf3..ea7526e9326 100644
--- a/json-schema-converter/pom.xml
+++ b/json-schema-converter/pom.xml
@@ -5,7 +5,7 @@
io.confluent
kafka-schema-registry-parent
- 8.0.0-0
+ 8.0.0-628
@@ -82,7 +82,7 @@
io.confluent
kafka-connect-maven-plugin
- 0.11.0
+ 0.12.0
diff --git a/json-schema-provider/pom.xml b/json-schema-provider/pom.xml
index 0fa43b230a9..a146de334dd 100644
--- a/json-schema-provider/pom.xml
+++ b/json-schema-provider/pom.xml
@@ -5,7 +5,7 @@
io.confluent
kafka-schema-registry-parent
- 8.0.0-0
+ 8.0.0-628
diff --git a/json-schema-serde/pom.xml b/json-schema-serde/pom.xml
index c9e73121637..d58f1ad4e66 100644
--- a/json-schema-serde/pom.xml
+++ b/json-schema-serde/pom.xml
@@ -7,7 +7,7 @@
io.confluent
kafka-schema-registry-parent
- 8.0.0-0
+ 8.0.0-628
diff --git a/json-schema-serializer/pom.xml b/json-schema-serializer/pom.xml
index 22c66caf500..dfc32e01bed 100644
--- a/json-schema-serializer/pom.xml
+++ b/json-schema-serializer/pom.xml
@@ -6,7 +6,7 @@
io.confluent
kafka-schema-registry-parent
- 8.0.0-0
+ 8.0.0-628
diff --git a/json-serializer/pom.xml b/json-serializer/pom.xml
index 62bc2d87b64..be94e31e1dc 100644
--- a/json-serializer/pom.xml
+++ b/json-serializer/pom.xml
@@ -7,7 +7,7 @@
io.confluent
kafka-schema-registry-parent
- 8.0.0-0
+ 8.0.0-628
diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml
index 0e4fad52879..9c564658b1f 100644
--- a/maven-plugin/pom.xml
+++ b/maven-plugin/pom.xml
@@ -7,7 +7,7 @@
io.confluent
kafka-schema-registry-parent
- 8.0.0-0
+ 8.0.0-628
@@ -23,14 +23,14 @@
maven-plugin
- 3.13.1
+ 3.15.1
org.apache.maven
maven-plugin-api
- 3.8.1
+ 3.9.9
org.apache.maven.plugin-tools
diff --git a/package-kafka-serde-tools/pom.xml b/package-kafka-serde-tools/pom.xml
index b6c7e722afb..7bfdc0e5099 100644
--- a/package-kafka-serde-tools/pom.xml
+++ b/package-kafka-serde-tools/pom.xml
@@ -7,7 +7,7 @@
io.confluent
kafka-schema-registry-parent
- 8.0.0-0
+ 8.0.0-628
diff --git a/package-schema-registry/pom.xml b/package-schema-registry/pom.xml
index 76a87feb8fc..fce3cdf1f97 100644
--- a/package-schema-registry/pom.xml
+++ b/package-schema-registry/pom.xml
@@ -7,7 +7,7 @@
io.confluent
kafka-schema-registry-parent
- 8.0.0-0
+ 8.0.0-628
kafka-schema-registry-package
diff --git a/pom.xml b/pom.xml
index a368808311f..5cfc21cc175 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,36 +82,36 @@
- 2.0.0-M22
- 1.0.0-M33
- 1.2.1
+ 2.0.0.AM27
+ 1.0.3
+ 1.6.0
7.2.11.RELEASE
checkstyle/suppressions.xml
- 0.11.1
- 1.9.10
- 4.13.1
- 2.30.33
- 4.9.2
+ 0.12.0
+ 1.9.25
+ 4.13.2
+ 2.31.10
+ 4.9.4
2.9.3
0.5.1
5.1.0
2.5.1
1.14.5
- 0.20.0
- 5.2.0
- 2.53.0
- 4.29.3
- 2.10.3
- 3.4.0
+ 0.21.0
+ 5.2.1
+ 2.54.1
+ 4.30.2
+ 2.13.1
+ 3.10.2
1.17.0
1.10.0
- 5.3.0
- 2.1.10
- 8.0.0-0
- 1.26.1
+ 5.3.1
+ 2.2.29
+ 8.0.0-628
+ 1.27.1
3.17.0
1.9.0
- 1.1.10.5
+ 1.1.10.7
@@ -181,7 +181,7 @@
com.netflix.governator
governator-core
- 1.17.10
+ 1.17.13
com.google.protobuf
@@ -340,7 +340,7 @@
info.picocli
picocli
- 4.7.5
+ 4.7.6
org.jetbrains.kotlin
@@ -484,7 +484,7 @@
javax.xml.ws
jaxws-api
- 2.3.0
+ 2.3.1
@@ -584,7 +584,7 @@
org.jacoco
jacoco-maven-plugin
- 0.8.8
+ 0.8.12
prepare-agent
diff --git a/protobuf-converter/pom.xml b/protobuf-converter/pom.xml
index 3fc97209f45..1c4cc525e5c 100644
--- a/protobuf-converter/pom.xml
+++ b/protobuf-converter/pom.xml
@@ -6,7 +6,7 @@
io.confluent
kafka-schema-registry-parent
- 8.0.0-0
+ 8.0.0-628
@@ -109,7 +109,7 @@
io.confluent
kafka-connect-maven-plugin
- 0.11.0
+ 0.12.0
diff --git a/protobuf-provider/pom.xml b/protobuf-provider/pom.xml
index 2123eefc6ae..db97f3cf08e 100644
--- a/protobuf-provider/pom.xml
+++ b/protobuf-provider/pom.xml
@@ -6,7 +6,7 @@
io.confluent
kafka-schema-registry-parent
- 8.0.0-0
+ 8.0.0-628
diff --git a/protobuf-serde/pom.xml b/protobuf-serde/pom.xml
index 9741d5e3c0f..c416c5405d8 100644
--- a/protobuf-serde/pom.xml
+++ b/protobuf-serde/pom.xml
@@ -7,7 +7,7 @@
io.confluent
kafka-schema-registry-parent
- 8.0.0-0
+ 8.0.0-628
diff --git a/protobuf-serializer/pom.xml b/protobuf-serializer/pom.xml
index cf261ffe04c..c9291a72898 100644
--- a/protobuf-serializer/pom.xml
+++ b/protobuf-serializer/pom.xml
@@ -6,7 +6,7 @@
io.confluent
kafka-schema-registry-parent
- 8.0.0-0
+ 8.0.0-628
diff --git a/protobuf-types/pom.xml b/protobuf-types/pom.xml
index 4e179b4f1ea..881d4c46713 100644
--- a/protobuf-types/pom.xml
+++ b/protobuf-types/pom.xml
@@ -6,7 +6,7 @@
io.confluent
kafka-schema-registry-parent
- 8.0.0-0
+ 8.0.0-628
diff --git a/schema-converter/pom.xml b/schema-converter/pom.xml
index 5ffa90196a9..98f8f562a5f 100644
--- a/schema-converter/pom.xml
+++ b/schema-converter/pom.xml
@@ -7,7 +7,7 @@
io.confluent
kafka-schema-registry-parent
- 8.0.0-0
+ 8.0.0-628
diff --git a/schema-registry-console-scripts/pom.xml b/schema-registry-console-scripts/pom.xml
index 9afac549393..f897a7bb131 100644
--- a/schema-registry-console-scripts/pom.xml
+++ b/schema-registry-console-scripts/pom.xml
@@ -7,7 +7,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
io.confluent
kafka-schema-registry-parent
- 8.0.0-0
+ 8.0.0-628
io.confluent
diff --git a/schema-rules/pom.xml b/schema-rules/pom.xml
index c8f25d58e02..d623c611670 100644
--- a/schema-rules/pom.xml
+++ b/schema-rules/pom.xml
@@ -7,7 +7,7 @@
io.confluent
kafka-schema-registry-parent
- 8.0.0-0
+ 8.0.0-628
diff --git a/schema-serializer/pom.xml b/schema-serializer/pom.xml
index b566d038eb2..6f8ef2de1fd 100644
--- a/schema-serializer/pom.xml
+++ b/schema-serializer/pom.xml
@@ -7,7 +7,7 @@
io.confluent
kafka-schema-registry-parent
- 8.0.0-0
+ 8.0.0-628