This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/lang/java/com.google.protobuf-protobuf-java-4.26.0
in repository https://gitbox.apache.org/repos/asf/avro.git
omit af73ce029 Bump com.google.protobuf:protobuf-java in /lang/java
add 1781f6028 Bump com.puppycrawl.tools:checkstyle in /lang/java (#2807)
add 828b60010 Bump syn from 2.0.52 to 2.0.53 in /lang/rust (#2811)
add dad0d20c5 AVRO-3956: [Java] Fix NPE in Protocol#equals (#2791)
add 5e3be8074 AVRO-3962: [Rust] Add support for field attribute Rustdoc to
AvroSchema (#2813)
add 08d0d1485 Bump uuid from 1.7.0 to 1.8.0 in /lang/rust (#2814)
add 821872ade Bump io.netty:netty-bom in /lang/java (#2820)
add 5ae6a5a17 Bump org.cyclonedx:cyclonedx-maven-plugin in /lang/java
(#2817)
add d8fead702 Bump org.apache.maven.plugins:maven-gpg-plugin in /lang/java
(#2815)
add 94470fe1e Bump com.google.protobuf:protobuf-java 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 (af73ce029)
\
N -- N -- N
refs/heads/dependabot/maven/lang/java/com.google.protobuf-protobuf-java-4.26.0
(94470fe1e)
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:
.../main/java/org/apache/avro/JsonProperties.java | 3 ++-
.../src/main/java/org/apache/avro/Protocol.java | 8 +++++---
lang/java/pom.xml | 4 ++--
lang/rust/Cargo.lock | 8 ++++----
lang/rust/avro/Cargo.toml | 2 +-
lang/rust/avro_derive/Cargo.toml | 2 +-
lang/rust/avro_derive/src/lib.rs | 3 ++-
lang/rust/avro_derive/tests/derive.rs | 24 ++++++++++++++++++++++
pom.xml | 4 ++--
9 files changed, 43 insertions(+), 15 deletions(-)