Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dipjyotimetia committed Mar 31, 2019
1 parent b98f791 commit 68e3da0
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -130,27 +130,27 @@ dependencies {
compile group: 'com.relevantcodes', name: 'extentreports', version: '2.41.2'
compile group: 'commons-io', name: 'commons-io', version: '2.6'
compile group: 'net.sourceforge.javacsv', name: 'javacsv', version: '2.0'
compile group: 'org.apache.poi', name: 'poi-ooxml', version: '3.16'
compile group: 'org.apache.poi', name: 'poi-ooxml-schemas', version: '3.16'
compile group: 'org.apache.poi', name: 'poi-excelant', version: '3.16'
compile group: 'org.apache.poi', name: 'poi-examples', version: '3.16'
compile group: 'org.apache.poi', name: 'poi-scratchpad', version: '3.16'
compile group: 'org.apache.poi', name: 'poi', version: '3.16'
compile group: 'org.apache.xmlbeans', name: 'xmlbeans', version: '2.6.0'
compile group: 'com.microsoft.sqlserver', name: 'mssql-jdbc', version: '6.4.0.jre8'
compile group: 'org.apache.poi', name: 'poi-ooxml', version: '4.0.1'
compile group: 'org.apache.poi', name: 'poi-ooxml-schemas', version: '4.0.1'
compile group: 'org.apache.poi', name: 'poi-excelant', version: '4.0.1'
compile group: 'org.apache.poi', name: 'poi-examples', version: '4.0.1'
compile group: 'org.apache.poi', name: 'poi-scratchpad', version: '4.0.1'
compile group: 'org.apache.poi', name: 'poi', version: '4.0.1'
compile group: 'org.apache.xmlbeans', name: 'xmlbeans', version: '3.1.0'
compile group: 'com.microsoft.sqlserver', name: 'mssql-jdbc', version: '7.2.1.jre8'
compile group: 'io.qameta.allure', name: 'allure-gradle', version: '2.4'
compile group: 'io.qameta.allure', name: 'allure-testng', version: '2.7.0'
compile group: 'org.slf4j', name: 'slf4j-log4j12', version: '1.7.25'
compile group: 'com.github.javafaker', name: 'javafaker', version: '0.15'
compile group: 'io.rest-assured', name: 'rest-assured', version: '3.2.0'
compile 'io.rest-assured:json-path:3.2.0'
compile 'io.rest-assured:json-schema-validator:3.2.0'
compile group: 'com.github.javafaker', name: 'javafaker', version: '0.17.2'
compile group: 'io.rest-assured', name: 'rest-assured', version: '3.3.0'
compile 'io.rest-assured:json-path:3.3.0'
compile 'io.rest-assured:json-schema-validator:3.3.0'
compile group: 'org.json', name: 'json', version: '20180130'
compile group: 'com.mashape.unirest', name: 'unirest-java', version: '1.4.9'
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.11.1'
compile group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.11.1'
compile group: 'com.mashape.unirest', name: 'unirest-java', version: '1.4.9'
compile group: 'com.github.tomakehurst', name: 'wiremock', version: '2.19.0'
compile group: 'com.github.tomakehurst', name: 'wiremock', version: '2.22.0'
compile group: 'net.lightbody.bmp', name: 'browsermob-core', version: '2.1.5'
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
}
Expand Down

0 comments on commit 68e3da0

Please sign in to comment.