Skip to content

Commit

Permalink
Upgrade TestNG to v7.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
psibre committed Feb 24, 2024
1 parent a44d1af commit 54ce6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ dependencies {
implementation group: 'de.dfki.mary', name: 'gradle-marytts-component-plugin', version: '0.3.2'
implementation group: 'io.github.m2ci-msp', name: 'gradle-praat-wrapper-plugin', version: '0.7.0'
implementation group: 'io.github.m2ci-msp', name: 'jtgt', version: '0.7.0'
testImplementation group: 'org.testng', name: 'testng', version: '7.5'
testImplementation group: 'org.testng', name: 'testng', version: '7.5.1'
testImplementation group: 'xmlunit', name: 'xmlunit', version: '1.6'
}

Expand Down

0 comments on commit 54ce6cd

Please sign in to comment.