From aee9cc37319932e52dc6be2f8208638f26f77f95 Mon Sep 17 00:00:00 2001 From: Nithin R Date: Mon, 8 Apr 2024 11:56:36 +0530 Subject: [PATCH 1/6] chore:org json update --- jobs/pacman-awsrules/pom.xml | 2 +- jobs/pacman-rule-engine-2.0/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jobs/pacman-awsrules/pom.xml b/jobs/pacman-awsrules/pom.xml index 7b3ed8f75d..2001d2c85f 100644 --- a/jobs/pacman-awsrules/pom.xml +++ b/jobs/pacman-awsrules/pom.xml @@ -30,7 +30,7 @@ org.json json - 20180130 + 20231013 org.slf4j diff --git a/jobs/pacman-rule-engine-2.0/pom.xml b/jobs/pacman-rule-engine-2.0/pom.xml index 05a0121ed6..b802ff8524 100644 --- a/jobs/pacman-rule-engine-2.0/pom.xml +++ b/jobs/pacman-rule-engine-2.0/pom.xml @@ -143,7 +143,7 @@ org.json json - 20180130 + 20231013 org.projectlombok From 242b263a5dcd4f3d7afa290217f7b11b2fce9a98 Mon Sep 17 00:00:00 2001 From: Nithin R Date: Mon, 8 Apr 2024 12:29:36 +0530 Subject: [PATCH 2/6] chore:org framework --- jobs/azure-discovery/pom.xml | 2 +- jobs/gcp-discovery/pom.xml | 2 +- jobs/pacman-cloud-discovery/pom.xml | 2 +- jobs/pacman-cloud-notifications/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/jobs/azure-discovery/pom.xml b/jobs/azure-discovery/pom.xml index 6464d8cc01..1b11a17426 100644 --- a/jobs/azure-discovery/pom.xml +++ b/jobs/azure-discovery/pom.xml @@ -15,7 +15,7 @@ org.springframework spring-context - 4.3.8.RELEASE + 5.2.22.RELEASE diff --git a/jobs/gcp-discovery/pom.xml b/jobs/gcp-discovery/pom.xml index f97259d2a9..3a11add4ad 100644 --- a/jobs/gcp-discovery/pom.xml +++ b/jobs/gcp-discovery/pom.xml @@ -92,7 +92,7 @@ org.springframework spring-context - 4.3.8.RELEASE + 5.2.22.RELEASE com.paladincloud diff --git a/jobs/pacman-cloud-discovery/pom.xml b/jobs/pacman-cloud-discovery/pom.xml index f0c6761499..a4acbcf7fb 100644 --- a/jobs/pacman-cloud-discovery/pom.xml +++ b/jobs/pacman-cloud-discovery/pom.xml @@ -29,7 +29,7 @@ org.springframework spring-context - 4.3.8.RELEASE + 5.2.22.RELEASE org.powermock diff --git a/jobs/pacman-cloud-notifications/pom.xml b/jobs/pacman-cloud-notifications/pom.xml index 9b4792470d..8795c0c3cb 100644 --- a/jobs/pacman-cloud-notifications/pom.xml +++ b/jobs/pacman-cloud-notifications/pom.xml @@ -48,7 +48,7 @@ org.springframework spring-context - 4.3.8.RELEASE + 5.2.22.RELEASE org.springframework From 8eef97acc351e1348db4fa65e567d1c16b66e4c9 Mon Sep 17 00:00:00 2001 From: Nithin R Date: Mon, 8 Apr 2024 12:57:31 +0530 Subject: [PATCH 3/6] chore:logback-classic --- jobs/pacman-rule-engine-2.0/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/pacman-rule-engine-2.0/pom.xml b/jobs/pacman-rule-engine-2.0/pom.xml index b802ff8524..4d98456fde 100644 --- a/jobs/pacman-rule-engine-2.0/pom.xml +++ b/jobs/pacman-rule-engine-2.0/pom.xml @@ -210,7 +210,7 @@ ch.qos.logback logback-classic - 1.2.3 + 1.2.13 From 44d2da7c39e7ff8c3a18fd1a563f1729cfa6cceb Mon Sep 17 00:00:00 2001 From: Nithin R Date: Mon, 8 Apr 2024 13:01:28 +0530 Subject: [PATCH 4/6] chore:fasterxml jackson core --- jobs/job-scheduler/pom.xml | 4 ++-- lambda-functions/notification-send-email-service/pom.xml | 4 ++-- .../notification-template-formatter-service/pom.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/jobs/job-scheduler/pom.xml b/jobs/job-scheduler/pom.xml index acb867f995..8eb5d0383b 100644 --- a/jobs/job-scheduler/pom.xml +++ b/jobs/job-scheduler/pom.xml @@ -75,13 +75,13 @@ com.fasterxml.jackson.core jackson-databind - 2.13.3 + 2.13.4.2 com.fasterxml.jackson.core jackson-annotations - 2.13.3 + 2.13.4.2 com.amazonaws diff --git a/lambda-functions/notification-send-email-service/pom.xml b/lambda-functions/notification-send-email-service/pom.xml index d072427cc0..d73a7df66f 100644 --- a/lambda-functions/notification-send-email-service/pom.xml +++ b/lambda-functions/notification-send-email-service/pom.xml @@ -15,13 +15,13 @@ com.fasterxml.jackson.core jackson-core - 2.13.3 + 2.13.4.2 compile com.fasterxml.jackson.core jackson-databind - 2.13.3 + 2.13.4.2 compile diff --git a/lambda-functions/notification-template-formatter-service/pom.xml b/lambda-functions/notification-template-formatter-service/pom.xml index 2449c6b624..0a23c49946 100644 --- a/lambda-functions/notification-template-formatter-service/pom.xml +++ b/lambda-functions/notification-template-formatter-service/pom.xml @@ -43,7 +43,7 @@ com.fasterxml.jackson.core jackson-databind - 2.13.3 + 2.13.4.2 compile From 6fcaf71c2d99f6c3e4b063e43039dd1243885007 Mon Sep 17 00:00:00 2001 From: Nithin R Date: Mon, 8 Apr 2024 13:08:18 +0530 Subject: [PATCH 5/6] chore: fasterxml jackson --- jobs/gcp-discovery/pom.xml | 2 +- jobs/pacman-cloud-notifications/pom.xml | 2 +- jobs/pacman-data-shipper/pom.xml | 2 +- jobs/recommendation-enricher/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/jobs/gcp-discovery/pom.xml b/jobs/gcp-discovery/pom.xml index 3a11add4ad..370910f7bd 100644 --- a/jobs/gcp-discovery/pom.xml +++ b/jobs/gcp-discovery/pom.xml @@ -108,7 +108,7 @@ com.fasterxml.jackson.core jackson-databind - 2.12.6.1 + 2.12.7.1 diff --git a/jobs/pacman-cloud-notifications/pom.xml b/jobs/pacman-cloud-notifications/pom.xml index 8795c0c3cb..9258cedada 100644 --- a/jobs/pacman-cloud-notifications/pom.xml +++ b/jobs/pacman-cloud-notifications/pom.xml @@ -202,7 +202,7 @@ com.fasterxml.jackson.core jackson-databind - 2.12.6.1 + 2.12.7.1 mysql diff --git a/jobs/pacman-data-shipper/pom.xml b/jobs/pacman-data-shipper/pom.xml index b8b9acb60f..a2decff9de 100644 --- a/jobs/pacman-data-shipper/pom.xml +++ b/jobs/pacman-data-shipper/pom.xml @@ -88,7 +88,7 @@ com.fasterxml.jackson.core jackson-databind - 2.12.6.1 + 2.12.7.1 commons-httpclient diff --git a/jobs/recommendation-enricher/pom.xml b/jobs/recommendation-enricher/pom.xml index b4a7d72095..8b683f454c 100644 --- a/jobs/recommendation-enricher/pom.xml +++ b/jobs/recommendation-enricher/pom.xml @@ -58,7 +58,7 @@ com.fasterxml.jackson.core jackson-databind - 2.12.6.1 + 2.12.7.1 commons-httpclient From 4c473971ba581ba6413aa042deade880a7d02c95 Mon Sep 17 00:00:00 2001 From: Nithin R Date: Mon, 8 Apr 2024 13:08:54 +0530 Subject: [PATCH 6/6] chore: owasp dependnecy update --- jobs/job-scheduler/pom.xml | 4 ++-- jobs/pacman-awsrules/pom.xml | 2 +- lambda-functions/notification-es-logging-service/pom.xml | 2 +- lambda-functions/notification-send-email-service/pom.xml | 4 ++-- .../notification-template-formatter-service/pom.xml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/jobs/job-scheduler/pom.xml b/jobs/job-scheduler/pom.xml index 8eb5d0383b..48c4160bdb 100644 --- a/jobs/job-scheduler/pom.xml +++ b/jobs/job-scheduler/pom.xml @@ -75,13 +75,13 @@ com.fasterxml.jackson.core jackson-databind - 2.13.4.2 + 2.13.4 com.fasterxml.jackson.core jackson-annotations - 2.13.4.2 + 2.13.4 com.amazonaws diff --git a/jobs/pacman-awsrules/pom.xml b/jobs/pacman-awsrules/pom.xml index 2001d2c85f..beae50b8d9 100644 --- a/jobs/pacman-awsrules/pom.xml +++ b/jobs/pacman-awsrules/pom.xml @@ -282,7 +282,7 @@ org.owasp dependency-check-maven - 1.3.6 + 3.2.0 diff --git a/lambda-functions/notification-es-logging-service/pom.xml b/lambda-functions/notification-es-logging-service/pom.xml index a8ab94b9c4..6f5a4a98a4 100644 --- a/lambda-functions/notification-es-logging-service/pom.xml +++ b/lambda-functions/notification-es-logging-service/pom.xml @@ -34,7 +34,7 @@ com.fasterxml.jackson.core jackson-databind - 2.13.4.2 + 2.13.4 diff --git a/lambda-functions/notification-send-email-service/pom.xml b/lambda-functions/notification-send-email-service/pom.xml index d73a7df66f..4953fb8938 100644 --- a/lambda-functions/notification-send-email-service/pom.xml +++ b/lambda-functions/notification-send-email-service/pom.xml @@ -15,13 +15,13 @@ com.fasterxml.jackson.core jackson-core - 2.13.4.2 + 2.13.4 compile com.fasterxml.jackson.core jackson-databind - 2.13.4.2 + 2.13.4 compile diff --git a/lambda-functions/notification-template-formatter-service/pom.xml b/lambda-functions/notification-template-formatter-service/pom.xml index 0a23c49946..9b71659aa1 100644 --- a/lambda-functions/notification-template-formatter-service/pom.xml +++ b/lambda-functions/notification-template-formatter-service/pom.xml @@ -43,7 +43,7 @@ com.fasterxml.jackson.core jackson-databind - 2.13.4.2 + 2.13.4 compile