Skip to content

Commit 0692a75

Browse files
committed
Bumped test dependencies
1 parent 0646a47 commit 0692a75

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ jacocoTestReport {
5959
}
6060

6161
dependencies {
62-
testImplementation 'com.google.guava:guava:28.0-jre'
63-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.0'
64-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.6.0'
65-
testImplementation 'org.assertj:assertj-core:3.13.2'
62+
testImplementation 'com.google.guava:guava:29.0-jre'
63+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.2'
64+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.6.2'
65+
testImplementation 'org.assertj:assertj-core:3.16.1'
6666
}
6767

6868
task sourcesJar(type: Jar, dependsOn: classes) {

0 commit comments

Comments
 (0)