Skip to content

Commit

Permalink
fix(deps): update dependency org.testng:testng to v7.10.0 (#2922)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 8, 2024
1 parent fcabfc2 commit 6218d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spotbugsTestCases/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {

implementation 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
implementation 'org.junit.jupiter:junit-jupiter-params:5.10.2'
implementation 'org.testng:testng:7.9.0'
implementation 'org.testng:testng:7.10.0'

implementation project(':spotbugs')
api project(':spotbugs-annotations')
Expand Down

0 comments on commit 6218d80

Please sign in to comment.