Skip to content

Commit

Permalink
test: update junit due to microsoft/vscode-java-test#1740
Browse files Browse the repository at this point in the history
  • Loading branch information
dhanarab committed Nov 25, 2024
1 parent 264e440 commit 9b0bed6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ subprojects {
implementation 'commons-io:commons-io:2.11.0'

testImplementation 'org.mockito:mockito-core:3.12.4'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.8.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.3'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
}
}
4 changes: 2 additions & 2 deletions samples/cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ dependencies {
implementation "net.accelbyte.sdk:$moduleName:+"
}

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
}

test {
Expand Down
2 changes: 1 addition & 1 deletion samples/getting-started/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {

dependencies {
// Use JUnit Jupiter for testing.
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.2'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'

// This dependency is used by the application.
implementation 'com.google.guava:guava:31.0.1-jre'
Expand Down
2 changes: 1 addition & 1 deletion samples/oidc/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {

dependencies {
// Use JUnit Jupiter for testing.
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.2'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'

// This dependency is used by the application.
implementation 'com.google.guava:guava:30.1-jre'
Expand Down
2 changes: 1 addition & 1 deletion samples/tic-tac-toe/client/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {

dependencies {
// Use JUnit Jupiter for testing.
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.2'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'

// This dependency is used by the application.
implementation 'com.google.guava:guava:31.0.1-jre'
Expand Down

0 comments on commit 9b0bed6

Please sign in to comment.