From c851ec3e0c5a72886459ada1e52820806b45493d Mon Sep 17 00:00:00 2001 From: Umair Fayaz <59157924+umair-fayaz@users.noreply.github.com> Date: Tue, 28 Nov 2023 09:14:53 +0000 Subject: [PATCH 1/5] Updates Camel Components Starter version --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 24c0621..5953faf 100644 --- a/pom.xml +++ b/pom.xml @@ -61,6 +61,7 @@ org.apache.camel.springboot camel-activemq-starter + 4.2.0 From 73697d54003f54558a27dcadd7b0eab20b5bce26 Mon Sep 17 00:00:00 2001 From: Umair Fayaz <59157924+umair-fayaz@users.noreply.github.com> Date: Tue, 28 Nov 2023 09:15:47 +0000 Subject: [PATCH 2/5] Test run workflow --- .github/workflows/deploy_publish.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy_publish.yaml b/.github/workflows/deploy_publish.yaml index 8829a06..5507682 100644 --- a/.github/workflows/deploy_publish.yaml +++ b/.github/workflows/deploy_publish.yaml @@ -3,6 +3,7 @@ on: push: branches: - Bahmni-IPD-master + - activemq-vulnerability-fix paths-ignore: - "**.md" workflow_dispatch: From 081aaaea63fa95176fd092d13a75a95513b3e55e Mon Sep 17 00:00:00 2001 From: Umair Fayaz <59157924+umair-fayaz@users.noreply.github.com> Date: Tue, 28 Nov 2023 09:22:39 +0000 Subject: [PATCH 3/5] Downgrades Camel Components Starter version to 4.1.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5953faf..4c9341d 100644 --- a/pom.xml +++ b/pom.xml @@ -61,7 +61,7 @@ org.apache.camel.springboot camel-activemq-starter - 4.2.0 + 4.1.0 From ccc4e10ab2fc8acb5ab77ecd4d55a4d86a1b7c05 Mon Sep 17 00:00:00 2001 From: Umair Fayaz <59157924+umair-fayaz@users.noreply.github.com> Date: Tue, 28 Nov 2023 10:43:09 +0000 Subject: [PATCH 4/5] Upgrades Spring Boot Starter Parent version --- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 4c9341d..bd4a418 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.7.13 + 3.2.0 org.bahmni @@ -61,7 +61,6 @@ org.apache.camel.springboot camel-activemq-starter - 4.1.0 From 24822b2d09f3ece8da8be285796777c657a30ec2 Mon Sep 17 00:00:00 2001 From: Umair Fayaz <59157924+umair-fayaz@users.noreply.github.com> Date: Tue, 28 Nov 2023 10:45:33 +0000 Subject: [PATCH 5/5] Removes feature branch --- .github/workflows/deploy_publish.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy_publish.yaml b/.github/workflows/deploy_publish.yaml index 5507682..8829a06 100644 --- a/.github/workflows/deploy_publish.yaml +++ b/.github/workflows/deploy_publish.yaml @@ -3,7 +3,6 @@ on: push: branches: - Bahmni-IPD-master - - activemq-vulnerability-fix paths-ignore: - "**.md" workflow_dispatch: