You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2024/02/05 09:15:30 UTC

(avro) branch branch-1.11 updated: Bump junit5.version from 5.10.1 to 5.10.2 in /lang/java (#2726)

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

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


The following commit(s) were added to refs/heads/branch-1.11 by this push:
     new 9518a2d08 Bump junit5.version from 5.10.1 to 5.10.2 in /lang/java (#2726)
9518a2d08 is described below

commit 9518a2d0849308b0c6f5162921d4455a2b6158a8
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Feb 5 11:14:06 2024 +0200

    Bump junit5.version from 5.10.1 to 5.10.2 in /lang/java (#2726)
    
    Bumps `junit5.version` from 5.10.1 to 5.10.2.
    
    Updates `org.junit.vintage:junit-vintage-engine` from 5.10.1 to 5.10.2
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/compare/r5.10.1...r5.10.2)
    
    Updates `org.junit.jupiter:junit-jupiter` from 5.10.1 to 5.10.2
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/compare/r5.10.1...r5.10.2)
    
    ---
    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>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    (cherry picked from commit c37a12793c68a3854056c4e6d3779f6faf028e5e)
---
 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 9f331db2f..cdc25378f 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.53.v20231009</jetty.version>
     <jopt-simple.version>5.0.4</jopt-simple.version>
-    <junit5.version>5.10.1</junit5.version>
+    <junit5.version>5.10.2</junit5.version>
     <netty.version>4.1.106.Final</netty.version>
     <protobuf.version>3.25.2</protobuf.version>
     <thrift.version>0.16.0</thrift.version>