You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by co...@apache.org on 2020/09/18 14:38:29 UTC

[camel] branch camel-2.25.x updated (986b928 -> 0767036)

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

coheigea pushed a change to branch camel-2.25.x
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 986b928  CAMEL-15532: Stream Cache file not deleted (#4227)
     new b22308b  Updating Spring to 5.1.18 due to CVE-2020-5421
     new 0767036  Updating Spring Security to 5.0.18

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[camel] 01/02: Updating Spring to 5.1.18 due to CVE-2020-5421

Posted by co...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit b22308b2de3c8eb85bffc9cd8b818151a5a7e786
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Fri Sep 18 15:35:03 2020 +0100

    Updating Spring to 5.1.18 due to CVE-2020-5421
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index e15de0a..5544525 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -657,7 +657,7 @@
     <!-- karaf 4.1.x supports spring 4.x and karaf 4.2.x supports spring 5 -->
     <spring-version-range>[4.3,6)</spring-version-range>
     <spring-version>${spring5-version}</spring-version>
-    <spring5-version>5.1.13.RELEASE</spring5-version>
+    <spring5-version>5.1.18.RELEASE</spring5-version>
     <spring-osgi-version>1.2.1</spring-osgi-version>
     <spring-security-version>5.0.8.RELEASE</spring-security-version>
     <spring-security-bundle-version>5.0.4.RELEASE_1</spring-security-bundle-version>


[camel] 02/02: Updating Spring Security to 5.0.18

Posted by co...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 0767036a1a245b4fce99ed58ab8a609747d1db26
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Fri Sep 18 15:36:18 2020 +0100

    Updating Spring Security to 5.0.18
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 5544525..977fc1f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -659,7 +659,7 @@
     <spring-version>${spring5-version}</spring-version>
     <spring5-version>5.1.18.RELEASE</spring5-version>
     <spring-osgi-version>1.2.1</spring-osgi-version>
-    <spring-security-version>5.0.8.RELEASE</spring-security-version>
+    <spring-security-version>5.0.18.RELEASE</spring-security-version>
     <spring-security-bundle-version>5.0.4.RELEASE_1</spring-security-bundle-version>
     <spring-ws-bundle-version>2.4.2.RELEASE_1</spring-ws-bundle-version>
     <spring-xml-bundle-version>2.4.2.RELEASE_1</spring-xml-bundle-version>