Skip to content

Commit

Permalink
Merge pull request #3 from testvagrant/upgradeDependency
Browse files Browse the repository at this point in the history
upgraded dependency
  • Loading branch information
kumarpani committed Sep 12, 2023
2 parents f9250b4 + e2383bc commit 4cbaa65
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sourceCompatibility = 1.8

dependencies {
// Generic wait
implementation('org.awaitility:awaitility:4.1.0')
implementation('org.awaitility:awaitility:4.2.0')

//appium
implementation('io.appium:java-client:8.5.1')
Expand All @@ -23,10 +23,10 @@ dependencies {
implementation('com.microsoft.edge:msedge-selenium-tools-java:3.141.0')

//lombok
implementation('org.projectlombok:lombok:1.18.20')
annotationProcessor('org.projectlombok:lombok:1.18.20')
testImplementation('org.projectlombok:lombok:1.18.20')
testAnnotationProcessor('org.projectlombok:lombok:1.18.20')
implementation('org.projectlombok:lombok:1.18.28')
annotationProcessor('org.projectlombok:lombok:1.18.28')
testImplementation('org.projectlombok:lombok:1.18.28')
testAnnotationProcessor('org.projectlombok:lombok:1.18.28')

// Test Framework
testImplementation('org.junit.jupiter:junit-jupiter-api:5.8.0-M1')
Expand Down

0 comments on commit 4cbaa65

Please sign in to comment.