You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2023/07/04 12:06:25 UTC

[camel] 02/02: Upgrade littleproxy to 2.0.18

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

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

commit 25505e1e3e7d411c30b6c8f72d18e18337703cb3
Author: James Netherton <ja...@gmail.com>
AuthorDate: Tue Jul 4 11:57:08 2023 +0100

    Upgrade littleproxy to 2.0.18
---
 camel-dependencies/pom.xml                                        | 1 +
 components/camel-ftp/pom.xml                                      | 4 ++--
 components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml | 4 ++--
 parent/pom.xml                                                    | 1 +
 4 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 06472011db5..e8cb485e847 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -299,6 +299,7 @@
         <libthrift-version>0.18.1</libthrift-version>
         <lifecycle-mapping-version>1.0.0</lifecycle-mapping-version>
         <lightcouch-version>0.2.0</lightcouch-version>
+        <littleproxy-version>2.0.18</littleproxy-version>
         <log4j2-version>2.20.0</log4j2-version>
         <logback-version>1.4.8</logback-version>
         <lucene-version>9.7.0</lucene-version>
diff --git a/components/camel-ftp/pom.xml b/components/camel-ftp/pom.xml
index cda89d0edfd..2d1936d46df 100644
--- a/components/camel-ftp/pom.xml
+++ b/components/camel-ftp/pom.xml
@@ -102,9 +102,9 @@
 
         <!-- for testing sftp through http proxy -->
         <dependency>
-            <groupId>org.littleshoot</groupId>
+            <groupId>xyz.rogfam</groupId>
             <artifactId>littleproxy</artifactId>
-            <version>1.1.2</version>
+            <version>${littleproxy-version}</version>
             <scope>test</scope>
             <exclusions>
                 <exclusion>
diff --git a/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml b/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml
index 595bc4c6046..6462062bec3 100644
--- a/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml
+++ b/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml
@@ -170,9 +170,9 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>org.littleshoot</groupId>
+            <groupId>xyz.rogfam</groupId>
             <artifactId>littleproxy</artifactId>
-            <version>1.1.2</version>
+            <version>${littleproxy-version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/parent/pom.xml b/parent/pom.xml
index a3a51f0e064..b434583fb25 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -323,6 +323,7 @@
         <logback-version>1.4.8</logback-version>
         <lucene-version>9.7.0</lucene-version>
         <lightcouch-version>0.2.0</lightcouch-version>
+        <littleproxy-version>2.0.18</littleproxy-version>
         <mapstruct-version>1.5.5.Final</mapstruct-version>
         <!-- needed from tooling/archetypes -->
         <maven-version>3.8.8</maven-version>