This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch camel-karaf-3.11.x
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
The following commit(s) were added to refs/heads/camel-karaf-3.11.x by this
push:
new f7d50b2 Updating Junit to 4.13.2 to fix CVE-2020-15250 (#112)
f7d50b2 is described below
commit f7d50b2ee898fe11aaae66a7b7c51b9bb233b486
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Thu Feb 3 11:38:51 2022 +0000
Updating Junit to 4.13.2 to fix CVE-2020-15250 (#112)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 937a8a9..b85c55e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -215,7 +215,7 @@
<json-validator-jackson-version>2.12.3</json-validator-jackson-version>
<jt400-bundle-version>10.6_1</jt400-bundle-version>
<juel-bundle-version>2.1.3_1</juel-bundle-version>
- <junit-bundle-version>4.11_1</junit-bundle-version>
+ <junit-bundle-version>4.13.2_1</junit-bundle-version>
<jzlib-bundle-version>1.1.3_2</jzlib-bundle-version>
<kafka-bundle-version>2.8.0_1</kafka-bundle-version>
<karaf4-version>4.3.2</karaf4-version>