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/05 10:58:45 UTC

[avro] branch dependabot/maven/lang/java/slf4j.version-2.0.5 updated (65d1fb983 -> 14fcca9d6)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/lang/java/slf4j.version-2.0.5
in repository https://gitbox.apache.org/repos/asf/avro.git


 discard 65d1fb983 Bump slf4j.version from 1.7.36 to 2.0.5 in /lang/java
     add 0e6190966 Bump env_logger from 0.9.3 to 0.10.0 in /lang/rust (#1984)
     add 27914d968 Bump criterion from 0.3.6 to 0.4.0 in /lang/rust (#1861)
     add 7f8f237f4 Bump syn from 1.0.103 to 1.0.104 in /lang/rust (#1989)
     add 0d6cc1705 Bump serde from 1.0.147 to 1.0.148 in /lang/rust (#1990)
     add b8897c60c AVRO-3678: [Rust] Support writing float value to field defined as double (#1991)
     add 15e040fcf AVRO-3679: [Rust] Enable 'perf' feature of regex dependency (#1992)
     add 392d479e8 Bump syn from 1.0.104 to 1.0.105 in /lang/rust (#1993)
     add 4359e1915 Code should go into code block (#1994)
     add 3d38016e0 Bump reload4j from 1.2.23 to 1.2.24 in /lang/java (#1999)
     add 6f7eb9819 Bump protobuf-java from 3.21.9 to 3.21.10 in /lang/java (#1998)
     add 14fcca9d6 Bump slf4j.version from 1.7.36 to 2.0.5 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   (65d1fb983)
            \
             N -- N -- N   refs/heads/dependabot/maven/lang/java/slf4j.version-2.0.5 (14fcca9d6)

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:
 .github/workflows/test-lang-rust-ci.yml            |   2 +-
 .../++version++/Getting started (Python)/_index.md |   5 +-
 lang/java/pom.xml                                  |   4 +-
 lang/rust/Cargo.lock                               | 305 +++++++--------------
 lang/rust/avro/Cargo.toml                          |   6 +-
 lang/rust/avro/README.md                           |   2 +-
 lang/rust/avro/src/encode.rs                       |   1 -
 lang/rust/avro/src/types.rs                        |  10 +
 lang/rust/avro_derive/Cargo.toml                   |   4 +-
 lang/rust/avro_test_helper/Cargo.toml              |   2 +-
 lang/rust/wasm-demo/Cargo.toml                     |   2 +-
 share/docker/Dockerfile                            |   2 +-
 12 files changed, 122 insertions(+), 223 deletions(-)