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

[avro] branch branch-1.11 updated (b2abea001 -> efc8ff229)

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 b2abea001 Code should go into code block (#1994)
     new 5107f9198 Bump reload4j from 1.2.23 to 1.2.24 in /lang/java (#1999)
     new efc8ff229 Bump protobuf-java from 3.21.9 to 3.21.10 in /lang/java (#1998)

The 2 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 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[avro] 02/02: Bump protobuf-java from 3.21.9 to 3.21.10 in /lang/java (#1998)

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 efc8ff229bcb9191185b2c1015786657e3e21f5a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Dec 5 11:56:30 2022 +0100

    Bump protobuf-java from 3.21.9 to 3.21.10 in /lang/java (#1998)
    
    Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.21.9 to 3.21.10.
    - [Release notes](https://github.com/protocolbuffers/protobuf/releases)
    - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py)
    - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.21.9...v3.21.10)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.protobuf:protobuf-java
      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/java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/java/pom.xml b/lang/java/pom.xml
index 815d4adf9..eb57be99d 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -44,7 +44,7 @@
     <jopt-simple.version>5.0.4</jopt-simple.version>
     <junit5.version>5.9.1</junit5.version>
     <netty.version>4.1.85.Final</netty.version>
-    <protobuf.version>3.21.9</protobuf.version>
+    <protobuf.version>3.21.10</protobuf.version>
     <thrift.version>0.16.0</thrift.version>
     <slf4j.version>1.7.36</slf4j.version>
     <reload4j.version>1.2.24</reload4j.version>


[avro] 01/02: Bump reload4j from 1.2.23 to 1.2.24 in /lang/java (#1999)

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 5107f91989e65866cdad88ecd96732ae7cf23d51
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Dec 5 11:56:13 2022 +0100

    Bump reload4j from 1.2.23 to 1.2.24 in /lang/java (#1999)
    
    Bumps [reload4j](https://github.com/qos-ch/reload4j) from 1.2.23 to 1.2.24.
    - [Release notes](https://github.com/qos-ch/reload4j/releases)
    - [Commits](https://github.com/qos-ch/reload4j/compare/v_1.2.23...v_1.2.24)
    
    ---
    updated-dependencies:
    - dependency-name: ch.qos.reload4j:reload4j
      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/java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/java/pom.xml b/lang/java/pom.xml
index b150003dc..815d4adf9 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -47,7 +47,7 @@
     <protobuf.version>3.21.9</protobuf.version>
     <thrift.version>0.16.0</thrift.version>
     <slf4j.version>1.7.36</slf4j.version>
-    <reload4j.version>1.2.23</reload4j.version>
+    <reload4j.version>1.2.24</reload4j.version>
     <snappy.version>1.1.8.4</snappy.version>
     <velocity.version>2.3</velocity.version>
     <maven-core.version>3.3.9</maven-core.version>