This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git
The following commit(s) were added to refs/heads/master by this push:
new 206420c7bc update avro dependency, fixes #3282
new 1db1e36314 Merge pull request #3283 from hansva/master
206420c7bc is described below
commit 206420c7bc0f0b7dfc13da8da237028bcae8296e
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Wed Oct 4 12:51:36 2023 +0200
update avro dependency, fixes #3282
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 99bca253aa..a267bb5014 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,7 +111,7 @@
<!-- Third-party dependencies -->
<akka.version>2.5.32</akka.version>
<accessors-smart.version>2.4.9</accessors-smart.version>
- <avro.version>1.11.1</avro.version>
+ <avro.version>1.11.3</avro.version>
<apache-beam.version>2.50.0</apache-beam.version>
<apache-spark.version>3.4.0</apache-spark.version>
<apache-flink.version>1.16.2</apache-flink.version>