This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/lang/java/antlr.version-4.13.2
in repository https://gitbox.apache.org/repos/asf/avro.git
omit 10b7afeed Bump antlr.version from 4.13.1 to 4.13.2 in /lang/java
add 824bf40d6 Bump underscore from 1.13.6 to 1.13.7 in /lang/js (#3054)
add 5f13c3b2c [No Jira] [Rust] fix links to spec (#3052)
add d307684bd [NO_JIRA] [Rust] Fix deny.toml values (#3065)
add 8cc9d7fb3 Bump serde_json from 1.0.121 to 1.0.122 in /lang/rust (#3058)
add 73797ba7d Release 0.17.1
add cef29571f Revert "Release 0.17.1"
add c239a4e3c Bump rstest from 0.21.0 to 0.22.0 in /lang/rust (#3067)
add e91fd0e5d Bump env_logger from 0.10.2 to 0.11.5 in /lang/rust (#3068)
add 7701526c5 AVRO-4024: [Rust] support nan/inf/-inf as float/double
default (#3051)
add dffc13a6b AVRO-4024: [Rust] Sync the possible String default values
for floating numbers with Java and C# (#3073)
add 7a8ec75ac [NO_JIRA] [CI] Fix the version of libssl1 Ubuntu package
(#3074)
add 5a401f28b AVRO-4027: Fix bug in JSON object syntax (#3071)
add c1f6e65de Bump com.google.protobuf:protobuf-java in /lang/java (#3063)
add badc0e68e Bump org.tukaani:xz from 1.9 to 1.10 in /lang/java (#3061)
add 87532c022 Bump org.cyclonedx:cyclonedx-maven-plugin in /lang/java
(#3060)
add 7ee976c9d Bump antlr.version from 4.13.1 to 4.13.2 in /lang/java
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (10b7afeed)
\
N -- N -- N
refs/heads/dependabot/maven/lang/java/antlr.version-4.13.2 (7ee976c9d)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
lang/java/idl/src/test/idl/input/simple.avdl | 3 ++
lang/java/idl/src/test/idl/output/simple.avpr | 8 ++++
lang/java/pom.xml | 6 +--
lang/js/package-lock.json | 6 +--
lang/rust/Cargo.lock | 26 +++++++----
lang/rust/Cargo.toml | 2 +-
lang/rust/avro/Cargo.toml | 2 +-
lang/rust/avro/README.md | 6 +--
lang/rust/avro/src/error.rs | 4 +-
lang/rust/avro/src/lib.rs | 6 +--
lang/rust/avro/src/rabin.rs | 6 +--
lang/rust/avro/src/schema.rs | 18 +++----
lang/rust/avro/src/types.rs | 67 ++++++++++++++++++++++++---
lang/rust/avro/tests/io.rs | 56 ++++++++++++++++++++--
lang/rust/avro_test_helper/Cargo.toml | 2 +-
lang/rust/deny.toml | 28 -----------
share/docker/Dockerfile | 2 +-
share/idl_grammar/org/apache/avro/idl/Idl.g4 | 2 +-
18 files changed, 172 insertions(+), 78 deletions(-)