From 8689b6545bb74573550a2c444b73065bd40af00e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Oct 2023 00:11:01 +0000 Subject: [PATCH] fix: modules/idaithalam/pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGGLASSFISHJERSEYCORE-1255637 --- modules/idaithalam/pom.xml | 606 ++++++++++++++++++------------------- 1 file changed, 303 insertions(+), 303 deletions(-) diff --git a/modules/idaithalam/pom.xml b/modules/idaithalam/pom.xml index 8a65f595..c157392d 100644 --- a/modules/idaithalam/pom.xml +++ b/modules/idaithalam/pom.xml @@ -1,304 +1,304 @@ - - 4.0.0 - io.virtualan - idaithalam - jar - idaithalam-platform-testing - 1.7.1-SNAPSHOT - - 1.5.1 - 1.4.1 - 1.4.1 - 11 - ${java.version} - ${java.version} - - - Idaithalam is a low code Test automation Framework, developed using Java and Cucumber. It leverages Behavior Driven Development (BDD). Tester can create test cases/scripts in simple Excel with API Spec. Excel is a simplified way to create Json based test scripts in Idaithalam. Test cases can be created quickly and tested in minutes. - As a tester, you need to create Excel and pass it to Idaithalam Framework. - First, generate the Json based test scripts(Virtualan Collection) from Excel. During test execution, this test script collection can be directly utilized. - Then it generates Feature files from the Virtualan Collection and its executed. - Lastly, It generates test report in BDD/Cucumber style. - This provide complete testing support for REST APIs, GraphQL, RDBMS DB and Kafka Event messages - - #idaithalam #apitesting #testautomation #restapitesting #insprintautomation #rdbmstesting #graphqltesting #kafkamessagetesting #eventvalidation #messagevalidation #cucumber #bdd - - Virtualan Collection is a JSON based TestScripts generated from Excel - - API testing can be automated using Excel, POSTMAN collection and VIRTUALAN - - Utilized for API testing. - - Utilized Contract testing. - - Utilized Production Checkout. - - Agile Testing - Progressive Regression can be done for each sprint. Reduce lot of manual effects. - - https://www.virtualan.io - - scm:git:ssh://git@github.com/virtualansoftware/idaithalam.git - scm:git:ssh://git@github.com/virtualansoftware/idaithalam.git - - https://github.com/virtualansoftware/idaithalam.git - HEAD - - - - - elans3 - Elan Thangamani - elan.thangamani@virtualan.io - Virtualan Software - https://www.virtualansoftware.com - - - - - ossrh - https://oss.sonatype.org/content/repositories/snapshots - - - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - - - - Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0.html - repo - - - - idaithalam - - - src/main/java - - - src/main/resources - - - - - maven-assembly-plugin - - - - io.virtualan.idaithalam.contract.IdaithalamExecutor - - - - jar-with-dependencies - - - - - make-assembly - package - - single - - - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.22.0 - - - org.apache.maven.surefire - surefire-junit4 - 2.22.0 - - - - - **/*.java - - - - - org.jacoco - jacoco-maven-plugin - 0.8.6 - - - prepare-agent - - prepare-agent - - - ${project.build.directory}/coverage-reports/jacoco-ut.exec - - - - report - test - - report - - - ${project.build.directory}/coverage-reports/jacoco-ut.exec - ${project.reporting.outputDirectory}/jacoco-ut - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.8.1 - - UTF-8 - 8 - 8 - - - - - - - release - - - - org.apache.maven.plugins - maven-source-plugin - 3.2.0 - - - attach-sources - - jar - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - 8 - - 3.2.0 - - - attach-javadocs - - jar - - - - - - org.apache.maven.plugins - maven-gpg-plugin - 1.6 - - - sign-artifacts - verify - - sign - - - - - - - - - - - - io.virtualan - cucumblan-api - ${cucumblan-api.version} - - - io.virtualan - cucumblan-db - ${cucumblan-db.version} - - - io.virtualan - cucumblan-message - ${cucumblan-message.version} - - - com.fasterxml.jackson.core - jackson-databind - 2.13.2.2 - - - org.apache.commons - commons-lang3 - 3.12.0 - - - commons-io - commons-io - 2.11.0 - - - net.masterthought - cucumber-reporting - 5.7.0 - - - com.github.spullara.mustache.java - compiler - 0.9.10 - - - me.jvt.cucumber - gherkin-formatter - 1.4.0 - - - org.powermock - powermock-module-junit4 - 2.0.9 - test - - - org.powermock - powermock-api-mockito - 1.7.4 - test - - - org.slf4j - slf4j-simple - 1.7.36 - - - org.apache.logging.log4j - log4j-core - 2.17.2 - - - io.swagger - swagger-inflector - 2.0.7 - - - org.apache.commons - commons-lang - - - commons-lang - commons-lang - - - ch.qos.logback - logback-core - - - ch.qos.logback - logback-classic - - - - - + + 4.0.0 + io.virtualan + idaithalam + jar + idaithalam-platform-testing + 1.7.1-SNAPSHOT + + 1.5.1 + 1.4.1 + 1.4.1 + 11 + ${java.version} + ${java.version} + + + Idaithalam is a low code Test automation Framework, developed using Java and Cucumber. It leverages Behavior Driven Development (BDD). Tester can create test cases/scripts in simple Excel with API Spec. Excel is a simplified way to create Json based test scripts in Idaithalam. Test cases can be created quickly and tested in minutes. + As a tester, you need to create Excel and pass it to Idaithalam Framework. + First, generate the Json based test scripts(Virtualan Collection) from Excel. During test execution, this test script collection can be directly utilized. + Then it generates Feature files from the Virtualan Collection and its executed. + Lastly, It generates test report in BDD/Cucumber style. + This provide complete testing support for REST APIs, GraphQL, RDBMS DB and Kafka Event messages + + #idaithalam #apitesting #testautomation #restapitesting #insprintautomation #rdbmstesting #graphqltesting #kafkamessagetesting #eventvalidation #messagevalidation #cucumber #bdd + + Virtualan Collection is a JSON based TestScripts generated from Excel + + API testing can be automated using Excel, POSTMAN collection and VIRTUALAN + - Utilized for API testing. + - Utilized Contract testing. + - Utilized Production Checkout. + - Agile Testing - Progressive Regression can be done for each sprint. Reduce lot of manual effects. + + https://www.virtualan.io + + scm:git:ssh://git@github.com/virtualansoftware/idaithalam.git + scm:git:ssh://git@github.com/virtualansoftware/idaithalam.git + + https://github.com/virtualansoftware/idaithalam.git + HEAD + + + + + elans3 + Elan Thangamani + elan.thangamani@virtualan.io + Virtualan Software + https://www.virtualansoftware.com + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + Apache License 2.0 + http://www.apache.org/licenses/LICENSE-2.0.html + repo + + + + idaithalam + + + src/main/java + + + src/main/resources + + + + + maven-assembly-plugin + + + + io.virtualan.idaithalam.contract.IdaithalamExecutor + + + + jar-with-dependencies + + + + + make-assembly + package + + single + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.0 + + + org.apache.maven.surefire + surefire-junit4 + 2.22.0 + + + + + **/*.java + + + + + org.jacoco + jacoco-maven-plugin + 0.8.6 + + + prepare-agent + + prepare-agent + + + ${project.build.directory}/coverage-reports/jacoco-ut.exec + + + + report + test + + report + + + ${project.build.directory}/coverage-reports/jacoco-ut.exec + ${project.reporting.outputDirectory}/jacoco-ut + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + UTF-8 + 8 + 8 + + + + + + + release + + + + org.apache.maven.plugins + maven-source-plugin + 3.2.0 + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + 8 + + 3.2.0 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + + + + + + + + + io.virtualan + cucumblan-api + ${cucumblan-api.version} + + + io.virtualan + cucumblan-db + ${cucumblan-db.version} + + + io.virtualan + cucumblan-message + ${cucumblan-message.version} + + + com.fasterxml.jackson.core + jackson-databind + 2.13.2.2 + + + org.apache.commons + commons-lang3 + 3.12.0 + + + commons-io + commons-io + 2.11.0 + + + net.masterthought + cucumber-reporting + 5.7.0 + + + com.github.spullara.mustache.java + compiler + 0.9.10 + + + me.jvt.cucumber + gherkin-formatter + 1.4.0 + + + org.powermock + powermock-module-junit4 + 2.0.9 + test + + + org.powermock + powermock-api-mockito + 1.7.4 + test + + + org.slf4j + slf4j-simple + 1.7.36 + + + org.apache.logging.log4j + log4j-core + 2.17.2 + + + io.swagger + swagger-inflector + 2.0.9 + + + org.apache.commons + commons-lang + + + commons-lang + commons-lang + + + ch.qos.logback + logback-core + + + ch.qos.logback + logback-classic + + + + +