Skip to content

Commit

Permalink
Upgrade JUnit-Foundation to version 15.3.0 (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbabcoc authored Jun 25, 2021
1 parent 0b840d0 commit bb81cb9
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 @@ -288,7 +288,7 @@ repositories {
dependencies {
compile 'com.nordstrom.tools:java-utils:2.0.0'
compile 'com.nordstrom.tools:settings:2.3.5'
compile 'com.nordstrom.tools:junit-foundation:15.2.0'
compile 'com.nordstrom.tools:junit-foundation:15.3.0'
compile('com.github.sbabcoc:logback-testng:1.3.2') {
exclude group: 'org.testng', module: 'testng'
}
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.0</source-plugin.version>
<javadoc-plugin.version>3.1.1</javadoc-plugin.version>
<settings.version>2.3.5</settings.version>
<junit-foundation.version>15.2.0</junit-foundation.version>
<junit-foundation.version>15.3.0</junit-foundation.version>
<logback-testng.version>1.3.2</logback-testng.version>
<sonar.language>java</sonar.language>
<jacoco.version>0.8.5</jacoco.version>
Expand Down

0 comments on commit bb81cb9

Please sign in to comment.