Skip to content

Commit

Permalink
Update Java dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaasuni-vonage committed Feb 7, 2024
1 parent c9426ee commit 7e657a7
Show file tree
Hide file tree
Showing 3 changed files with 1,427 additions and 1,429 deletions.
9 changes: 5 additions & 4 deletions java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ repositories {
}

dependencies {
// Use JUnit test framework
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
}

// Use JUnitParams
testImplementation 'pl.pragmatists:JUnitParams:1.1.1'
tasks.named("test", Test.class).configure {
useJUnitPlatform()
}
1 change: 1 addition & 0 deletions java/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
org.gradle.warning.mode=all
Loading

0 comments on commit 7e657a7

Please sign in to comment.