From 024e7015243f3e4cd221bdb410157b583af8f586 Mon Sep 17 00:00:00 2001 From: Chris Merrick Date: Wed, 23 Oct 2019 13:19:13 -0400 Subject: [PATCH 1/4] Add PR template --- .github/pull_request_template.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..6e46b008a --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ +# Description of change +(write a short description or paste a link to JIRA) + +# Manual QA steps + - + +# Risks + - + +# Rollback steps + - revert this branch From f6331cf4a26e6b3e441722fb46ff5e8c1c01626b Mon Sep 17 00:00:00 2001 From: ahurkat Date: Tue, 11 Jul 2023 16:42:09 +0000 Subject: [PATCH 2/4] Updated commons-validator to remove vulnerability --- core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/pom.xml b/core/pom.xml index 269a39149..308dde17e 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -220,7 +220,7 @@ commons-validator commons-validator - 1.5.1 + 1.7 org.mockito From 2e4f8de468372b1a2b9b016419e37b6a07782fce Mon Sep 17 00:00:00 2001 From: ahurkat Date: Mon, 17 Jul 2023 16:14:49 +0000 Subject: [PATCH 3/4] updated json-schema-java7 version --- core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/pom.xml b/core/pom.xml index 308dde17e..9af19c069 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -22,7 +22,7 @@ com.doctusoft json-schema-java7 - 1.4.1.1 + 1.4.2 bundle From 5fb6336674d05b5afdf09e04b9d221e984abf52d Mon Sep 17 00:00:00 2001 From: ahurkat Date: Mon, 17 Jul 2023 16:28:40 +0000 Subject: [PATCH 4/4] updated json-schema-java7 version --- core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/pom.xml b/core/pom.xml index 9af19c069..308dde17e 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -22,7 +22,7 @@ com.doctusoft json-schema-java7 - 1.4.2 + 1.4.1.1 bundle