@@ -19,16 +19,16 @@ repositories {
1919dependencies {
2020 implementation ' :SpecsUtils'
2121
22- implementation group : ' com.google.guava' , name : ' guava' , version : ' 33.4.0-jre'
23- implementation group : ' org.eclipse.jgit' , name : ' org.eclipse.jgit' , version : ' 7.1.0.202411261347-r'
22+ implementation ' com.google.guava: guava: 33.4.0-jre'
23+ implementation ' org.eclipse.jgit: org.eclipse.jgit: 7.1.0.202411261347-r'
2424
2525 // JUnit 5 testing framework
26- testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter' , version : ' 5.10.0'
27- testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 5.5.0'
28- testImplementation group : ' org.mockito' , name : ' mockito-junit-jupiter' , version : ' 5.5.0'
29- testImplementation group : ' org.assertj' , name : ' assertj-core' , version : ' 3.24.2'
30- testImplementation group : ' org.mockito' , name : ' mockito-inline' , version : ' 5.2.0' // For static mocking
31- testRuntimeOnly group : ' org.junit.platform' , name : ' junit-platform-launcher' , version : ' 1.10.0'
26+ testImplementation ' org.junit.jupiter: junit-jupiter: 5.10.0'
27+ testImplementation ' org.mockito: mockito-core: 5.5.0'
28+ testImplementation ' org.mockito: mockito-junit-jupiter: 5.5.0'
29+ testImplementation ' org.assertj: assertj-core: 3.24.2'
30+ testImplementation ' org.mockito: mockito-inline: 5.2.0' // For static mocking
31+ testRuntimeOnly ' org.junit.platform: junit-platform-launcher: 1.10.0'
3232}
3333
3434// Project sources
0 commit comments