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 2016/04/26 09:41:50 UTC

camel git commit: CAMEL-9913: Upgrading Beanshell for CVE-2016-2510

Repository: camel
Updated Branches:
  refs/heads/master 8962d6d55 -> 28184d307


CAMEL-9913: Upgrading Beanshell for CVE-2016-2510


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/28184d30
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/28184d30
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/28184d30

Branch: refs/heads/master
Commit: 28184d307a741de1db2e9559475c86d3f35b7c52
Parents: 8962d6d
Author: Andrea Cosentino <an...@gmail.com>
Authored: Tue Apr 26 09:35:16 2016 +0200
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Tue Apr 26 09:35:59 2016 +0200

----------------------------------------------------------------------
 components/camel-script/pom.xml | 2 +-
 parent/pom.xml                  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/28184d30/components/camel-script/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-script/pom.xml b/components/camel-script/pom.xml
index c8fcbc8..aacb3db 100644
--- a/components/camel-script/pom.xml
+++ b/components/camel-script/pom.xml
@@ -100,7 +100,7 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>org.beanshell</groupId>
+            <groupId>org.apache-extras.beanshell</groupId>
             <artifactId>bsh</artifactId>
             <version>${bsh-version}</version>
             <scope>test</scope>

http://git-wip-us.apache.org/repos/asf/camel/blob/28184d30/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index ae9a232..55be196 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -73,7 +73,7 @@
     <beanio-version>2.1.0</beanio-version>
     <beanstalkd-client-version>1.4.6</beanstalkd-client-version>
     <bndlib-version>3.1.0</bndlib-version>
-    <bsh-version>2.0b5</bsh-version>
+    <bsh-version>2.0b6</bsh-version>
     <boon-version>0.33</boon-version>
     <bouncycastle-version>1.54</bouncycastle-version>
     <boxjavalibv2.version>3.2.1</boxjavalibv2.version>
@@ -2105,7 +2105,7 @@
 
       <!-- beanshell -->
       <dependency>
-        <groupId>org.beanshell</groupId>
+        <groupId>org.apache-extras.beanshell</groupId>
         <artifactId>bsh</artifactId>
         <version>${bsh-version}</version>
       </dependency>