We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46cb190 + 20a6569 commit 918bc57Copy full SHA for 918bc57
gradle/dependencies.gradle
@@ -2,7 +2,7 @@ dependencies {
2
implementation 'com.google.guava:guava:30.1.1-jre'
3
4
// Use JUnit test framework
5
- testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.0'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
6
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
7
testImplementation 'org.mockito:mockito-inline:3.12.4'
8
pom.xml
@@ -40,7 +40,7 @@
40
<dependency>
41
<groupId>org.junit.jupiter</groupId>
42
<artifactId>junit-jupiter-api</artifactId>
43
- <version>5.8.0</version>
+ <version>5.8.1</version>
44
<scope>test</scope>
45
</dependency>
46
0 commit comments