From f22d1a331988832103126373af69b2596a811566 Mon Sep 17 00:00:00 2001 From: Scott Babcock Date: Sun, 15 May 2022 21:47:05 -0700 Subject: [PATCH] Upgrade dependencies (#218) --- build.gradle | 8 ++++---- pom.xml | 12 ++++++------ selenium2Deps.gradle | 2 +- selenium3Deps.gradle | 6 +++--- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/build.gradle b/build.gradle index 1b15be42..63ddb639 100644 --- a/build.gradle +++ b/build.gradle @@ -209,11 +209,11 @@ repositories { dependencies { constraints { api 'com.nordstrom.tools:java-utils:2.2.0' - api 'com.nordstrom.tools:settings:2.3.10' - api 'com.nordstrom.tools:junit-foundation:16.0.2' - api 'com.github.sbabcoc:logback-testng:1.3.4' + api 'com.nordstrom.tools:settings:2.3.11' + api 'com.nordstrom.tools:junit-foundation:16.0.3' + api 'com.github.sbabcoc:logback-testng:1.3.5' api 'org.hamcrest:hamcrest-core:2.2' - api 'org.yaml:snakeyaml:1.28' + api 'org.yaml:snakeyaml:1.30' } api 'com.nordstrom.tools:java-utils' api 'com.nordstrom.tools:settings' diff --git a/pom.xml b/pom.xml index ec58617d..00151ae3 100644 --- a/pom.xml +++ b/pom.xml @@ -43,9 +43,9 @@ 3.0.0-M5 3.2.1 3.3.0 - 2.3.10 - 16.0.2 - 1.3.4 + 2.3.11 + 16.0.3 + 1.3.5 java 0.8.7 3.2.0 @@ -53,7 +53,7 @@ 3.1.0 2.2 - 1.28 + 1.30 @@ -322,11 +322,11 @@ 3.0.6-j8 3.141.59 3.12.0 - 30.1.1-jre + 31.1-jre 4.5.13 1.14.2 2.61.0 - 1.78 + 1.82 3.1.0 9.4.43.v20210629 diff --git a/selenium2Deps.gradle b/selenium2Deps.gradle index 6a317bae..bb127f18 100644 --- a/selenium2Deps.gradle +++ b/selenium2Deps.gradle @@ -24,7 +24,7 @@ sourceSets { dependencies { constraints { - api 'com.nordstrom.tools:testng-foundation:3.0.9-j7' + api 'com.nordstrom.tools:testng-foundation:3.0.10-j7' api 'commons-io:commons-io:2.4' api 'org.seleniumhq.selenium:selenium-server:2.53.1' api 'org.seleniumhq.selenium:selenium-support:2.53.1' diff --git a/selenium3Deps.gradle b/selenium3Deps.gradle index a63ec748..5a0e4f71 100644 --- a/selenium3Deps.gradle +++ b/selenium3Deps.gradle @@ -24,14 +24,14 @@ sourceSets { dependencies { constraints { - api 'com.nordstrom.tools:testng-foundation:3.0.9-j8' + api 'com.nordstrom.tools:testng-foundation:3.0.10-j8' api 'org.seleniumhq.selenium:selenium-server:3.141.59' api 'org.seleniumhq.selenium:selenium-support:3.141.59' api 'org.apache.httpcomponents:httpclient:4.5.13' api 'org.jsoup:jsoup:1.14.2' api 'org.apache.commons:commons-lang3:3.12.0' - api 'com.google.guava:guava:30.1.1-jre' - api 'com.beust:jcommander:1.78' + api 'com.google.guava:guava:31.1-jre' + api 'com.beust:jcommander:1.82' api 'com.squareup.okhttp3:okhttp:4.9.1' api 'com.squareup.okio:okio:2.10.0' api 'org.eclipse.jetty.websocket:websocket-client:9.4.43.v20210629'