This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets-examples.git
The following commit(s) were added to refs/heads/main by this push:
new aa65991 Bump org.apache.avro:avro (#99)
aa65991 is described below
commit aa659914c141f3f9c214eb44df504ed2b283362d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 10 10:49:01 2025 +0100
Bump org.apache.avro:avro (#99)
Bumps org.apache.avro:avro from 1.11.3 to 1.11.4.
---
updated-dependencies:
- dependency-name: org.apache.avro:avro
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
jbang/kafka-apicurio-schema-registry/kafka-producer/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jbang/kafka-apicurio-schema-registry/kafka-producer/pom.xml
b/jbang/kafka-apicurio-schema-registry/kafka-producer/pom.xml
index 378c362..e8a6a08 100644
--- a/jbang/kafka-apicurio-schema-registry/kafka-producer/pom.xml
+++ b/jbang/kafka-apicurio-schema-registry/kafka-producer/pom.xml
@@ -28,7 +28,7 @@
<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
- <version>1.11.3</version>
+ <version>1.11.4</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>