Skip to content

Commit 914b01a

Browse files
committed
Update dependencies
1 parent d6e4e86 commit 914b01a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

build.gradle

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,17 @@ allprojects {
1919
dependencies {
2020
compileOnly 'org.jetbrains:annotations:26.0.2'
2121

22-
testImplementation(platform('org.junit:junit-bom:5.11.3'))
22+
testImplementation(platform('org.junit:junit-bom:5.12.1'))
2323
testImplementation('org.junit.jupiter:junit-jupiter')
24-
testImplementation('com.google.guava:guava:33.3.1-jre')
24+
testRuntimeOnly('org.junit.platform:junit-platform-launcher')
25+
testImplementation('com.google.guava:guava:33.4.6-jre')
2526
}
2627

2728
test {
2829
useJUnitPlatform()
30+
testLogging {
31+
events "passed", "skipped", "failed"
32+
}
2933
}
3034

3135
compileJava {

0 commit comments

Comments
 (0)