You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/01/11 17:12:41 UTC

[camel] branch master updated: Dependency vulnerability. junit-version to 4.13.1

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 1c8b1dd  Dependency vulnerability. junit-version to 4.13.1
1c8b1dd is described below

commit 1c8b1ddabb5ad68a197a360b8ae35d415aa8c17d
Author: Marcus Götesson <46...@users.noreply.github.com>
AuthorDate: Mon Jan 11 17:59:23 2021 +0100

    Dependency vulnerability. junit-version to 4.13.1
    
    More info: https://github.com/junit-team/junit4/blob/HEAD/doc/ReleaseNotes4.13.1.md
---
 camel-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 7be52ea..27ea86c 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -364,7 +364,7 @@
     <jta-api-1.2-version>1.2</jta-api-1.2-version>
     <junit-jupiter-version>5.7.0</junit-jupiter-version>
     <junit-toolbox-version>2.3</junit-toolbox-version>
-    <junit-version>4.13</junit-version>
+    <junit-version>4.13.1</junit-version>
     <jxmpp-version>0.6.4</jxmpp-version>
     <jython-standalone-version>2.5.3</jython-standalone-version>
     <jython-version>2.5.3</jython-version>