Skip to content

Commit

Permalink
Upgrade JUnit-Foundation to 16.0.2 (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbabcoc authored May 6, 2022
1 parent 9cfa5f3 commit 92a2238
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ dependencies {
constraints {
api 'com.nordstrom.tools:java-utils:2.1.0'
api 'com.nordstrom.tools:settings:2.3.10'
api 'com.nordstrom.tools:junit-foundation:16.0.1'
api 'com.nordstrom.tools:junit-foundation:16.0.2'
api 'com.github.sbabcoc:logback-testng:1.3.4'
api 'org.hamcrest:hamcrest-core:2.2'
api 'org.yaml:snakeyaml:1.28'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<source-plugin.version>3.2.1</source-plugin.version>
<javadoc-plugin.version>3.3.0</javadoc-plugin.version>
<settings.version>2.3.10</settings.version>
<junit-foundation.version>16.0.1</junit-foundation.version>
<junit-foundation.version>16.0.2</junit-foundation.version>
<logback-testng.version>1.3.4</logback-testng.version>
<sonar.language>java</sonar.language>
<jacoco.version>0.8.7</jacoco.version>
Expand Down

0 comments on commit 92a2238

Please sign in to comment.