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

alexstocks pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git


The following commit(s) were added to refs/heads/main by this push:
     new 763a6a6d Bump junit:junit (#762)
763a6a6d is described below

commit 763a6a6d98618af2e80bb3350d195d838254be74
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed May 8 15:11:51 2024 +0800

    Bump junit:junit (#762)
    
    Bumps [junit:junit](https://github.com/junit-team/junit4) from 4.13 to 
4.13.1.
    - [Release notes](https://github.com/junit-team/junit4/releases)
    - 
[Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
    - [Commits](https://github.com/junit-team/junit4/compare/r4.13...r4.13.1)
    
    ---
    updated-dependencies:
    - dependency-name: junit:junit
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 java_interop/service_discovery/interface/java-client/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java_interop/service_discovery/interface/java-client/pom.xml 
b/java_interop/service_discovery/interface/java-client/pom.xml
index 61b36021..66ece0e7 100644
--- a/java_interop/service_discovery/interface/java-client/pom.xml
+++ b/java_interop/service_discovery/interface/java-client/pom.xml
@@ -38,7 +38,7 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>4.13</version>
+            <version>4.13.1</version>
             <scope>test</scope>
         </dependency>
         <dependency>

Reply via email to