Skip to content

Commit

Permalink
Enable debugging of tests in VS Code:
Browse files Browse the repository at this point in the history
Philippluca committed Jan 29, 2025
1 parent 5c89577 commit c737f80
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
@@ -21,7 +21,7 @@ dependencies {

implementation 'commons-cli:commons-cli:1.6.0'

testImplementation platform('org.junit:junit-bom:5.9.1')
testImplementation platform('org.junit:junit-bom:5.11.4')
testImplementation 'org.junit.jupiter:junit-jupiter'
testImplementation 'org.xmlunit:xmlunit-core:2.9.1'
testImplementation "org.mockito:mockito-core:5.+"

0 comments on commit c737f80

Please sign in to comment.