diff --git a/build.gradle b/build.gradle
index 4f0bdf90..1f802fdc 100644
--- a/build.gradle
+++ b/build.gradle
@@ -209,8 +209,8 @@ repositories {
dependencies {
constraints {
api 'com.nordstrom.tools:java-utils:3.0.0'
- api 'com.nordstrom.tools:settings:3.0.0'
- api 'com.nordstrom.tools:junit-foundation:17.0.0'
+ api 'com.nordstrom.tools:settings:3.0.1'
+ api 'com.nordstrom.tools:junit-foundation:17.0.1'
api 'com.github.sbabcoc:logback-testng:2.0.0'
api 'org.hamcrest:hamcrest-core:2.2'
api 'org.yaml:snakeyaml:1.30'
diff --git a/pom.xml b/pom.xml
index 4ebdb7c4..7adeccba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,8 +43,8 @@
3.0.0-M7
3.2.1
3.4.0
- 3.0.0
- 17.0.0
+ 3.0.1
+ 17.0.1
2.0.0
java
0.8.8
@@ -142,7 +142,7 @@
8
- 4.0.0-j8
+ 4.0.1-j8
3.141.59
3.12.0
31.1-jre
diff --git a/selenium3Deps.gradle b/selenium3Deps.gradle
index e9c30e55..5c73a384 100644
--- a/selenium3Deps.gradle
+++ b/selenium3Deps.gradle
@@ -24,7 +24,7 @@ sourceSets {
dependencies {
constraints {
- api 'com.nordstrom.tools:testng-foundation:4.0.0-j8'
+ api 'com.nordstrom.tools:testng-foundation:4.0.1-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'