Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions LARAI/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ dependencies {

// Testing dependencies
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.0'
testImplementation 'org.mockito:mockito-core:5.5.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.5.0'
testImplementation 'org.mockito:mockito-core:5.23.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.23.0'
testImplementation 'org.assertj:assertj-core:3.24.2'
testImplementation 'org.mockito:mockito-inline:5.2.0' // For static mocking
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.0'
}

Expand Down
5 changes: 2 additions & 3 deletions LaraUtils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@ dependencies {

// Testing dependencies
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.0'
testImplementation 'org.mockito:mockito-core:5.5.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.5.0'
testImplementation 'org.mockito:mockito-core:5.23.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.23.0'
testImplementation 'org.assertj:assertj-core:3.24.2'
testImplementation 'org.mockito:mockito-inline:5.2.0' // For static mocking
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.0'
}

Expand Down
5 changes: 2 additions & 3 deletions WeaverGen2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ dependencies {

// Testing dependencies
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.0'
testImplementation 'org.mockito:mockito-core:5.5.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.5.0'
testImplementation 'org.mockito:mockito-core:5.23.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.23.0'
testImplementation 'org.assertj:assertj-core:3.24.2'
testImplementation 'org.mockito:mockito-inline:5.2.0' // For static mocking
testImplementation 'org.junit-pioneer:junit-pioneer:2.3.0' // For test retries
testImplementation 'com.github.stefanbirkner:system-lambda:1.2.1'
testImplementation 'com.google.guava:guava:33.4.0-jre'
Expand Down
5 changes: 2 additions & 3 deletions WeaverInterface/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,9 @@ dependencies {

// Testing dependencies
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.0'
testImplementation 'org.mockito:mockito-core:5.5.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.5.0'
testImplementation 'org.mockito:mockito-core:5.23.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.23.0'
testImplementation 'org.assertj:assertj-core:3.24.2'
testImplementation 'org.mockito:mockito-inline:5.2.0' // For static mocking
testImplementation 'org.junit-pioneer:junit-pioneer:2.3.0' // For test retries
testImplementation 'com.github.stefanbirkner:system-lambda:1.2.1'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.0'
Expand Down
Loading