You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/01/13 10:00:19 UTC

[camel] 01/06: Dependency vulnerability. junit-version to 4.13.1

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

davsclaus pushed a commit to branch camel-3.7.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 5d1b7992ea8cc2931813f0aff43cfaa06c1f7905
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 31dee37..b38a26c 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>