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 2021/04/19 15:35:27 UTC

[avro] branch dependabot/maven/lang/java/grpc.version-1.37.0 updated (75f631b -> fe007f1)

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

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


 discard 75f631b  Bump grpc.version from 1.36.1 to 1.37.0 in /lang/java
     add 0c9a60e  AVRO-3065: Introduce UUID logical type to Python implementation (#1148)
     add b47eda9  AVRO-3108: Drop support for Ruby 2.5 (#1186)
     add 4961457  AVRO-3111: Update Hadoop versions to prevent false-positive security reports (#1188)
     add c5cfc6c  Bump easymock from 4.2 to 4.3 in /lang/java
     add 493ff8a  Bump underscore from 1.13.0 to 1.13.1 in /lang/js
     add 7df18d6  Bump jackson.version from 2.12.2 to 2.12.3 in /lang/java (#1193)
     add e25282a  Bump zstd-jni from 1.4.9-4 to 1.4.9-5 in /lang/java (#1196)
     add fe007f1  Bump grpc.version from 1.36.1 to 1.37.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   (75f631b)
            \
             N -- N -- N   refs/heads/dependabot/maven/lang/java/grpc.version-1.37.0 (fe007f1)

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-ruby.yml |  2 --
 BUILD.md                             |  3 +--
 doc/examples/java-example/pom.xml    |  8 ++++----
 doc/examples/mr-example/pom.xml      |  7 ++++---
 lang/java/pom.xml                    |  8 ++++----
 lang/js/package-lock.json            | 12 ++++++------
 lang/py/avro/constants.py            |  4 +++-
 lang/py/avro/schema.py               | 29 +++++++++++++++++++++++++++++
 lang/py/avro/test/test_io.py         |  3 ++-
 lang/py/avro/test/test_schema.py     |  8 +++++---
 lang/ruby/Gemfile                    | 11 ++++-------
 lang/ruby/build.sh                   |  5 ++++-
 share/docker/Dockerfile              | 21 +++++++++++++++------
 13 files changed, 81 insertions(+), 40 deletions(-)