Skip to content

Commit

Permalink
Updated Version number
Browse files Browse the repository at this point in the history
  • Loading branch information
sridharbandi committed Jan 11, 2020
1 parent 50be18a commit 4c4e2e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jacoco {

ext {
seleniumVersion = '3.141.59'
webdrivermanagerVersion = '3.2.0'
freemarkerVersion = '2.3.29'
jacksonVersion = '2.9.8'
apachecommonsVersion = '1.6'
commonsVersion = '2.6'
slf4jVersion = '1.8.0-beta2'
junitVersion = '5.4.0'
mockitoVersion = '3.2.4'
Expand All @@ -39,11 +39,11 @@ repositories {

dependencies {
compile "org.seleniumhq.selenium:selenium-java:${seleniumVersion}"
compile "io.github.bonigarcia:webdrivermanager:${webdrivermanagerVersion}"
compile "org.freemarker:freemarker:${freemarkerVersion}"
compile "com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}"
compile "org.apache.commons:commons-text:${apachecommonsVersion}"
compile "org.slf4j:slf4j-log4j12:${slf4jVersion}"
compile "commons-io:commons-io:${commonsVersion}"
testCompile "org.junit.jupiter:junit-jupiter-api:${junitVersion}"
testCompile "org.junit.jupiter:junit-jupiter-engine:${junitVersion}"
testCompile "org.mockito:mockito-core:${mockitoVersion}"
Expand Down
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@
<slf4j.version>1.8.0-beta2</slf4j.version>
<junit.version>5.4.0</junit.version>
<mockito.verion>3.2.4</mockito.verion>
<webdrivermanager.version>3.2.0</webdrivermanager.version>
<mavenshadeplugin.version>3.2.1</mavenshadeplugin.version>
<nexusstagingplugin.version>1.6.7</nexusstagingplugin.version>
<gpgplugin.version>1.5</gpgplugin.version>
<javadocplugin.version>2.9.1</javadocplugin.version>
<mavensourceplugin.version>2.2.1</mavensourceplugin.version>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 4c4e2e2

Please sign in to comment.