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/05/08 07:49:06 UTC

[avro] branch dependabot/maven/lang/java/com.diffplug.spotless-spotless-maven-plugin-2.36.0 updated (d42c49784 -> b0786302c)

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

github-bot pushed a change to branch dependabot/maven/lang/java/com.diffplug.spotless-spotless-maven-plugin-2.36.0
in repository https://gitbox.apache.org/repos/asf/avro.git


    omit d42c49784 Bump spotless-maven-plugin from 2.27.2 to 2.36.0 in /lang/java
     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 6bdd8b2fd Bump netty-bom from 4.1.90.Final to 4.1.91.Final in /lang/java
     add 7aca93124 Bump cyclonedx-maven-plugin from 2.7.5 to 2.7.6 in /lang/java
     add 0c53710f5 Bump extra-enforcer-rules from 1.6.1 to 1.6.2 in /lang/java
     add cd13074c4 Bump serde_json from 1.0.95 to 1.0.96 in /lang/rust (#2188)
     add 6f0692f96 Add NET 7 SDK to Dockerfile (#2193)
     add b840788e4 AVRO-3741: [doc] Add note about the version requirement of Rust in BUILD.md. (#2195)
     add e5a9892ba Bump regex from 1.7.3 to 1.8.1 in /lang/rust (#2194)
     add 1b67705bf Bump maven-plugin-plugin from 3.8.1 to 3.8.2 in /lang/java
     add 327ce13cc Bump maven-checkstyle-plugin from 3.2.1 to 3.2.2 in /lang/java
     add 842e192cc Bump zstd-jni from 1.5.4-2 to 1.5.5-2 in /lang/java
     add 0b5859adc Bump cyclonedx-maven-plugin from 2.7.6 to 2.7.7 in /lang/java
     add bdfd1bc61 Bump uuid from 1.3.1 to 1.3.2 in /lang/rust (#2211)
     add 82135d071 Bump anyhow from 1.0.70 to 1.0.71 in /lang/rust (#2212)
     add 3b6c6cc43 Bump jackson-bom from 2.14.2 to 2.15.0 in /lang/java
     add 96cd2074a Bump cyclonedx-maven-plugin from 2.7.7 to 2.7.8 in /lang/java
     add 61b5c1770 Bump junit5.version from 5.9.2 to 5.9.3 in /lang/java
     add c0a06b6c8 Bump netty-bom from 4.1.91.Final to 4.1.92.Final in /lang/java
     add 15bda5f0a Bump grpc.version from 1.54.0 to 1.54.1 in /lang/java
     add 6c900f41a Bump protobuf-java from 3.22.2 to 3.22.3 in /lang/java
     add 79cf4c499 RecordWithTimestamps#equals should compare its own localDateTime with that.localDateTime (#2204)
     add 61e74e592 AVRO-3737: fix memcheck test (#2213)
     add c8eec97dd Bump maven-surefire-plugin from 3.0.0 to 3.1.0 in /lang/java
     add b0786302c Bump spotless-maven-plugin from 2.27.2 to 2.36.0 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   (d42c49784)
            \
             N -- N -- N   refs/heads/dependabot/maven/lang/java/com.diffplug.spotless-spotless-maven-plugin-2.36.0 (b0786302c)

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:
 BUILD.md                                           |  1 +
 lang/c/tests/test_avro_commons_schema.c            |  3 +
 lang/csharp/versions.props                         |  2 +-
 .../avro/reflect/TestReflectLogicalTypes.java      |  2 +-
 lang/java/pom.xml                                  | 14 ++---
 lang/rust/Cargo.lock                               | 38 +++++++------
 lang/rust/avro/Cargo.toml                          | 10 ++--
 lang/rust/avro/src/schema.rs                       | 64 ++++++++++++++++++++++
 lang/rust/avro_derive/Cargo.toml                   |  4 +-
 lang/rust/wasm-demo/Cargo.toml                     |  2 +-
 pom.xml                                            | 10 ++--
 share/docker/Dockerfile                            |  5 +-
 12 files changed, 115 insertions(+), 40 deletions(-)