This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
The following commit(s) were added to refs/heads/main by this push:
new 3b647f6487 build(deps): bump org.apache.avro:avro from 1.11.4 to
1.11.5 in /core (#1744)
3b647f6487 is described below
commit 3b647f6487892af33987f76fd01d72e7d1a37248
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 18 12:26:18 2026 +0100
build(deps): bump org.apache.avro:avro from 1.11.4 to 1.11.5 in /core
(#1744)
Bumps org.apache.avro:avro from 1.11.4 to 1.11.5.
---
updated-dependencies:
- dependency-name: org.apache.avro:avro
dependency-version: 1.11.5
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
core/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/pom.xml b/core/pom.xml
index 787b16696f..1a94212157 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -111,7 +111,7 @@
<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
- <version>1.11.4</version>
+ <version>1.11.5</version>
</dependency>
<!-- Test -->