You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by rs...@apache.org on 2022/09/26 08:36:07 UTC

[avro] branch branch-1.11 updated (11d3864f9 -> 11747f818)

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

rskraba pushed a change to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git


    from 11d3864f9 Bump md-5 from 0.10.4 to 0.10.5 in /lang/rust (#1881)
     new 40f75bf60 Bump junit5.version from 5.9.0 to 5.9.1 in /lang/java (#1886)
     new 053266c1a Bump grpc.version from 1.49.0 to 1.49.1 in /lang/java (#1884)
     new 11747f818 Bump underscore from 1.13.4 to 1.13.6 in /lang/js (#1883)

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 lang/java/pom.xml         | 4 ++--
 lang/js/package-lock.json | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)


[avro] 03/03: Bump underscore from 1.13.4 to 1.13.6 in /lang/js (#1883)

Posted by rs...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rskraba pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git

commit 11747f8185818a4292b44fc2f8643267f226e82e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Sep 26 10:34:16 2022 +0200

    Bump underscore from 1.13.4 to 1.13.6 in /lang/js (#1883)
    
    Bumps [underscore](https://github.com/jashkenas/underscore) from 1.13.4 to 1.13.6.
    - [Release notes](https://github.com/jashkenas/underscore/releases)
    - [Commits](https://github.com/jashkenas/underscore/compare/1.13.4...1.13.6)
    
    ---
    updated-dependencies:
    - dependency-name: underscore
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 lang/js/package-lock.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lang/js/package-lock.json b/lang/js/package-lock.json
index 35326a5a3..8cd06bc30 100644
--- a/lang/js/package-lock.json
+++ b/lang/js/package-lock.json
@@ -2324,9 +2324,9 @@
       }
     },
     "underscore": {
-      "version": "1.13.4",
-      "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.4.tgz",
-      "integrity": "sha512-BQFnUDuAQ4Yf/cYY5LNrK9NCJFKriaRbD9uR1fTeXnBeoa97W0i41qkZfGO9pSo8I5KzjAcSY2XYtdf0oKd7KQ=="
+      "version": "1.13.6",
+      "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.6.tgz",
+      "integrity": "sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A=="
     },
     "uri-js": {
       "version": "4.4.1",


[avro] 02/03: Bump grpc.version from 1.49.0 to 1.49.1 in /lang/java (#1884)

Posted by rs...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rskraba pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git

commit 053266c1a05f4bafe0debb65f6361a8594ae1f26
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Sep 26 10:33:47 2022 +0200

    Bump grpc.version from 1.49.0 to 1.49.1 in /lang/java (#1884)
    
    Bumps `grpc.version` from 1.49.0 to 1.49.1.
    
    Updates `grpc-core` from 1.49.0 to 1.49.1
    - [Release notes](https://github.com/grpc/grpc-java/releases)
    - [Commits](https://github.com/grpc/grpc-java/compare/v1.49.0...v1.49.1)
    
    Updates `grpc-stub` from 1.49.0 to 1.49.1
    - [Release notes](https://github.com/grpc/grpc-java/releases)
    - [Commits](https://github.com/grpc/grpc-java/compare/v1.49.0...v1.49.1)
    
    Updates `grpc-netty` from 1.49.0 to 1.49.1
    - [Release notes](https://github.com/grpc/grpc-java/releases)
    - [Commits](https://github.com/grpc/grpc-java/compare/v1.49.0...v1.49.1)
    
    ---
    updated-dependencies:
    - dependency-name: io.grpc:grpc-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: io.grpc:grpc-stub
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: io.grpc:grpc-netty
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 lang/java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/java/pom.xml b/lang/java/pom.xml
index 1b8d55c94..8a919c32b 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -58,7 +58,7 @@
     <tukaani.version>1.9</tukaani.version>
     <mockito.version>4.8.0</mockito.version>
     <hamcrest.version>2.2</hamcrest.version>
-    <grpc.version>1.49.0</grpc.version>
+    <grpc.version>1.49.1</grpc.version>
     <zstd-jni.version>1.5.2-4</zstd-jni.version>
     <!-- version properties for plugins -->
     <archetype-plugin.version>3.2.1</archetype-plugin.version>


[avro] 01/03: Bump junit5.version from 5.9.0 to 5.9.1 in /lang/java (#1886)

Posted by rs...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rskraba pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git

commit 40f75bf608c5f3b77587590efd2dad6cc04c7014
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Sep 26 10:33:09 2022 +0200

    Bump junit5.version from 5.9.0 to 5.9.1 in /lang/java (#1886)
    
    Bumps `junit5.version` from 5.9.0 to 5.9.1.
    
    Updates `junit-vintage-engine` from 5.9.0 to 5.9.1
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/compare/r5.9.0...r5.9.1)
    
    Updates `junit-jupiter` from 5.9.0 to 5.9.1
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/compare/r5.9.0...r5.9.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit.vintage:junit-vintage-engine
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.junit.jupiter:junit-jupiter
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 lang/java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/java/pom.xml b/lang/java/pom.xml
index b9039f271..1b8d55c94 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -42,7 +42,7 @@
     <servlet-api.version>4.0.1</servlet-api.version>
     <jetty.version>9.4.49.v20220914</jetty.version>
     <jopt-simple.version>5.0.4</jopt-simple.version>
-    <junit5.version>5.9.0</junit5.version>
+    <junit5.version>5.9.1</junit5.version>
     <netty.version>4.1.82.Final</netty.version>
     <protobuf.version>3.21.6</protobuf.version>
     <thrift.version>0.16.0</thrift.version>