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 2023/04/13 11:34:24 UTC

[avro] branch dependabot/maven/lang/java/com.puppycrawl.tools-checkstyle-10.9.3 updated (8ce9e81bf -> 495e88431)

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

github-bot pushed a change to branch dependabot/maven/lang/java/com.puppycrawl.tools-checkstyle-10.9.3
in repository https://gitbox.apache.org/repos/asf/avro.git


 discard 8ce9e81bf Bump checkstyle from 9.3 to 10.9.3 in /lang/java
     add 5acb6d619 Bump grpc.version from 1.53.0 to 1.54.0 in /lang/java
     add a8d5f1b56 Bump hadoop-client from 3.3.4 to 3.3.5 in /lang/java
     add 5f4f406dc Bump netty-bom from 4.1.89.Final to 4.1.90.Final in /lang/java
     add 96c2d8419 Bump reload4j from 1.2.24 to 1.2.25 in /lang/java
     add 4fbd448fe Add RollForward prop (#2162)
     add ca7898aa2 Bump proc-macro2 from 1.0.53 to 1.0.54 in /lang/rust (#2168)
     add 8113d7846 Bump serde_json from 1.0.94 to 1.0.95 in /lang/rust (#2170)
     add 8de2638f0 Bump regex from 1.7.2 to 1.7.3 in /lang/rust (#2169)
     add 68a20b7ac Bump serde from 1.0.158 to 1.0.159 in /lang/rust (#2171)
     add 174a40c03 Bump hex-literal from 0.3.4 to 0.4.0 in /lang/rust (#2176)
     add 916a09ce8 Bump proc-macro2 from 1.0.54 to 1.0.56 in /lang/rust (#2175)
     add cfdb43ce8 Bump hex-literal from 0.4.0 to 0.4.1 in /lang/rust (#2177)
     add fc39d86b7 AVRO-3735: Add a unit test (#2184)
     add a60994dfd Bump serde from 1.0.159 to 1.0.160 in /lang/rust
     add 8e0513c95 Bump maven-enforcer-plugin from 3.2.1 to 3.3.0 in /lang/java
     add 215fec97c Bump uuid from 1.3.0 to 1.3.1 in /lang/rust
     add 495e88431 Bump checkstyle from 9.3 to 10.9.3 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   (8ce9e81bf)
            \
             N -- N -- N   refs/heads/dependabot/maven/lang/java/com.puppycrawl.tools-checkstyle-10.9.3 (495e88431)

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/csharp/src/apache/codegen/Avro.codegen.csproj |  8 +++
 lang/java/pom.xml                                  |  8 +--
 lang/rust/Cargo.lock                               | 28 +++++-----
 lang/rust/avro/Cargo.toml                          | 10 ++--
 lang/rust/avro/src/schema.rs                       | 64 ++++++++++++++++++++++
 lang/rust/avro_derive/Cargo.toml                   |  6 +-
 lang/rust/wasm-demo/Cargo.toml                     |  2 +-
 pom.xml                                            |  2 +-
 8 files changed, 100 insertions(+), 28 deletions(-)