You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by gi...@apache.org on 2022/12/20 19:40:22 UTC

[avro] branch dependabot/maven/lang/java/com.google.protobuf-protobuf-java-3.21.12 updated (8e40c5fb3 -> a51981d5e)

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-3.21.12
in repository https://gitbox.apache.org/repos/asf/avro.git


 discard 8e40c5fb3 Bump protobuf-java from 3.21.11 to 3.21.12 in /lang/java
     add a02e97418 AVRO-3692: [rust] Make serde deserializer support serde flatten (#2024)
     add cd6eb1133 docs: fix small error (#2025)
     add c8ca3afbb docs: use python 3 print syntax (#2033)
     add 558f3af60 Bump anyhow from 1.0.66 to 1.0.68 in /lang/rust (#2032)
     add 1fd8c627f Bump thiserror from 1.0.37 to 1.0.38 in /lang/rust (#2031)
     add 21c10bcaf Bump quote from 1.0.21 to 1.0.23 in /lang/rust (#2030)
     add 9b6c93250 Bump syn from 1.0.105 to 1.0.107 in /lang/rust (#2029)
     add 720bccdc1 Bump serde_json from 1.0.89 to 1.0.91 in /lang/rust (#2028)
     add 7067df861 Bump proc-macro2 from 1.0.47 to 1.0.49 in /lang/rust (#2026)
     add 17132fe3e Bump serde from 1.0.150 to 1.0.151 in /lang/rust (#2027)
     add bc092fda0 Bump netty-bom from 4.1.85.Final to 4.1.86.Final in /lang/java (#2023)
     add 43b5d7e3c Bump mockito-core from 4.9.0 to 4.10.0 in /lang/java (#2021)
     add d4ffd0b07 Bump grpc.version from 1.51.0 to 1.51.1 in /lang/java (#2019)
     add a51981d5e Bump protobuf-java from 3.21.11 to 3.21.12 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   (8e40c5fb3)
            \
             N -- N -- N   refs/heads/dependabot/maven/lang/java/com.google.protobuf-protobuf-java-3.21.12 (a51981d5e)

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:
 .../++version++/Getting started (Python)/_index.md |  4 +-
 .../en/docs/++version++/SASL profile/_index.md     |  4 +-
 lang/java/pom.xml                                  |  6 +--
 lang/rust/Cargo.lock                               | 36 +++++++--------
 lang/rust/avro/Cargo.toml                          |  8 ++--
 lang/rust/avro/src/de.rs                           | 53 +++++++++++++++++-----
 lang/rust/avro_derive/Cargo.toml                   | 10 ++--
 lang/rust/wasm-demo/Cargo.toml                     |  2 +-
 8 files changed, 76 insertions(+), 47 deletions(-)